|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.split.SplitDockStationLayout.Entry
bibliothek.gui.dock.station.split.SplitDockStationLayout.Node
public static class SplitDockStationLayout.Node
A node in a tree.
Constructor Summary | |
---|---|
SplitDockStationLayout.Node(SplitDockStation.Orientation orientation,
double divider,
SplitDockStationLayout.Entry childA,
SplitDockStationLayout.Entry childB)
Creates a new node. |
Method Summary | |
---|---|
SplitDockStationLayout.Node |
asNode()
Returns this as node or null . |
SplitDockStationLayout.Entry |
getChildA()
Gets the left or top child. |
SplitDockStationLayout.Entry |
getChildB()
Gets the right or bottom child. |
double |
getDivider()
The location of the divider. |
SplitDockStation.Orientation |
getOrientation()
Tells whether this node is horizontal or vertical. |
Methods inherited from class bibliothek.gui.dock.station.split.SplitDockStationLayout.Entry |
---|
asLeaf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitDockStationLayout.Node(SplitDockStation.Orientation orientation, double divider, SplitDockStationLayout.Entry childA, SplitDockStationLayout.Entry childB)
orientation
- whether this node is horizontal or verticaldivider
- the location of the dividerchildA
- the left or top childchildB
- the right or bottom childMethod Detail |
---|
public SplitDockStationLayout.Node asNode()
SplitDockStationLayout.Entry
this
as node or null
.
asNode
in class SplitDockStationLayout.Entry
this
or null
public SplitDockStation.Orientation getOrientation()
public double getDivider()
public SplitDockStationLayout.Entry getChildA()
public SplitDockStationLayout.Entry getChildB()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |