rasmus.interpreter.list
Class ObjectsPart

java.lang.Object
  extended by rasmus.interpreter.VariablePartAdapter
      extended by rasmus.interpreter.list.ListPart
          extended by rasmus.interpreter.list.ObjectsPart
All Implemented Interfaces:
VariablePart

public class ObjectsPart
extends ListPart


Field Summary
 
Fields inherited from class rasmus.interpreter.list.ListPart
dependvar, listeners, listenerslist, resetMode
 
Constructor Summary
ObjectsPart()
           
 
Method Summary
static java.util.List asList(Variable variable)
           
static java.lang.Object[] asObjects(Variable variable)
           
static Variable asVariable(java.lang.Object value)
           
static ObjectsPart getInstance(Variable variable)
           
static java.lang.Object getProperty(Variable variable, java.lang.String property)
           
static SynchronizedList synchronizedList(Variable variable)
           
static java.lang.String toString(Variable variable)
           
 
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 rasmus.interpreter.VariablePartAdapter
getVariable, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectsPart

public ObjectsPart()
Method Detail

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)