|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeNode
Defines the requirements for an object that can be used as a tree node in a
JTree
. This interface add the getUserObject()
to
Swing's interface, which seems to have been forgotten in J2SE.
Method Summary | |
---|---|
Object |
getUserObject()
Returns this node's user object. |
Methods inherited from interface TreeNode |
---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Method Detail |
---|
Object getUserObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |