| Package | Description |
|---|---|
| bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
| bibliothek.gui.dock.layout |
Elements dealing with the location of
Dockables
on their DockStation and allowing to store the
whole layout of a set of Dockables and stations. |
| Modifier and Type | Method and Description |
|---|---|
PredefinedPerspective |
DockFrontendPerspective.getPerspective()
Gets the internal representation of this layout.
|
PredefinedPerspective |
DefaultDockFrontendPerspective.getPerspective() |
| 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. |
Copyright © 2017 Docking Frames. All rights reserved.