Package | Description |
---|---|
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 |
---|---|
DockLayout<?> |
DockLayoutComposition.getAdjacent(java.lang.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 |
---|---|
java.util.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,
java.util.List<DockLayout<?>> adjacent,
java.util.List<DockLayoutComposition> children,
boolean ignoreChildren)
Creates a new composition.
|