|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TreeView.Skin
Tree view skin interface. Tree view skins must implement this.
| Method Summary | |
|---|---|
Sequence.Tree.Path |
getNodeAt(int y)
Gets the path to the node found at the specified y-coordinate (relative to the tree view). |
Bounds |
getNodeBounds(Sequence.Tree.Path path)
Gets the bounds of the node at the specified path relative to the tree view. |
int |
getNodeIndent(int depth)
Gets the pixel indent of nodes at the specified depth. |
int |
getRowIndex(Sequence.Tree.Path path)
Gets the row index of the node, as seen in the current visible nodes list. |
| Method Detail |
|---|
Sequence.Tree.Path getNodeAt(int y)
y - The y-coordinate in pixels.
Bounds getNodeBounds(Sequence.Tree.Path path)
getNodeIndent(int).
path - The path to the node.
int getNodeIndent(int depth)
tree data.
depth - The depth, where the first child of the root has depth 1, the child
of that branch has depth 2, etc.
int getRowIndex(Sequence.Tree.Path path)
path - The path to the node.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||