Package com.adobe.xfa
Class DeltaScript
- java.lang.Object
-
- com.adobe.xfa.ObjScript
-
- com.adobe.xfa.DeltaScript
-
public class DeltaScript extends ObjScript
This class contains all the script functionality associated with the Delta class. Broken out into a separate class for easier maintainability.
-
-
Constructor Summary
Constructors Constructor Description DeltaScript()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
getCurrentValue(Obj pObj, Arg oRetVal)
static void
getParent(Obj pObj, Arg oRetVal)
static void
getSavedValue(Obj pObj, Arg oRetVal)
static ScriptTable
getScriptTable()
static void
getTarget(Obj pObj, Arg oRetVal)
static void
restore(Obj pObj, Arg oRetVal, Arg[] pArgs)
-
Methods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
-
-
-
Method Detail
-
getScriptTable
public static ScriptTable getScriptTable()
-
-