Uses of Class
bibliothek.gui.dock.facile.state.StateManager.Location

Packages that use StateManager.Location
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.facile.state   
 

Uses of StateManager.Location in bibliothek.gui.dock.common.intern
 

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

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

Uses of StateManager.Location in bibliothek.gui.dock.facile.state
 

Methods in bibliothek.gui.dock.facile.state that return StateManager.Location
 StateManager.Location StateManager.LocationConverter.convertToSetting(StateManager.Location a)
           
 StateManager.Location StateManager.LocationConverter.convertToWorld(StateManager.Location b)
           
protected  StateManager.Location StateManager.currentLocation(String mode, Dockable dockable)
          Creates the StateManager.Location describing the location of dockable.
 StateManager.Location StateManager.LocationConverter.readProperty(DataInputStream in)
           
 StateManager.Location StateManager.LocationConverter.readPropertyXML(XElement element)
           
 

Methods in bibliothek.gui.dock.facile.state that return types with arguments of type StateManager.Location
 Map<String,StateManager.Location> StateManager.StateManagerSetting.getLastMaximizedLocation()
          Gets the location of the last elements that were maximized.
<B> ModeTransitionSetting<StateManager.Location,B>
StateManager.getSetting(ModeTransitionConverter<StateManager.Location,B> converter)
           
 

Methods in bibliothek.gui.dock.facile.state with parameters of type StateManager.Location
 StateManager.Location StateManager.LocationConverter.convertToSetting(StateManager.Location a)
           
 StateManager.Location StateManager.LocationConverter.convertToWorld(StateManager.Location b)
           
 void StateManager.LocationConverter.writeProperty(StateManager.Location element, DataOutputStream out)
           
 void StateManager.LocationConverter.writePropertyXML(StateManager.Location b, XElement element)
           
 

Method parameters in bibliothek.gui.dock.facile.state with type arguments of type StateManager.Location
protected
<B> StateManager.StateManagerSetting<B>
StateManager.createSetting(ModeTransitionConverter<StateManager.Location,B> converter)
           
<B> ModeTransitionSetting<StateManager.Location,B>
StateManager.getSetting(ModeTransitionConverter<StateManager.Location,B> converter)
           
 void StateManager.StateManagerSetting.setLastMaximizedLocation(Map<String,StateManager.Location> lastMaximizedLocation)
          Sets the location of the last elements that were maximized.
 void StateManager.setSetting(ModeTransitionSetting<StateManager.Location,?> setting)
           
 

Constructor parameters in bibliothek.gui.dock.facile.state with type arguments of type StateManager.Location
StateManager.StateManagerSetting(ModeTransitionConverter<StateManager.Location,B> converter)
          Creates a new setting.