org.geotoolkit.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 Geotk'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
- Version:
- 3.00
- Author:
- Martin Desruisseaux (IRD)
- Module:
Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.