Documentation of 'com.jstatcom.model.control.SymbolTreeNode' Java class
SymbolTreeNode
com.jstatcom.model.control

Class SymbolTreeNode

  • All Implemented Interfaces:
    SymbolListener, java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode


    public final class SymbolTreeNode
    extends javax.swing.tree.DefaultMutableTreeNode
    implements SymbolListener
    Treenode to be used with SymbolTree for displaying Symbol objects a JTree.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      Symbol symbol
      Symbol represented by this tree node.
      • Fields inherited from class javax.swing.tree.DefaultMutableTreeNode

        EMPTY_ENUMERATION
    • Constructor Summary

      Constructors 
      Constructor and Description
      SymbolTreeNode(Symbol symbol)
      Creates a tree node for a symbol.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void valueChanged(SymbolEvent evt)
      Invokes repaint on symbol tree.
      • 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, 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, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • symbol

        public final Symbol symbol
        Symbol represented by this tree node.
    • Constructor Detail

      • SymbolTreeNode

        public SymbolTreeNode(Symbol symbol)
        Creates a tree node for a symbol.
        Parameters:
        symbol - that this node stands for

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.