Uses of Class
bibliothek.gui.dock.facile.mode.DefaultLocationMode

Packages that use DefaultLocationMode
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

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

Subclasses of DefaultLocationMode in bibliothek.gui.dock.common.mode
 class CExternalizedMode
          Manages areas on which externalized dockables are shown.
 class CMinimizedMode
          Manages areas that show only a title of a minimized dockable.
 class CNormalMode
          A mode managing CNormalModeAreas.
 

Uses of DefaultLocationMode in bibliothek.gui.dock.facile.mode
 

Subclasses of DefaultLocationMode in bibliothek.gui.dock.facile.mode
 class ExternalizedMode<M extends ExternalizedModeArea>
          Represents a mode in which dockables are freely floating on the screen.
 class MinimizedMode<M extends MinimizedModeArea>
          Only the title of a minimized Dockable is visible.
 class NormalMode<M extends NormalModeArea>
          CDockables are in NormalMode if they are a child of a NormalModeArea.