Uses of Class
bibliothek.gui.dock.common.mode.CLocationModeManager

Packages that use CLocationModeManager
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.mode   
bibliothek.gui.dock.common.mode.station   
 

Uses of CLocationModeManager in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CLocationModeManager
 CLocationModeManager CControl.getLocationManager()
          Gets the manager that is responsible to handle all changes of the modes (maximized, normalized, ... ) of Dockables.
 

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

Methods in bibliothek.gui.dock.common.intern that return CLocationModeManager
 CLocationModeManager CControlAccess.getLocationManager()
          Gets the manager that is responsible to change the extended mode of the Dockables.
 

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

Constructors in bibliothek.gui.dock.common.mode with parameters of type CLocationModeManager
PreviousModeDoubleClickStrategy(CLocationModeManager manager)
          Creates a new strategy
 

Uses of CLocationModeManager in bibliothek.gui.dock.common.mode.station
 

Constructors in bibliothek.gui.dock.common.mode.station with parameters of type CLocationModeManager
CSplitDockStationHandle(CStation<SplitDockStation> station, CLocationModeManager manager)
          Creates a new handle.