Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.intern.layout |
Implementation of a
LayoutChangeStrategy and supporting classes. |
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
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 |
---|
CControlPerspective |
CStationPerspective
A representation of a
CStation . |
CWorkingPerspective
A representation of a
CWorkingArea . |
MissingPerspectiveStrategy
This strategy is used by a
CControl or a CControlPerspective to create
CStationPerspective s for stations that are not (yet) registered at the
CControl . |
Class and Description |
---|
CommonElementPerspective
A
PerspectiveElement that has an additional representation as
a CElementPerspective . |
CPerspective
A
CPerspective is a lightweight, modifiable representation of all Dockable s and DockStation s
handled by a CControl .When using a CPerspective clients have to be aware of:
Neither single- nor multiple-dockables need to be registered.
Any root-CStation used by a CControl needs to be registered using CPerspective.addStation(CStationPerspective)
|
Class and Description |
---|
CControlPerspective |
Class and Description |
---|
CommonDockStationPerspective
A
PerspectiveElement that represents a CommonDockStation . |
Class and Description |
---|
CDockablePerspective
Represents a
CDockable in a CPerspective . |
CPerspective
A
CPerspective is a lightweight, modifiable representation of all Dockable s and DockStation s
handled by a CControl .When using a CPerspective clients have to be aware of:
Neither single- nor multiple-dockables need to be registered.
Any root-CStation used by a CControl needs to be registered using CPerspective.addStation(CStationPerspective)
|
CStationPerspective
A representation of a
CStation . |