Uses of Class
bibliothek.gui.dock.frontend.Setting

Packages that use Setting
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
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 Setting in bibliothek.gui
 

Methods in bibliothek.gui that return Setting
protected  Setting DockFrontend.createSetting()
          Creates a bag that contains all information needed to describe the current set of properties.
 Setting DockFrontend.getLastAppliedEntrySetting()
          Gets the last Setting that was given to DockFrontend.setSetting(Setting, boolean) when the entry-parameter was set to true.
 Setting DockFrontend.getLastAppliedFullSetting()
          Gets the last Setting that was given to DockFrontend.setSetting(Setting, boolean) when the entry-parameter was set to false.
 Setting DockFrontend.getSetting(boolean entry)
          Creates a new Setting which describes the current set of properties of this frontend.
protected  Setting DockFrontend.read(boolean entry, DataInputStream in)
          Calls first DockFrontend.createSetting() and then read(DockSituation, PropertyTransformer, boolean, DataInputStream).
protected  Setting DockFrontend.readXML(boolean entry, XElement element)
          Calls DockFrontend.createSetting() and then readXML(DockSituation, PropertyTransformer, boolean, XElement).
 

Methods in bibliothek.gui with parameters of type Setting
 void DockFrontend.setSetting(Setting setting, boolean entry)
          Changes the content of all root-stations according to setting.
protected  void DockFrontend.write(Setting setting, boolean entry, DataOutputStream out)
          Calls write(DockSituation, PropertyTransformer, boolean, DataOutputStream)
protected  void DockFrontend.writeXML(Setting setting, boolean entry, XElement element)
          Calls writeXML(DockSituation, PropertyTransformer, boolean, XElement).
 

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

Subclasses of Setting in bibliothek.gui.dock.common.intern
 class CSetting
          A Setting that stores also the contents of a CLocationModeManager.
 

Methods in bibliothek.gui.dock.common.intern that return Setting
protected  Setting CDockFrontend.createSetting()
           
 Setting CDockFrontend.getSetting(boolean entry)
           
 

Methods in bibliothek.gui.dock.common.intern with parameters of type Setting
 void CDockFrontend.setSetting(Setting setting, boolean entry)
           
 

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

Methods in bibliothek.gui.dock.common.intern.layout with parameters of type Setting
protected  DefaultLayoutChangeStrategy.SettingAccess CLayoutChangeStrategy.createAccess(DockFrontendInternals frontend, Setting setting)
           
 

Constructors in bibliothek.gui.dock.common.intern.layout with parameters of type Setting
CLayoutChangeStrategy.CSettingAccess(DockFrontendInternals frontend, Setting setting)
           
 

Uses of Setting in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return Setting
 Setting DefaultLayoutChangeStrategy.SettingAccess.getSetting()
          Gets the setting that is hidden by this wrapper.
 

Methods in bibliothek.gui.dock.frontend with parameters of type Setting
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.
 boolean DefaultLayoutChangeStrategy.setLayout(DockFrontendInternals frontend, Setting setting, boolean entry)
           
 boolean LayoutChangeStrategy.setLayout(DockFrontendInternals frontend, Setting setting, boolean entry)
          Changes the layout of frontend by reading and applying setting.
 

Constructors in bibliothek.gui.dock.frontend with parameters of type Setting
DefaultLayoutChangeStrategy.SettingAccess(Setting setting)
          Creates a new wrapper.