Uses of Class
bibliothek.gui.dock.support.mode.ModeSettings

Packages that use ModeSettings
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
 

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

Methods in bibliothek.gui.dock.common.intern that return ModeSettings
 ModeSettings<Location,?> CSetting.getModes()
          Gets the set of modes.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type ModeSettings
 void CSetting.setModes(ModeSettings<Location,?> modes)
          Sets the set of modes.
 

Uses of ModeSettings in bibliothek.gui.dock.common.mode
 

Methods in bibliothek.gui.dock.common.mode that return ModeSettings
protected
<B> ModeSettings<Location,B>
CLocationModeManager.createModeSettings(ModeSettingsConverter<Location,B> converter)
           
 

Methods in bibliothek.gui.dock.common.mode with parameters of type ModeSettings
 void CLocationModeManager.readSettings(ModeSettings<Location,?> settings)
           
 

Uses of ModeSettings in bibliothek.gui.dock.facile.mode
 

Subclasses of ModeSettings in bibliothek.gui.dock.facile.mode
 class CLocationModeSettings<B>
          This ModeSettings provides operations to load settings that were stored with version 1.0.7, no additional settings were added.
 

Uses of ModeSettings in bibliothek.gui.dock.support.mode
 

Methods in bibliothek.gui.dock.support.mode that return ModeSettings
protected
<B> ModeSettings<H,B>
ModeManager.createModeSettings(ModeSettingsConverter<H,B> converter)
          Creates the empty set of settings for this ModeManager.
<B> ModeSettings<H,B>
ModeManager.createSettings(ModeSettingsConverter<H,B> converter)
          Creates a new ModeSetting which is configured to transfer data from this ModeManager to persistent storage or the other way.
 

Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSettings
 void ModeManager.readSettings(ModeSettings<H,?> settings)
           
 void ModeManager.writeSettings(ModeSettings<H,?> setting)
          Writes all the information stored in this ModeManager to setting.