public interface TreeNode
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getChild(int index) |
int |
getChildCount() |
int |
getIndexOfChild(java.lang.Object child) |
java.lang.Object |
getParent() |
boolean |
isLeaf() |
Copyright © 2013. All Rights Reserved.