public class ListBaseScript extends ObjScript
Constructor and Description |
---|
ListBaseScript() |
Modifier and Type | Method and Description |
---|---|
static void |
append(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static boolean |
appendPermsCheck(Obj obj,
Arg[] args)
Static method for invoking functions in the script interface
|
static void |
getLength(Obj pObj,
Arg oRetVal)
static method used by the script interface for setting/getting properties
|
static ScriptTable |
getScriptTable() |
static void |
insert(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static boolean |
insertPermsCheck(Obj obj,
Arg[] args) |
static void |
item(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
remove(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static boolean |
removePermsCheck(Obj obj,
Arg[] args) |
getClassName, setPropPermsCheck
public static void getLength(Obj pObj, Arg oRetVal)
public static boolean appendPermsCheck(Obj obj, Arg[] args)
public static ScriptTable getScriptTable()
Copyright © 2010 - 2020 Adobe. All Rights Reserved