Package | Description |
---|---|
bibliothek.gui.dock.common.intern.layout |
Implementation of a
LayoutChangeStrategy and supporting classes. |
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
Dockable s. |
Modifier and Type | Method and Description |
---|---|
protected PredefinedDockSituation |
CLayoutChangeStrategy.createSituation(DockFrontendInternals frontend,
boolean entry,
boolean onSetLayout) |
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. |