|
||||||||||
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. |
String |
getFactoryID()
Gets the identifier of the factory which created this layout. |
int |
getSelected()
Gets the name of the selected child. |
void |
setFactoryID(String id)
Sets the identifier of the factory which created this layout. |
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
DockFactory.getLayout(bibliothek.gui.dock.DockElement, java.util.Map)
Method Detail |
---|
public String getFactoryID()
DockLayout
getFactoryID
in interface DockLayout
public void setFactoryID(String id)
DockLayout
setFactoryID
in interface DockLayout
id
- the identifier of the factorypublic int[] getChildren()
public int getSelected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |