© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.explorer
Class ExplorerNode<T>

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by org.ximtec.igesture.tool.explorer.ExplorerNode<T>
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class ExplorerNode<T>
extends DefaultMutableTreeNode

Not used at the moment.

Since:
igesture
Version:
1.0
Author:
UeliKurmann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent
 
Constructor Summary
ExplorerNode(T userObject, NodeInfo nodeInfo)
           
 
Method Summary
 T getUserObject()
           
 void setUserObject(Object userObject)
           
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExplorerNode

public ExplorerNode(T userObject,
                    NodeInfo nodeInfo)
Method Detail

setUserObject

public void setUserObject(Object userObject)
Specified by:
setUserObject in interface MutableTreeNode
Overrides:
setUserObject in class DefaultMutableTreeNode

getUserObject

public T getUserObject()
Overrides:
getUserObject in class DefaultMutableTreeNode

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.