|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.split.SplitDockGrid.Node
protected static class SplitDockGrid.Node
Represents a node in the tree which will be built.
| Field Summary | |
|---|---|
SplitDockGrid.Node |
childA
the first child of this node |
SplitDockGrid.Node |
childB
the second child of this node |
double |
divider
the location of the divider |
Dockable[] |
dockables
the elements represented by this leaf |
double |
height
the height of this rectangle |
boolean |
horizontal
whether the children of this node are laid out horizontally or not |
Dockable |
selected
the element that is selected |
double |
width
the width of this rectangle |
double |
x
the x-coordinate |
double |
y
the y-coordinate |
| Constructor Summary | |
|---|---|
protected |
SplitDockGrid.Node()
|
| Method Summary | |
|---|---|
SplitDockTree.Key |
put(SplitDockTree tree)
Writes the contents of this node into tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double x
public double y
public double width
public double height
public SplitDockGrid.Node childA
public SplitDockGrid.Node childB
public double divider
public boolean horizontal
public Dockable[] dockables
public Dockable selected
| Constructor Detail |
|---|
protected SplitDockGrid.Node()
| Method Detail |
|---|
public SplitDockTree.Key put(SplitDockTree tree)
tree.
tree - the tree to write into
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||