Uses of Class
bibliothek.gui.dock.support.action.ModeTransitionSetting

Packages that use ModeTransitionSetting
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.facile.state   
bibliothek.gui.dock.support.action   
 

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

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

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

Uses of ModeTransitionSetting in bibliothek.gui.dock.facile.state
 

Subclasses of ModeTransitionSetting in bibliothek.gui.dock.facile.state
static class StateManager.StateManagerSetting<B>
          A set of properties used to store the contents of a StateManager
 

Methods in bibliothek.gui.dock.facile.state that return ModeTransitionSetting
<B> ModeTransitionSetting<StateManager.Location,B>
StateManager.getSetting(ModeTransitionConverter<StateManager.Location,B> converter)
           
 

Methods in bibliothek.gui.dock.facile.state with parameters of type ModeTransitionSetting
 void StateManager.setSetting(ModeTransitionSetting<StateManager.Location,?> setting)
           
 

Uses of ModeTransitionSetting in bibliothek.gui.dock.support.action
 

Methods in bibliothek.gui.dock.support.action that return ModeTransitionSetting
protected
<B> ModeTransitionSetting<A,B>
ModeTransitionManager.createSetting(ModeTransitionConverter<A,B> converter)
          Creates a new, empty setting.
<B> ModeTransitionSetting<A,B>
ModeTransitionManager.getSetting(ModeTransitionConverter<A,B> converter)
          Gets the current set or properties.
 

Methods in bibliothek.gui.dock.support.action with parameters of type ModeTransitionSetting
 void ModeTransitionManager.setSetting(ModeTransitionSetting<A,?> setting)
          Sets all properties of this manager.