org.geotools.gui.swing.tree
Interface MutableTreeNode

All Superinterfaces:
MutableTreeNode, TreeNode

public interface MutableTreeNode
extends MutableTreeNode, TreeNode

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 getUserObject().

Since:
2.0
Author:
Martin Desruisseaux (IRD)
Module:

Method Summary
 
Methods inherited from interface MutableTreeNode
insert, remove, remove, removeFromParent, setParent, setUserObject
 
Methods inherited from interface TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface TreeNode
getUserObject
 
Methods inherited from interface TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 



Copyright © 1996-2009 Geotools. All Rights Reserved.