Package | Description |
---|---|
bibliothek.gui.dock.common.intern.layout |
Implementation of a
LayoutChangeStrategy and supporting classes. |
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
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 |
---|---|
MultipleCDockable |
CLayoutChangeStrategy.CSettingAccess.findMatch(DockLayout<?> layout)
Searches a match for the meta-data
layout . |
Modifier and Type | Method and Description |
---|---|
DockLayout<?> |
CommonDockStationLayout.getLayout()
Gets the layout information that was produced the
DockFactory with id CommonDockStationLayout.getFactoryId() . |
Constructor and Description |
---|
CommonDockStationLayout(String id,
boolean root,
String factoryId,
DockLayout<?> layout)
Creates a new layout.
|
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.
|