| 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
CDockables. |
| 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". |
| Modifier and Type | Method and Description |
|---|---|
CStationPerspective |
CExternalizeArea.createPerspective() |
CStationPerspective |
CMinimizeArea.createPerspective() |
CStationPerspective |
CGridArea.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 |
CGridPerspective.asStation() |
CStationPerspective |
SingleCDockablePerspective.asStation() |
CStationPerspective |
CMinimizePerspective.asStation() |
CStationPerspective |
MultipleCDockablePerspective.asStation() |
CStationPerspective |
CExternalizePerspective.asStation() |
CStationPerspective |
CElementPerspective.asStation()
Gets
this as station, if this is a station. |
CStationPerspective |
DefaultMissingPerspectiveFactory.createStation(String id,
Path typeId) |
CStationPerspective |
MissingPerspectiveStrategy.createStation(String id,
Path typeId)
Creates the station that represented
id. |
CStationPerspective |
CDockablePerspective.getParent()
Gets the next parent of this perspective that represents a
CStation. |
CStationPerspective |
AbstractCDockablePerspective.getParent() |
CStationPerspective |
CPerspective.getStation(String id)
Gets the station which was registered with the unique identifier
id. |
CStationPerspective |
CDockablePerspective.getWorkingArea()
Gets the working-area of this element
|
CStationPerspective |
AbstractCDockablePerspective.getWorkingArea() |
| Modifier and Type | Method and Description |
|---|---|
void |
CPerspective.addStation(CStationPerspective station)
Adds a new station to this perspective.
|
void |
CDockablePerspective.setWorkingArea(CStationPerspective workingArea)
Sets the working-area of this element.
|
void |
AbstractCDockablePerspective.setWorkingArea(CStationPerspective workingArea) |
| 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. |
Copyright © 2018. All rights reserved.