Package | Description |
---|---|
bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
bibliothek.gui.dock.layout |
Elements dealing with the location of
Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s and stations. |
Modifier and Type | Method and Description |
---|---|
PredefinedPerspective |
DefaultDockFrontendPerspective.getPerspective() |
PredefinedPerspective |
DockFrontendPerspective.getPerspective()
Gets the internal representation of this layout.
|
Constructor and Description |
---|
DefaultDockFrontendPerspective(DockFrontend frontend,
PredefinedPerspective perspective,
boolean entry)
Creates a new perspective
|
Modifier and Type | Method and Description |
---|---|
PredefinedPerspective |
PredefinedDockSituation.createPerspective()
Creates a new
PredefinedPerspective . |
Modifier and Type | Method and Description |
---|---|
protected String |
PredefinedDockSituation.getID(PerspectiveElement element,
PredefinedPerspective perspective)
Gets the identifier that matches
element which is part of perspective . |
protected boolean |
PredefinedDockSituation.shouldLayout(PerspectiveElement element,
PredefinedPerspective perspective)
Tells whether the layout of
element itself should be stored
or loaded, that will not prevent the element from showing
up but from changing its content. |