|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- the type of elements representing leafs and nodespublic interface SplitTreeFactory<N>
A factory used to create trees that somehow represent the layout
of a SplitDockStation
.
Method Summary | |
---|---|
N |
horizontal(N left,
N right,
double divider)
Informs about a node that is divided vertically. |
N |
leaf(Dockable dockable)
Informs about a leaf of the tree. |
N |
root(N root)
Informs about the node that is the root. |
N |
vertical(N top,
N bottom,
double divider)
Informs about a node that is divided vertically. |
Method Detail |
---|
N leaf(Dockable dockable)
dockable
- the element in the leaf
null
N horizontal(N left, N right, double divider)
left
- the left child of the node, might be null
right
- the right child of the node, might be null
divider
- the size of the left node, a value between 0 and 1.
null
N vertical(N top, N bottom, double divider)
top
- the top child of the node, might be null
bottom
- the bottom child of the node, might be null
divider
- the size of the top node, a value between 0 and 1.
null
N root(N root)
root
- the root of the tree, might be null
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |