ATTR_CHANGED, CHILD_ADDED, CHILD_REMOVED, DESCENDENT_ADDED, DESCENDENT_ATTR_CHANGED, DESCENDENT_REMOVED, DESCENDENT_VALUE_CHANGED, PARENT_CHANGED, PERMS_LOCK_CLEARED, PERMS_LOCK_SET, PROTO_ATTR_CHANGED, PROTO_CHILD_ADDED, PROTO_CHILD_REMOVED, PROTO_DESCENDENT_ADDED, PROTO_DESCENDENT_ATTR_CHANGED, PROTO_DESCENDENT_REMOVED, PROTO_DESCENDENT_VALUE_CHANGED, PROTO_VALUE_CHANGED, UPDATED, VALUE_CHANGED| Modifier and Type | Method and Description |
|---|---|
abstract void |
append(Obj oObj)
Appends an object to the end of this list.
|
String |
getClassAtom()
Returns the atomic name of this element's class.
|
String |
getClassName()
Gets the name of this object's class.
|
ScriptTable |
getScriptTable() |
abstract void |
insert(Obj newObj,
Obj refObj)
Inserts an object before a specific node in this list.
|
boolean |
isReadOnly() |
void |
isReadOnly(boolean bReadOnly) |
abstract Obj |
item(int n)
Gets this list's n'th object.
|
abstract int |
length()
Returns the number of objects in this list.
|
abstract void |
remove(Obj obj)
Removes an object from this list.
|
addPeer, addPeeredNode, clearPeers, deafen, getClassTag, getPeer, getScriptMethodInfo, getScriptProperty, getScriptThis, invokeFunction, isDeaf, isMute, isSameClass, isSameClass, isSameClass, mute, notifyPeers, peerRemoved, removePeer, removePeeredNode, sendMessenge, setClass, setClassTag, setScriptProperty, unDeafen, unMute, updateFromPeer, validateUsage, validateUsageFailedIsFatalpublic abstract void append(Obj oObj)
oObj - the node to be appended.public String getClassAtom()
ObjgetClassAtom in class ObjObj.getClassAtom()public String getClassName()
ObjgetClassName in class ObjObj.getClassName()public ScriptTable getScriptTable()
getScriptTable in class Objpublic abstract void insert(Obj newObj, Obj refObj)
newObj - the object to be inserted.refObj - the object to insert before.public boolean isReadOnly()
public void isReadOnly(boolean bReadOnly)
public abstract Obj item(int n)
n - the 0-based index of the node within this list.public abstract int length()
public abstract void remove(Obj obj)
obj - the object to be removed.Copyright © 2010 - 2020 Adobe. All Rights Reserved