Package | Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
CDockablePerspective
Represents a
CDockable in a CPerspective . |
interface |
CStationPerspective
A representation of a
CStation . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCDockablePerspective
An abstract implementation of
CDockablePerspective providing some general methods. |
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 . |
class |
MultipleCDockablePerspective
Representation of a
MultipleCDockable in a perspective. |
class |
SingleCDockablePerspective
A class that represents a
SingleCDockable . |
Modifier and Type | Method and Description |
---|---|
CElementPerspective |
CExternalizePerspective.CommonScreenDockPerspective.getElement() |
CElementPerspective |
CGridPerspective.CommonSplitDockPerspective.getElement() |
CElementPerspective |
CMinimizePerspective.CommonFlapDockPerspective.getElement() |
CElementPerspective |
CommonElementPerspective.getElement()
Gets the element that is represented by this
PerspectiveElement . |
CElementPerspective |
MultipleCDockablePerspective.Intern.getElement() |
CElementPerspective |
SingleCDockablePerspective.Intern.getElement() |