Package com.adobe.xfa
Class ScriptTable
java.lang.Object
com.adobe.xfa.ScriptTable
This table holds the list of script property and function methods
available for this class.
Immutability
ScriptTable objects are immutable.-
Constructor Summary
ConstructorsConstructorDescriptionScriptTable(ScriptTable parent, String sName, ScriptPropObj[] propTable, ScriptFuncObj[] funcTable) -
Method Summary
-
Constructor Details
-
ScriptTable
public ScriptTable(ScriptTable parent, String sName, ScriptPropObj[] propTable, ScriptFuncObj[] funcTable)
-