|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitDockTree.Key | |
---|---|
bibliothek.gui.dock.station.split |
Uses of SplitDockTree.Key in bibliothek.gui.dock.station.split |
---|
Subclasses of SplitDockTree.Key in bibliothek.gui.dock.station.split | |
---|---|
private class |
SplitDockTree.Leaf
A SplitDockTree.Key which represents a leaf. |
private class |
SplitDockTree.Node
A SplitDockTree.Key which represents a node in the tree. |
Fields in bibliothek.gui.dock.station.split declared as SplitDockTree.Key | |
---|---|
SplitDockTree.Key |
SplitDockTree.Node.keyA
left or top child |
SplitDockTree.Key |
SplitDockTree.Node.keyB
right or bottom child |
private SplitDockTree.Key |
SplitDockTree.Key.parent
the parent of this node or leaf |
private SplitDockTree.Key |
SplitDockTree.root
the root of the tree |
Methods in bibliothek.gui.dock.station.split that return SplitDockTree.Key | |
---|---|
SplitDockTree.Key |
SplitDockTree.getBottom(SplitDockTree.Key key)
Gets the bottom element of the node key . |
SplitDockTree.Key |
SplitDockTree.getLeft(SplitDockTree.Key key)
Gets the left element of the node key . |
SplitDockTree.Key |
SplitDockTree.Key.getParent()
Gets the parent of this node or leaf. |
SplitDockTree.Key |
SplitDockTree.getRight(SplitDockTree.Key key)
Gets the right element of the node key . |
SplitDockTree.Key |
SplitDockTree.getRoot()
Gets the root of the tree. |
SplitDockTree.Key |
SplitDockTree.getTop(SplitDockTree.Key key)
Gets the top element of the node key . |
SplitDockTree.Key |
SplitDockTree.horizontal(Dockable left,
Dockable right)
Adds two elements horizontally. |
SplitDockTree.Key |
SplitDockTree.horizontal(Dockable left,
Dockable right,
double divider)
Adds two elements horizontally. |
SplitDockTree.Key |
SplitDockTree.horizontal(SplitDockTree.Key left,
SplitDockTree.Key right)
Adds two elements horizontally. |
SplitDockTree.Key |
SplitDockTree.horizontal(SplitDockTree.Key left,
SplitDockTree.Key right,
double divider)
Adds two elements horizontally. |
SplitDockTree.Key |
SplitDockTree.put(Dockable... dockables)
Creates a key for the set dockables . |
SplitDockTree.Key |
SplitDockGrid.Node.put(SplitDockTree tree)
Writes the contents of this node into tree . |
SplitDockTree.Key |
SplitDockTree.root(Dockable dockable)
Sets dockable as root, and returns a key to the root. |
SplitDockTree.Key |
Leaf.submit(SplitDockTree tree)
|
SplitDockTree.Key |
Node.submit(SplitDockTree tree)
|
SplitDockTree.Key |
Root.submit(SplitDockTree tree)
|
abstract SplitDockTree.Key |
SplitNode.submit(SplitDockTree tree)
Writes the contents of this node into tree . |
SplitDockTree.Key |
SplitDockTree.vertical(Dockable top,
Dockable bottom)
Adds two elements vertically. |
SplitDockTree.Key |
SplitDockTree.vertical(Dockable top,
Dockable bottom,
double divider)
Adds two elements vertically. |
SplitDockTree.Key |
SplitDockTree.vertical(SplitDockTree.Key top,
SplitDockTree.Key bottom)
Adds two elements vertically. |
SplitDockTree.Key |
SplitDockTree.vertical(SplitDockTree.Key top,
SplitDockTree.Key bottom,
double divider)
Adds two elements vertically. |
Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockTree.Key | |
---|---|
protected SplitNode |
SplitNode.create(SplitDockTree.Key key)
Creates a new node using the contents of key . |
void |
Leaf.evolve(SplitDockTree.Key key)
|
void |
Node.evolve(SplitDockTree.Key key)
|
void |
Root.evolve(SplitDockTree.Key key)
|
abstract void |
SplitNode.evolve(SplitDockTree.Key key)
Creates or replaces children according to the values found in key . |
SplitDockTree.Key |
SplitDockTree.getBottom(SplitDockTree.Key key)
Gets the bottom element of the node key . |
double |
SplitDockTree.getDivider(SplitDockTree.Key key)
Gets the divider of the node key . |
Dockable[] |
SplitDockTree.getDockables(SplitDockTree.Key key)
Gets the elements that are represented by the leaf key . |
SplitDockTree.Key |
SplitDockTree.getLeft(SplitDockTree.Key key)
Gets the left element of the node key . |
SplitDockTree.Key |
SplitDockTree.getRight(SplitDockTree.Key key)
Gets the right element of the node key . |
SplitDockTree.Key |
SplitDockTree.getTop(SplitDockTree.Key key)
Gets the top element of the node key . |
SplitDockTree.Key |
SplitDockTree.horizontal(SplitDockTree.Key left,
SplitDockTree.Key right)
Adds two elements horizontally. |
SplitDockTree.Key |
SplitDockTree.horizontal(SplitDockTree.Key left,
SplitDockTree.Key right,
double divider)
Adds two elements horizontally. |
boolean |
SplitDockTree.isDockable(SplitDockTree.Key key)
Tells whether key represents a leaf or not. |
boolean |
SplitDockTree.isHorizontal(SplitDockTree.Key key)
Tells whether the node key represents a horizontal
or a vertical node. |
boolean |
SplitDockTree.isNode(SplitDockTree.Key key)
Tells whether key represents a node or not. |
SplitDockTree |
SplitDockTree.root(SplitDockTree.Key key)
Sets key as the root of the tree. |
private void |
SplitDockTree.Key.setParent(SplitDockTree.Key parent)
Sets the parent of this node or leaf. |
SplitDockTree.Key |
SplitDockTree.vertical(SplitDockTree.Key top,
SplitDockTree.Key bottom)
Adds two elements vertically. |
SplitDockTree.Key |
SplitDockTree.vertical(SplitDockTree.Key top,
SplitDockTree.Key bottom,
double divider)
Adds two elements vertically. |
Constructors in bibliothek.gui.dock.station.split with parameters of type SplitDockTree.Key | |
---|---|
SplitDockTree.Node(SplitDockTree.Key keyA,
SplitDockTree.Key keyB,
double divider,
boolean horizontal)
Creates a new node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |