rasmus.interpreter.controls
Class Controls

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

public class Controls
extends ListPart


Field Summary
 
Fields inherited from class rasmus.interpreter.list.ListPart
dependvar, listeners, listenerslist, resetMode
 
Constructor Summary
Controls()
           
 
Method Summary
static java.util.List asList(Variable variable)
           
static java.lang.Object[] asObjects(Variable variable)
           
static Variable asVariable(Control value)
           
static Controls getInstance(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

Controls

public Controls()
Method Detail

asVariable

public static Variable asVariable(Control value)

asList

public static java.util.List asList(Variable variable)

asObjects

public static java.lang.Object[] asObjects(Variable variable)

getInstance

public static Controls getInstance(Variable variable)