Package | Description |
---|---|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
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 | Method and Description |
---|---|
CommonElementPerspective |
CommonMultipleDockableFactory.layoutPerspective(CommonMultipleDockableLayout layout,
Map<Integer,PerspectiveDockable> children) |
CommonElementPerspective |
CommonSingleDockableFactory.layoutPerspective(CommonSingleDockableLayout layout,
Map<Integer,PerspectiveDockable> children) |
Modifier and Type | Method and Description |
---|---|
CommonMultipleDockableLayout |
CommonMultipleDockableFactory.getPerspectiveLayout(CommonElementPerspective element,
Map<PerspectiveDockable,Integer> children) |
CommonSingleDockableLayout |
CommonSingleDockableFactory.getPerspectiveLayout(CommonElementPerspective element,
Map<PerspectiveDockable,Integer> children) |
void |
CommonMultipleDockableFactory.layoutPerspective(CommonElementPerspective perspective,
CommonMultipleDockableLayout layout,
Map<Integer,PerspectiveDockable> children) |
void |
CommonSingleDockableFactory.layoutPerspective(CommonElementPerspective perspective,
CommonSingleDockableLayout layout,
Map<Integer,PerspectiveDockable> children) |
Modifier and Type | Interface and Description |
---|---|
interface |
CommonDockStationPerspective
A
PerspectiveElement that represents a CommonDockStation . |
Modifier and Type | Class and Description |
---|---|
class |
CExternalizePerspective.CommonScreenDockPerspective
This type of object is used by the
CExternalizePerspective as intern representation. |
class |
CGridPerspective.CommonSplitDockPerspective
The type of object that is used by a
CGridPerspective as intern representation. |
class |
CMinimizePerspective.CommonFlapDockPerspective
The type of object that is used by
CMinimizePerspective as intern representation. |
protected class |
MultipleCDockablePerspective.Intern
The default representation for a
MultipleCDockablePerspective . |
protected class |
SingleCDockablePerspective.Intern
The type of object that is created by the default implementation of
SingleCDockablePerspective.create() |
Modifier and Type | Method and Description |
---|---|
protected CommonElementPerspective |
MultipleCDockablePerspective.create()
Called the first time
MultipleCDockablePerspective.intern() is called, creates the internal representation of this
dockable. |
protected CommonElementPerspective |
SingleCDockablePerspective.create()
Called the first time
SingleCDockablePerspective.intern() is called, this method creates
the intern representation of this SingleCDockablePerspective . |
CommonElementPerspective |
CElementPerspective.intern()
Gets the internal representation for this element.
If CElementPerspective.asDockable() returns a non-null value, then intern().asDockable() must not
return null either.If CElementPerspective.asStation() returns a non-null value, then intern().asStation() must not
return null either. |
CommonElementPerspective |
MultipleCDockablePerspective.intern() |
CommonElementPerspective |
SingleCDockablePerspective.intern() |