org.siebengeisslein.ide.gui
Class IdeGuiData

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.ide.gui.IdeGuiData
All Implemented Interfaces:
Instrumented

public class IdeGuiData
extends Persistent


Field Summary
static java.lang.String[] COMPONENT_TYPES
           
static java.lang.String VAR_FRAMES
           
static java.lang.String VAR_PANELS
           
 
Constructor Summary
IdeGuiData(TypeManager typeManager)
           
 
Method Summary
 java.util.List<IdePActionEntry> getActions()
           
 GuiDataVariable getAsVariable()
           
 Sequence getComponentSequence()
           
 java.util.List<PFrameEntry> getFrames()
           
 GuiData getGuiData(CloneHelper helper)
           
 PanelListField getPanelField()
           
 java.util.List<IdePPanelEntry> getPanels()
           
 java.util.List<IdePSwitchPanelEntry> getSwitchPanels()
           
 
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
 

Field Detail

COMPONENT_TYPES

public static final java.lang.String[] COMPONENT_TYPES

VAR_FRAMES

public static final java.lang.String VAR_FRAMES
See Also:
Constant Field Values

VAR_PANELS

public static final java.lang.String VAR_PANELS
See Also:
Constant Field Values
Constructor Detail

IdeGuiData

public IdeGuiData(TypeManager typeManager)
Method Detail

getComponentSequence

public Sequence getComponentSequence()

getPanels

public java.util.List<IdePPanelEntry> getPanels()

getSwitchPanels

public java.util.List<IdePSwitchPanelEntry> getSwitchPanels()

getFrames

public java.util.List<PFrameEntry> getFrames()

getActions

public java.util.List<IdePActionEntry> getActions()

getGuiData

public GuiData getGuiData(CloneHelper helper)
                   throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

getAsVariable

public GuiDataVariable getAsVariable()

getPanelField

public PanelListField getPanelField()