|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeModel
A generalization of a javax.swing.tree.TreeModel
.
Method Summary | |
---|---|
java.lang.Object |
getChild(java.lang.Object parent,
int index)
Returns the child at index . |
int |
getChildCount(java.lang.Object parent)
Returns the number of children of parent . |
java.lang.Object |
getRoot()
Returns the root object of this tree model. |
Method Detail |
---|
int getChildCount(java.lang.Object parent)
parent
.
java.lang.Object getChild(java.lang.Object parent, int index)
index
.
java.lang.Object getRoot()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |