Uses of Class
bibliothek.gui.dock.frontend.DefaultLayoutChangeStrategy.SettingAccess

Packages that use DefaultLayoutChangeStrategy.SettingAccess
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 DefaultLayoutChangeStrategy.SettingAccess in bibliothek.gui.dock.common.intern.layout
 

Subclasses of DefaultLayoutChangeStrategy.SettingAccess in bibliothek.gui.dock.common.intern.layout
protected  class CLayoutChangeStrategy.CSettingAccess
          A DefaultLayoutChangeStrategy.SettingAccess that modifies the roots by calling CLayoutChangeStrategy.replaceMultipleDockables(DockFrontendInternals, CSettingAccess, DockLayoutComposition).
 

Methods in bibliothek.gui.dock.common.intern.layout that return DefaultLayoutChangeStrategy.SettingAccess
protected  DefaultLayoutChangeStrategy.SettingAccess CLayoutChangeStrategy.createAccess(DockFrontendInternals frontend, Setting setting)
           
 

Uses of DefaultLayoutChangeStrategy.SettingAccess in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return DefaultLayoutChangeStrategy.SettingAccess
protected  DefaultLayoutChangeStrategy.SettingAccess DefaultLayoutChangeStrategy.createAccess(DockFrontendInternals frontend, Setting setting)
          Creates a wrapper around setting that allows the algorithm of this LayoutChangeStrategy to access the setting.
 

Methods in bibliothek.gui.dock.frontend with parameters of type DefaultLayoutChangeStrategy.SettingAccess
protected  void DefaultLayoutChangeStrategy.applyInvisibleLayout(DockFrontendInternals frontend, DockSituation situation, DefaultLayoutChangeStrategy.SettingAccess setting)
          Applies setting to the invisible elements.
protected  void DefaultLayoutChangeStrategy.applyLayout(DockFrontendInternals frontend, DockSituation situation, DefaultLayoutChangeStrategy.SettingAccess setting, boolean entry)
          Applies the layout described in setting to the visible elements.
protected  java.util.Collection<Dockable> DefaultLayoutChangeStrategy.approveClosing(DockFrontendInternals frontend, DockSituation situation, DefaultLayoutChangeStrategy.SettingAccess setting)
          Asks the VetoManager whether some Dockables can be hidden.