|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.split.AbstractSplitDockGrid.Node<D>
D - the kind of element that represents a Dockableprotected static class AbstractSplitDockGrid.Node<D>
Represents a node in the tree which will be built.
| Field Summary | |
|---|---|
AbstractSplitDockGrid.Node<D> |
childA
the first child of this node |
AbstractSplitDockGrid.Node<D> |
childB
the second child of this node |
double |
divider
the location of the divider |
D[] |
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 |
PlaceholderMap |
placeholderMap
a map containing placeholder information for a DockStation that could be placed
as this location. |
Path[] |
placeholders
all the placeholders associated with this location |
D |
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 |
AbstractSplitDockGrid.Node()
|
| Method Summary | |
|---|---|
SplitDockTree.Key |
put(SplitDockTree<D> 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 AbstractSplitDockGrid.Node<D> childA
public AbstractSplitDockGrid.Node<D> childB
public double divider
public boolean horizontal
public D[] dockables
public D selected
public Path[] placeholders
public PlaceholderMap placeholderMap
DockStation that could be placed
as this location.
| Constructor Detail |
|---|
protected AbstractSplitDockGrid.Node()
| Method Detail |
|---|
public SplitDockTree.Key put(SplitDockTree<D> tree)
tree.
tree - the tree to write into
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||