org.siebengeisslein.ide.gui
Class IdeGuiData
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.ide.gui.IdeGuiData
- All Implemented Interfaces:
- Instrumented
public class IdeGuiData
- extends Persistent
| 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 |
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
IdeGuiData
public IdeGuiData(TypeManager typeManager)
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()