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

Packages that use StationModeArea
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
bibliothek.gui.dock.facile.mode.station   
 

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

Subinterfaces of StationModeArea in bibliothek.gui.dock.common.mode
 interface CExternalizedModeArea
          Combination of ExternalizedModeArea and CModeArea, does not specify new methods.
 interface CMinimizedModeArea
          Combination of MinimizedModeArea and CModeArea, does not introduce any new methods.
 interface CNormalModeArea
          A combination of NormalModeArea and CModeArea.
 

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

Classes in bibliothek.gui.dock.common.mode.station that implement StationModeArea
 class CFlapDockStationHandle
          Interface between FlapDockStation and CModeArea.
protected  class CScreenDockStationHandle.External
          Represents a CScreenDockStationHandle as CExternalizedModeArea.
protected  class CSplitDockStationHandle.Normal
           
 

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

Classes in bibliothek.gui.dock.facile.mode with type parameters of type StationModeArea
 class DefaultLocationMode<A extends StationModeArea>
          Abstract implementation of a Mode that works with Locations.
 

Subinterfaces of StationModeArea in bibliothek.gui.dock.facile.mode
 interface ExternalizedModeArea
          Represents a station which shows its children in free floating dialogs.
 interface MinimizedModeArea
          Interface describing a station that is connected with a MinimizedMode.
 interface NormalModeArea
          Represents a DockStation that shows Dockables in NormalMode.
 

Uses of StationModeArea in bibliothek.gui.dock.facile.mode.station
 

Classes in bibliothek.gui.dock.facile.mode.station that implement StationModeArea
 class FlapDockStationHandle
          A connection between a FlapDockStation and the MinimizedModeArea interface.