|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the requirements for a tree node object that can change. It may changes by adding or
removing child nodes, or by changing the contents of a user object stored in the node. This
interface inherits the getUserObject()
method from Geotools's
TreeNode
. This is needed because the Swing's MutableTreeNode
interface defines a setUserObject(Object)
method but doesn't
define or inherit any .
Methods inherited from interface javax.swing.tree.MutableTreeNode |
insert, remove, remove, removeFromParent, setParent, setUserObject |
Methods inherited from interface javax.swing.tree.TreeNode |
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Methods inherited from interface org.geotools.gui.swing.tree.TreeNode |
getUserObject |
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |