org.siebengeisslein.ide.data
Class GuiDataVariable

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.ide.data.AbstractGlobalVariable<GuiDataType>
          extended by org.siebengeisslein.ide.data.GuiDataVariable
All Implemented Interfaces:
Instrumented, CodeFragment, Variable<GuiDataType>

public class GuiDataVariable
extends AbstractGlobalVariable<GuiDataType>


Constructor Summary
GuiDataVariable(TypeManager typeManager, IdeGuiData data)
           
 
Method Summary
protected  java.lang.Class getResultClass()
           
 
Methods inherited from class org.siebengeisslein.ide.data.AbstractGlobalVariable
getName, getType, visitGet, visitSet
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiDataVariable

public GuiDataVariable(TypeManager typeManager,
                       IdeGuiData data)
Method Detail

getResultClass

protected java.lang.Class getResultClass()
Specified by:
getResultClass in class AbstractGlobalVariable<GuiDataType>