ucar.unidata.ui
Class TreePanel.MyTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by ucar.unidata.ui.TreePanel.MyTreeNode
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode
Enclosing class:
TreePanel

public static class TreePanel.MyTreeNode
extends DefaultMutableTreeNode

Class MyTreeNode _more_

Version:
$Revision: 1.6 $
Author:
IDV Development Team
See Also:
Serialized Form

Field Summary
 ImageIcon icon
          icon
 Object object
          _more_
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
TreePanel.MyTreeNode(Object o, ImageIcon icon, Object object)
          ctor
 
Method Summary
 Object getObject()
          _more_
 
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, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

icon

public ImageIcon icon
icon


object

public Object object
_more_

Constructor Detail

TreePanel.MyTreeNode

public TreePanel.MyTreeNode(Object o,
                            ImageIcon icon,
                            Object object)
ctor

Parameters:
o - object
icon - icon
object - _more_
Method Detail

getObject

public Object getObject()
_more_

Returns:
_more_