Class TT_TreeNode

  • All Implemented Interfaces:
    javax.swing.tree.TreeNode
    Direct Known Subclasses:
    TT_BasicNode, TT_TestNode

    public abstract class TT_TreeNode
    extends java.lang.Object
    implements javax.swing.tree.TreeNode
    Basic part of the onscreen model of the test tree.
    • Constructor Summary

      Constructors 
      Constructor Description
      TT_TreeNode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface javax.swing.tree.TreeNode

        children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
    • Constructor Detail

      • TT_TreeNode

        public TT_TreeNode()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object