Package com.sun.javatest.exec
Class TT_TreeNode
- java.lang.Object
-
- com.sun.javatest.exec.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.TreeNodeBasic part of the onscreen model of the test tree.
-
-
Field Summary
Fields Modifier and Type Field Description protected TT_BasicNodeparent
-
Constructor Summary
Constructors Constructor Description TT_TreeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
parent
protected TT_BasicNode parent
-
-