Package com.sun.javatest.exec
Class TT_BasicNode
- java.lang.Object
-
- com.sun.javatest.exec.TT_TreeNode
-
- com.sun.javatest.exec.TT_BasicNode
-
- All Implemented Interfaces:
javax.swing.tree.TreeNode
public class TT_BasicNode extends TT_TreeNode
Representation of a node in the GUI tree representing the visible test structure.
-
-
Field Summary
-
Fields inherited from class com.sun.javatest.exec.TT_TreeNode
parent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Enumeration
children()
boolean
getAllowsChildren()
javax.swing.tree.TreeNode
getChildAt(int arg0)
int
getChildCount()
int
getIndex(TT_TestNode arg)
int
getIndex(javax.swing.tree.TreeNode arg0)
javax.swing.tree.TreeNode
getParent()
boolean
isLeaf()
-
Methods inherited from class com.sun.javatest.exec.TT_TreeNode
toString
-
-
-
-
Method Detail
-
children
public java.util.Enumeration children()
-
getAllowsChildren
public boolean getAllowsChildren()
-
getChildAt
public javax.swing.tree.TreeNode getChildAt(int arg0)
-
getChildCount
public int getChildCount()
-
getIndex
public int getIndex(javax.swing.tree.TreeNode arg0)
-
getIndex
public int getIndex(TT_TestNode arg)
-
getParent
public javax.swing.tree.TreeNode getParent()
-
isLeaf
public boolean isLeaf()
-
-