org.geworkbench.builtin.projects
Class ProjectTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by org.geworkbench.builtin.projects.ProjectTreeNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
Direct Known Subclasses:
DataSetNode, DataSetSubNode, MicroarraySetNode, PendingTreeNode, ProjectNode

public class ProjectTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
implements java.io.Serializable

Copyright: Copyright (c) 2003

Company: First Genetic Trust Inc.

ProjectTree node which represents a generic node in the Project panel component

Version:
1.0
Author:
First Genetic Trust
See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
ProjectTreeNode()
          Default Constructor
ProjectTreeNode(java.lang.Object nodeName)
          Constructor
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
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

description

protected java.lang.String description
Constructor Detail

ProjectTreeNode

public ProjectTreeNode()
Default Constructor


ProjectTreeNode

public ProjectTreeNode(java.lang.Object nodeName)
Constructor

Parameters:
nodeName - Object to be set as User Object
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)