rasmus.interpreter.list
Class ObjectsPart
java.lang.Object
rasmus.interpreter.VariablePartAdapter
rasmus.interpreter.list.ListPart
rasmus.interpreter.list.ObjectsPart
- All Implemented Interfaces:
- VariablePart
public class ObjectsPart
- extends ListPart
Methods inherited from class rasmus.interpreter.list.ListPart |
add, addListener, addObject, addObjects, clear, forceAddListener, forceRemoveListener, getObjects, isImmutable, remove, removeListener, removeObject, removeObjects, sendObjectAdded, sendObjectRemoved, sendObjectsAdded, sendObjectsRemoved, setImmutable, synchronizedList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectsPart
public ObjectsPart()
asVariable
public static Variable asVariable(java.lang.Object value)
asList
public static java.util.List asList(Variable variable)
synchronizedList
public static SynchronizedList synchronizedList(Variable variable)
asObjects
public static java.lang.Object[] asObjects(Variable variable)
toString
public static java.lang.String toString(Variable variable)
getProperty
public static java.lang.Object getProperty(Variable variable,
java.lang.String property)
getInstance
public static ObjectsPart getInstance(Variable variable)