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.frontend Classes and interfaces needed by the DockFrontend 
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.
Note: the frontend and the file formats heavily depend on the internal implementation of this method.
 

Methods in bibliothek.gui with parameters of type DockSituation
protected  void DockFrontend.estimateLocations(DockSituation situation, DockLayoutComposition layout)
          Tries to fill the property location for each element in layout.
protected  Map<String,DockableProperty> DockFrontend.listEstimateLocations(DockSituation situation, DockLayoutComposition layout)
          Tries to estimate the location of missing Dockables.
protected  Map<String,DockLayoutComposition> DockFrontend.listLayouts(DockSituation situation, DockLayoutComposition layout)
          Tries to estimate the layouts of missing Dockables.
 

Uses of DockSituation in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend with parameters of type DockSituation
 void Setting.fillMissing(DockSituation situation)
          Using the factories given by situation, this method tries to fill any gaps in the layout.
 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.