| Package | Description |
|---|---|
| bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
| bibliothek.gui.dock.perspective |
The perspective API allows clients to access and modify the layout without
actually creating any
Dockables. |
| Modifier and Type | Method and Description |
|---|---|
PredefinedDockSituation |
DefaultLayoutChangeStrategy.createSituation(DockFrontendInternals frontend,
boolean entry)
Forwards to
DefaultLayoutChangeStrategy.createSituation(DockFrontendInternals, boolean, boolean) with the
last argument set to false. |
protected PredefinedDockSituation |
DefaultLayoutChangeStrategy.createSituation(DockFrontendInternals frontend,
boolean entry,
boolean onSetLayout)
Creates a
DockSituation which represents all the knowledge
frontend currently has. |
| Modifier and Type | Method and Description |
|---|---|
PredefinedDockSituation |
PredefinedPerspective.getSituation() |
| Constructor and Description |
|---|
PredefinedPerspective(PredefinedDockSituation situation)
Creates a new perspective using
situation to read and write elements. |
Copyright © 2017 Docking Frames. All rights reserved.