org.siebengeisslein.application
Class PFrameEntry

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.application.PNamedEntry<PFrame>
          extended by org.siebengeisslein.application.PFrameEntry
All Implemented Interfaces:
java.lang.Cloneable, CloneAware, Instrumented, MergeAware, Named

public class PFrameEntry
extends PNamedEntry<PFrame>


Constructor Summary
PFrameEntry(int componentId)
           
 
Method Summary
 PFrameEntry clone(CloneHelper helper)
           
 PPanelEntry getContentPanel()
           
 PFrame getData()
           
 void setContentPanel(PPanelEntry entry)
           
 
Methods inherited from class org.siebengeisslein.application.PNamedEntry
getComponentId, getName, merge, replaceMerged, setName, toString
 
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, wait, wait, wait
 

Constructor Detail

PFrameEntry

public PFrameEntry(int componentId)
Method Detail

getData

public PFrame getData()
Specified by:
getData in class PNamedEntry<PFrame>

setContentPanel

public void setContentPanel(PPanelEntry entry)

getContentPanel

public PPanelEntry getContentPanel()

clone

public PFrameEntry clone(CloneHelper helper)
                  throws java.lang.CloneNotSupportedException
Specified by:
clone in interface CloneAware
Overrides:
clone in class PNamedEntry<PFrame>
Throws:
java.lang.CloneNotSupportedException