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

Packages that use MinimizedMode
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.facile.mode.action A set of DockActions that change the LocationMode of a Dockable
 

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

Subclasses of MinimizedMode in bibliothek.gui.dock.common.mode
 class CMinimizedMode
          Manages areas that show only a title of a minimized dockable.
 

Uses of MinimizedMode in bibliothek.gui.dock.facile.mode.action
 

Constructors in bibliothek.gui.dock.facile.mode.action with parameters of type MinimizedMode
MinimizedModeAction(DockController controller, MinimizedMode<?> mode)
          Creates a new action.