|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeModel
Arranges tree node objects, a node can essentially be anything
Method Summary | |
---|---|
java.util.Vector |
getChildren(java.lang.Object parent)
Returns the child objects representing the given parent, null should return the root objects |
boolean |
isLeaf(java.lang.Object node)
Is the node a leaf or a folder |
Method Detail |
---|
java.util.Vector getChildren(java.lang.Object parent)
parent
- the parent object whose children should be returned, null would return the
tree roots
boolean isLeaf(java.lang.Object node)
node
- a node within the tree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |