|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
Enumeration |
elements()
This will return an enumeration of all values in the tree. |
int |
getMaxDepth()
Returns the maximum depth of the tree. |
int |
getNodeCount()
Returns the number of nodes in the tree. |
String |
toString(boolean verbose)
Returns a verbose description if passed in true. |
| Methods inherited from interface javax.swing.tree.TreeModel |
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged |
| Method Detail |
public Enumeration elements()
public int getNodeCount()
public int getMaxDepth()
public String toString(boolean verbose)
verbose - Whether or not to return a verbose description.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||