public class StackDockStationLayout
extends java.lang.Object
StackDockStation
, stores the order of all Dockable
s
on the station.Constructor and Description |
---|
StackDockStationLayout(int selected,
PlaceholderMap placeholders)
Creates a new layout.
|
Modifier and Type | Method and Description |
---|---|
PlaceholderMap |
getPlaceholders()
Gets all the items of this layout, including the encoded
Dockable s. |
int |
getSelected()
Gets the name of the selected child.
|
public StackDockStationLayout(int selected, PlaceholderMap placeholders)
selected
- the name of the selected childplaceholders
- all the items of this layoutpublic int getSelected()
public PlaceholderMap getPlaceholders()
Dockable
s.