Package | Description |
---|---|
bibliothek.gui.dock.common.mode | |
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". |
Modifier and Type | Method and Description |
---|---|
LocationModePerspective |
CExternalizedMode.createPerspective() |
LocationModePerspective |
CLocationMode.createPerspective()
Gets an object that represents this type of mode in a
CPerspective . |
LocationModePerspective |
CMaximizedMode.createPerspective() |
LocationModePerspective |
CMinimizedMode.createPerspective() |
LocationModePerspective |
CNormalMode.createPerspective() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModePerspective<A extends CModeAreaPerspective>
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. |
class |
CExternalizedModePerspective
Represents a
CExternalizedMode . |
class |
CMaximizedModePerspective
Represents a
CMaximizedMode . |
class |
CMinimizedModePerspective
Represents a
CMinimizedMode . |
class |
CNormalModePerspective
Represents a
CNormalMode . |
Modifier and Type | Method and Description |
---|---|
LocationModePerspective |
LocationModeManagerPerspective.getMode(ExtendedMode mode)
Gets the location-mode with the identifier
mode . |
Modifier and Type | Method and Description |
---|---|
void |
LocationModeManagerPerspective.addMode(LocationModePerspective mode)
Adds
mode to this manager. |