Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
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". |
Modifier and Type | Method and Description |
---|---|
CStationPerspective |
CExternalizeArea.createPerspective() |
CStationPerspective |
CGridArea.createPerspective() |
CStationPerspective |
CMinimizeArea.createPerspective() |
CStationPerspective |
CStation.createPerspective()
Returns a new
CStationPerspective that represents this station. |
Modifier and Type | Class and Description |
---|---|
class |
CExternalizePerspective
A representation of a
CExternalizeArea . |
class |
CGridPerspective
A representation of a
CGridArea . |
class |
CMinimizePerspective
This
PerspectiveStation represents a CMinimizeArea . |
class |
CWorkingPerspective
A representation of a
CWorkingArea . |
Modifier and Type | Method and Description |
---|---|
CStationPerspective |
CElementPerspective.asStation()
Gets
this as station, if this is a station. |
CStationPerspective |
CExternalizePerspective.asStation() |
CStationPerspective |
CGridPerspective.asStation() |
CStationPerspective |
CMinimizePerspective.asStation() |
CStationPerspective |
MultipleCDockablePerspective.asStation() |
CStationPerspective |
SingleCDockablePerspective.asStation() |
CStationPerspective |
DefaultMissingPerspectiveFactory.createStation(java.lang.String id,
Path typeId) |
CStationPerspective |
MissingPerspectiveStrategy.createStation(java.lang.String id,
Path typeId)
Creates the station that represented
id . |
CStationPerspective |
AbstractCDockablePerspective.getParent() |
CStationPerspective |
CDockablePerspective.getParent()
Gets the next parent of this perspective that represents a
CStation . |
CStationPerspective |
CPerspective.getStation(java.lang.String id)
Gets the station which was registered with the unique identifier
id . |
CStationPerspective |
AbstractCDockablePerspective.getWorkingArea() |
CStationPerspective |
CDockablePerspective.getWorkingArea()
Gets the working-area of this element
|
Modifier and Type | Method and Description |
---|---|
void |
CPerspective.addStation(CStationPerspective station)
Adds a new station to this perspective.
|
void |
AbstractCDockablePerspective.setWorkingArea(CStationPerspective workingArea) |
void |
CDockablePerspective.setWorkingArea(CStationPerspective workingArea)
Sets the working-area of this element.
|
Modifier and Type | Method and Description |
---|---|
CStationPerspective |
LocationModeManagerPerspective.getRoot(PerspectiveDockable dockable)
Gets the first
CStationPerspective that is a root station and
that is a parent of dockable . |