com.huguesjohnson.jail.jailBreak.tree
Class NeuralNetworkTreeNode

java.lang.Object
  |
  +--javax.swing.tree.DefaultMutableTreeNode
        |
        +--com.huguesjohnson.jail.jailBreak.tree.NeuralNetworkTreeNode
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class NeuralNetworkTreeNode
extends javax.swing.tree.DefaultMutableTreeNode

NeuralNetworkTreeNode model for displaying a neural network in a tree

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
NeuralNetworkTreeNode(java.lang.Object object, java.lang.String caption)
          constructor
 
Method Summary
 java.lang.String toString()
          returns a string representation of the object, used to determine caption of the node
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeuralNetworkTreeNode

public NeuralNetworkTreeNode(java.lang.Object object,
                             java.lang.String caption)
constructor

Parameters:
object - the underlying object
caption - the caption for this node
Method Detail

toString

public java.lang.String toString()
returns a string representation of the object, used to determine caption of the node

Overrides:
toString in class javax.swing.tree.DefaultMutableTreeNode
Returns:
string representation of the object