Uses of Interface
bibliothek.gui.dock.facile.mode.NormalModeArea

Packages that use NormalModeArea
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
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

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

Subinterfaces of NormalModeArea in bibliothek.gui.dock.common.mode
 interface CNormalModeArea
          A combination of NormalModeArea and CModeArea.
 

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

Classes in bibliothek.gui.dock.common.mode.station that implement NormalModeArea
protected  class CSplitDockStationHandle.Normal
          Represents the SplitDockStation as CNormalModeArea.
 

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

Classes in bibliothek.gui.dock.facile.mode with type parameters of type NormalModeArea
 class NormalMode<M extends NormalModeArea>
          CDockables are in NormalMode if they are a child of a NormalModeArea.