rasmus.interpreter
Class RPanel

java.lang.Object
  extended by rasmus.interpreter.RVariablePartImpl
      extended by rasmus.interpreter.RList
          extended by rasmus.interpreter.RPanel
All Implemented Interfaces:
RVariablePart

public class RPanel
extends RList


Field Summary
 
Fields inherited from class rasmus.interpreter.RList
dependvar, listeners
 
Fields inherited from class rasmus.interpreter.RVariablePartImpl
variable
 
Constructor Summary
RPanel()
           
 
Method Summary
static java.util.List asList(RVariable variable)
           
static java.lang.Object[] asObjects(RVariable variable)
           
static RVariable asVariable(RPanelFactory value)
           
static RPanel getInstance(RVariable variable)
           
 
Methods inherited from class rasmus.interpreter.RList
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.RVariablePartImpl
getVariable, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPanel

public RPanel()
Method Detail

asVariable

public static RVariable asVariable(RPanelFactory value)

asList

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

asObjects

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

getInstance

public static RPanel getInstance(RVariable variable)