|
|||||||||
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 | |
---|---|
Object |
getChild(Object parent,
int index)
Returns the child at index . |
int |
getChildCount(Object parent)
Returns the number of children of parent . |
Object |
getRoot()
Returns the root object of this tree model. |
Method Detail |
---|
int getChildCount(Object parent)
parent
.
Object getChild(Object parent, int index)
index
.
Object getRoot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |