Package bibliothek.gui.dock.common.perspective.mode

This module of the perspective API allows clients to access and modify CDockables that are in different modes like "maximized" or "minimized".

See:
          Description

Interface Summary
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.
 

Class Summary
AbstractModePerspective<A extends CModeAreaPerspective> This abstract implementation of a LocationModeManagerPerspective just uses a collection of LocationModePerspectives to find out whether the mode of a CDockablePerspective matches this mode or not.
CExternalizedModePerspective Represents a CExternalizedMode.
CMaximizedModePerspective Represents a CMaximizedMode.
CMinimizedModePerspective Represents a CMinimizedMode.
CNormalModePerspective Represents a CNormalMode.
LocationModeManagerPerspective Represents a CLocationModeManager and offers methods to find the current location and ExtendedMode of a CDockablePerspective.
 

Package bibliothek.gui.dock.common.perspective.mode Description

This module of the perspective API allows clients to access and modify CDockables that are in different modes like "maximized" or "minimized".