Uses of Class
bibliothek.gui.dock.layout.DockSituation

Packages that use DockSituation
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.frontend   
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
 

Uses of DockSituation in bibliothek.gui
 

Methods in bibliothek.gui that return DockSituation
protected  DockSituation DockFrontend.createSituation(boolean entry)
          Invoked every time before the current setting is written into a stream.
 

Uses of DockSituation in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern with parameters of type DockSituation
 void CSetting.read(DockSituation situation, PropertyTransformer transformer, boolean entry, DataInputStream in)
           
 void CSetting.readXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element)
           
 void CSetting.write(DockSituation situation, PropertyTransformer transformer, boolean entry, DataOutputStream out)
           
 void CSetting.writeXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element)
           
 

Uses of DockSituation in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend with parameters of type DockSituation
 void Setting.read(DockSituation situation, PropertyTransformer transformer, boolean entry, DataInputStream in)
          Reads the properties of this setting.
 void Setting.readXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element)
          Reads the properties of this setting.
 void Setting.write(DockSituation situation, PropertyTransformer transformer, boolean entry, DataOutputStream out)
          Writes the properties of this setting into out.
 void Setting.writeXML(DockSituation situation, PropertyTransformer transformer, boolean entry, XElement element)
          Writes the properties of this setting in xml format.
 

Uses of DockSituation in bibliothek.gui.dock.layout
 

Subclasses of DockSituation in bibliothek.gui.dock.layout
 class PredefinedDockSituation
          A DockSituation that does not load or store all DockElements.