|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.flap.FlapDockStationLayout
public class FlapDockStationLayout
A layout describing the content of a FlapDockStation
.
Constructor Summary | |
---|---|
FlapDockStationLayout(int[] children,
boolean[] holds,
int[] sizes,
boolean autoDirection,
FlapDockStation.Direction direction)
Creates a new layout |
Method Summary | |
---|---|
int[] |
getChildren()
Gets the order of the children. |
FlapDockStation.Direction |
getDirection()
Gets the direction into which the window will open |
boolean[] |
getHolds()
Tells the holding state of the children. |
int[] |
getSizes()
Gets the sizes of the window |
boolean |
isAutoDirection()
Tells whether the direction is chosen automatically or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlapDockStationLayout(int[] children, boolean[] holds, int[] sizes, boolean autoDirection, FlapDockStation.Direction direction)
children
- the ids of the children of the stationholds
- the holding state of the childrensizes
- the sizes of the windowautoDirection
- whether the direction of the window is chosen
automaticallydirection
- the direction into which the window opensMethod Detail |
---|
public int[] getChildren()
public boolean[] getHolds()
public int[] getSizes()
public FlapDockStation.Direction getDirection()
public boolean isAutoDirection()
true
if the direction is chosen automatically
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |