Uses of Interface
bibliothek.gui.dock.frontend.LayoutChangeStrategy

Packages that use LayoutChangeStrategy
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
 

Uses of LayoutChangeStrategy in bibliothek.gui
 

Methods in bibliothek.gui that return LayoutChangeStrategy
 LayoutChangeStrategy DockFrontend.getLayoutChangeStrategy()
          Gets the current strategy that is used to read Settings by this DockFrontend.
 

Methods in bibliothek.gui with parameters of type LayoutChangeStrategy
 void DockFrontend.setLayoutChangeStrategy(LayoutChangeStrategy strategy)
          Sets the strategy this DockFrontend should use to read Settings.
 

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

Classes in bibliothek.gui.dock.common.intern.layout that implement LayoutChangeStrategy
 class CLayoutChangeStrategy
          Strategy that pays attention to MultipleCDockableFactory.match(bibliothek.gui.dock.common.MultipleCDockable, bibliothek.gui.dock.common.MultipleCDockableLayout) and that fires CVetoClosingEvents for MultipleCDockables as well.
 

Uses of LayoutChangeStrategy in bibliothek.gui.dock.frontend
 

Classes in bibliothek.gui.dock.frontend that implement LayoutChangeStrategy
 class DefaultLayoutChangeStrategy
          This default implementation of a LayoutChangeStrategy heavily depends on the methods of PredefinedDockSituation.