|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.flap.FlapDockStationLayout
bibliothek.gui.dock.station.flap.RetroFlapDockStationLayout
public class RetroFlapDockStationLayout
A FlapDockStationLayout that stores data which was read from an older format.
| Constructor Summary | |
|---|---|
RetroFlapDockStationLayout(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. |
boolean[] |
getHolds()
Tells the holding state of the children. |
int[] |
getSizes()
Gets the sizes of the window |
| Methods inherited from class bibliothek.gui.dock.station.flap.FlapDockStationLayout |
|---|
getDirection, getPlaceholders, isAutoDirection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RetroFlapDockStationLayout(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 opens| Method Detail |
|---|
public int[] getChildren()
public boolean[] getHolds()
public int[] getSizes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||