|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.split.SplitDockTree.Key
bibliothek.gui.dock.station.split.SplitDockTree.Node
private class SplitDockTree.Node
A SplitDockTree.Key
which represents a node in the tree.
Field Summary | |
---|---|
double |
divider
location of the divider |
boolean |
horizontal
whether the children are horizontal or vertical laid out |
SplitDockTree.Key |
keyA
left or top child |
SplitDockTree.Key |
keyB
right or bottom child |
Constructor Summary | |
---|---|
SplitDockTree.Node(SplitDockTree.Key keyA,
SplitDockTree.Key keyB,
double divider,
boolean horizontal)
Creates a new node. |
Method Summary | |
---|---|
protected SplitDockTree.Node |
asNode()
Gets this key as a node. |
Methods inherited from class bibliothek.gui.dock.station.split.SplitDockTree.Key |
---|
asLeaf, getParent, getTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public SplitDockTree.Key keyA
public SplitDockTree.Key keyB
public double divider
public boolean horizontal
Constructor Detail |
---|
public SplitDockTree.Node(SplitDockTree.Key keyA, SplitDockTree.Key keyB, double divider, boolean horizontal)
keyA
- the left or top childkeyB
- the right or bottom childdivider
- the location of the dividerhorizontal
- the orientation of this nodeMethod Detail |
---|
protected SplitDockTree.Node asNode()
SplitDockTree.Key
asNode
in class SplitDockTree.Key
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |