| 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 |
|---|---|
protected DockLayoutInfo |
PredefinedDockSituation.fillMissing(DockLayoutInfo info) |
protected DockLayoutInfo |
DockSituation.fillMissing(DockLayoutInfo info)
Called by
DockSituation.fillMissing(DockLayoutComposition) only for
DockLayoutInfos which contain a DockLayout. |
DockLayoutInfo |
LocationEstimationMap.getChild(int childIndex)
Gets the
DockLayoutInfo that is associated with key childIndex. |
DockLayoutInfo |
DefaultLocationEstimationMap.getChild(int childIndex) |
DockLayoutInfo |
PredefinedLayout.getDelegate()
Gets the layout which stores the contents of the predefined element.
|
DockLayoutInfo |
DockLayoutComposition.getLayout()
Gets the layout which describes the element of this composition.
|
DockLayoutInfo |
LocationEstimationMap.getSubChild(int childIndex,
int subChildIndex)
Gets the
subChildIndex'th child of childIndex. |
DockLayoutInfo |
DefaultLocationEstimationMap.getSubChild(int childIndex,
int subChildIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected DockLayoutInfo |
PredefinedDockSituation.fillMissing(DockLayoutInfo info) |
protected DockLayoutInfo |
DockSituation.fillMissing(DockLayoutInfo info)
Called by
DockSituation.fillMissing(DockLayoutComposition) only for
DockLayoutInfos which contain a DockLayout. |
protected String |
DockSituation.getFactoryID(DockLayoutInfo info)
Reads the id of the factory which was used to create
info. |
| Constructor and Description |
|---|
DockLayoutComposition(DockLayoutInfo layout,
List<DockLayout<?>> adjacent,
List<DockLayoutComposition> children,
boolean ignoreChildren)
Creates a new composition.
|
PredefinedLayout(String predefined,
DockLayoutInfo delegate)
Creates a new layout.
|
Copyright © 2017 Docking Frames. All rights reserved.