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

Packages that use MinimizedModeArea
bibliothek.gui.dock.common.mode   
bibliothek.gui.dock.common.mode.station   
bibliothek.gui.dock.facile.mode   
bibliothek.gui.dock.facile.mode.station   
 

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

Subinterfaces of MinimizedModeArea in bibliothek.gui.dock.common.mode
 interface CMinimizedModeArea
          Combination of MinimizedModeArea and CModeArea, does not introduce any new methods.
 

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

Classes in bibliothek.gui.dock.common.mode.station that implement MinimizedModeArea
 class CFlapDockStationHandle
          Interface between FlapDockStation and CModeArea.
 

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

Classes in bibliothek.gui.dock.facile.mode with type parameters of type MinimizedModeArea
 class MinimizedMode<M extends MinimizedModeArea>
          Only the title of a minimized Dockable is visible.
 

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

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