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 A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.common.mode.station Contains wrapper classes for various DockStations, implementing the interface CLocationMode
 

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
CScreenDockStationHandle(CStation<ScreenDockStation> station, CLocationModeManager manager)
          Creates a new handle
CSplitDockStationHandle(CStation<SplitDockStation> station, CLocationModeManager manager)
          Creates a new handle.