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 |
---|---|
protected DockLayoutInfo |
DockSituation.fillMissing(DockLayoutInfo info)
Called by
DockSituation.fillMissing(DockLayoutComposition) only for
DockLayoutInfo s which contain a DockLayout . |
protected DockLayoutInfo |
PredefinedDockSituation.fillMissing(DockLayoutInfo info) |
DockLayoutInfo |
DefaultLocationEstimationMap.getChild(int childIndex) |
DockLayoutInfo |
LocationEstimationMap.getChild(int childIndex)
Gets the
DockLayoutInfo that is associated with key 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 |
DefaultLocationEstimationMap.getSubChild(int childIndex,
int subChildIndex) |
DockLayoutInfo |
LocationEstimationMap.getSubChild(int childIndex,
int subChildIndex)
Gets the
subChildIndex 'th child of childIndex . |
Modifier and Type | Method and Description |
---|---|
protected DockLayoutInfo |
DockSituation.fillMissing(DockLayoutInfo info)
Called by
DockSituation.fillMissing(DockLayoutComposition) only for
DockLayoutInfo s which contain a DockLayout . |
protected DockLayoutInfo |
PredefinedDockSituation.fillMissing(DockLayoutInfo info) |
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.
|