Package | Description |
---|---|
bibliothek.gui.dock.common.mode | |
bibliothek.gui.dock.common.perspective |
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockable s. |
bibliothek.gui.dock.common.perspective.mode |
This module of the perspective API allows clients to access and modify
CDockable s that are in different modes like "maximized" or "minimized". |
Class and Description |
---|
LocationModePerspective
Represents a
CLocationMode in a perspective. |
Class and Description |
---|
LocationModeManagerPerspective
Represents a
CLocationModeManager and offers methods to find the current location and
ExtendedMode of a CDockablePerspective . |
Class and Description |
---|
AbstractModePerspective
This abstract implementation of a
LocationModeManagerPerspective just uses
a collection of LocationModePerspective s to find out whether the mode of
a CDockablePerspective matches this mode or not. |
CMaximizedModeAreaPerspective
Represents a station which can contain "maximized" children, this
representation is handled by a
CMaximizedModePerspective . |
CModeAreaPerspective
Represents a
CStationPerspective in a LocationModeManagerPerspective . |
LocationModePerspective
Represents a
CLocationMode in a perspective. |