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

Packages that use StateManager.Location
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.facile.action   
 

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.action
 

Methods in bibliothek.gui.dock.facile.action 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.StateManagerSetting.getLastMaximizedLocation()
          Gets the location of the last element that was maximized.
 StateManager.Location StateManager.LocationConverter.readProperty(DataInputStream in)
           
 StateManager.Location StateManager.LocationConverter.readPropertyXML(XElement element)
           
 

Methods in bibliothek.gui.dock.facile.action that return types with arguments of type StateManager.Location
<B> ModeTransitionSetting<StateManager.Location,B>
StateManager.getSetting(ModeTransitionConverter<StateManager.Location,B> converter)
           
 

Methods in bibliothek.gui.dock.facile.action with parameters of type StateManager.Location
 StateManager.Location StateManager.LocationConverter.convertToSetting(StateManager.Location a)
           
 StateManager.Location StateManager.LocationConverter.convertToWorld(StateManager.Location b)
           
 void StateManager.StateManagerSetting.setLastMaximizedLocation(StateManager.Location lastMaximizedLocation)
          Sets the location of the last element that was maximized.
 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.action 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.setSetting(ModeTransitionSetting<StateManager.Location,?> setting)
           
 

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