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:
utility/geotk-utility (download)    View source code for this class

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



Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.