Uses of Interface
bibliothek.gui.dock.support.mode.ModeSetting

Packages that use ModeSetting
bibliothek.gui.dock.common.perspective.mode This module of the perspective API allows clients to access and modify CDockables that are in different modes like "maximized" or "minimized". 
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 ModeSetting in bibliothek.gui.dock.common.perspective.mode
 

Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type ModeSetting
 void AbstractModePerspective.readSetting(ModeSetting<Location> setting)
           
 void CMaximizedModePerspective.readSetting(ModeSetting<Location> setting)
           
 void LocationModePerspective.readSetting(ModeSetting<Location> setting)
          Reads settings belonging to this mode from setting.
 void AbstractModePerspective.writeSetting(ModeSetting<Location> setting)
           
 void CMaximizedModePerspective.writeSetting(ModeSetting<Location> setting)
           
 void LocationModePerspective.writeSetting(ModeSetting<Location> setting)
          Writes settings that belong to this mode to setting.
 

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

Classes in bibliothek.gui.dock.facile.mode that implement ModeSetting
 class MaximizedModeSetting
          Settings associated with a MaximizedMode.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type ModeSetting
 void ExternalizedMode.readSetting(ModeSetting<Location> setting)
           
 void MaximizedMode.readSetting(ModeSetting<Location> setting)
           
 void MinimizedMode.readSetting(ModeSetting<Location> setting)
           
 void NormalMode.readSetting(ModeSetting<Location> setting)
           
 void ExternalizedMode.writeSetting(ModeSetting<Location> setting)
           
 void MaximizedMode.writeSetting(ModeSetting<Location> setting)
           
 void MinimizedMode.writeSetting(ModeSetting<Location> setting)
           
 void NormalMode.writeSetting(ModeSetting<Location> setting)
           
 

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

Methods in bibliothek.gui.dock.support.mode that return ModeSetting
 ModeSetting<A> ModeSettingFactory.create()
          Creates a new, empty ModeSetting.
 ModeSetting<A> NullModeSettingsFactory.create()
           
 ModeSetting<A> ModeSettings.getSettings(Path modeId)
          Gets the settings which belong to a Mode with unique identifier modeId.
 

Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSetting
 void ModeSettings.add(ModeSetting<A> mode)
          Adds the settings mode to this.
 void Mode.readSetting(ModeSetting<H> setting)
          Sets the properties of this mode.
 void Mode.writeSetting(ModeSetting<H> setting)
          Gets the current properties of this mode in an independent way.