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

Packages that use PredefinedDockSituation
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.perspective The perspective API allows clients to access and modify the layout without actually creating any Dockables. 
 

Uses of PredefinedDockSituation in bibliothek.gui.dock.common.intern.layout
 

Methods in bibliothek.gui.dock.common.intern.layout that return PredefinedDockSituation
protected  PredefinedDockSituation CLayoutChangeStrategy.createSituation(DockFrontendInternals frontend, boolean entry, boolean onSetLayout)
           
 

Uses of PredefinedDockSituation in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return PredefinedDockSituation
 PredefinedDockSituation DefaultLayoutChangeStrategy.createSituation(DockFrontendInternals frontend, boolean entry)
          Forwards to DefaultLayoutChangeStrategy.createSituation(DockFrontendInternals, boolean, boolean) with the last argument set to false.
protected  PredefinedDockSituation DefaultLayoutChangeStrategy.createSituation(DockFrontendInternals frontend, boolean entry, boolean onSetLayout)
          Creates a DockSituation which represents all the knowledge frontend currently has.
 

Uses of PredefinedDockSituation in bibliothek.gui.dock.perspective
 

Constructors in bibliothek.gui.dock.perspective with parameters of type PredefinedDockSituation
PredefinedPerspective(PredefinedDockSituation situation)
          Creates a new perspective using situation to read and write elements.