|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.stack.StackDockStationLayout
public class StackDockStationLayout
A layout of a StackDockStation
, stores the order of all Dockable
s
on the station.
Constructor Summary | |
---|---|
StackDockStationLayout(int selected,
int[] children)
Creates a new layout. |
Method Summary | |
---|---|
int[] |
getChildren()
Gets the order of the children. |
int |
getSelected()
Gets the name of the selected child. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackDockStationLayout(int selected, int[] children)
selected
- the name of the selected childchildren
- 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)
Method Detail |
---|
public int[] getChildren()
public int getSelected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |