public class RetroStackDockStationLayout extends StackDockStationLayout
StackDockStation
read from an old format.
This class only remains for backwards compatibility and should not be used by clients.Constructor and Description |
---|
RetroStackDockStationLayout(int selected,
int[] children)
Creates a new layout
|
Modifier and Type | Method and Description |
---|---|
int[] |
getChildren()
Gets the order of the children.
|
getPlaceholders, getSelected
public RetroStackDockStationLayout(int selected, int[] children)
selected
- the name of the item that is selectedchildren
- the order of the children. The entries of the array
are the identifiers that a DockFactory
gets in its method
DockConverter.getLayout(bibliothek.gui.dock.DockElement, java.util.Map)