| Package | Description |
|---|---|
| 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 |
|---|---|
DockLayout<?> |
DockLayoutComposition.getAdjacent(String factoryId)
Searches for the
DockLayout whose factory is set to factoryId. |
DockLayout<?> |
DockLayoutInfo.getDataLayout()
Gets the data of this info as
DockLayout. |
| Modifier and Type | Method and Description |
|---|---|
List<DockLayout<?>> |
DockLayoutComposition.getAdjacent()
Gets the additional information about the element.
|
| Constructor and Description |
|---|
DockLayoutInfo(DockLayout<?> data)
Creates a new info
|
| Constructor and Description |
|---|
DockLayoutComposition(DockLayoutInfo layout,
List<DockLayout<?>> adjacent,
List<DockLayoutComposition> children,
boolean ignoreChildren)
Creates a new composition.
|
Copyright © 2017 Docking Frames. All rights reserved.