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:
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
Modifier and TypeMethodDescriptionchildren()
boolean
getChildAt
(int arg0) int
int
getIndex
(TT_TestNode arg) int
boolean
isLeaf()
Methods inherited from class com.sun.javatest.exec.TT_TreeNode
toString
-
Method Details
-
children
-
getAllowsChildren
public boolean getAllowsChildren() -
getChildAt
-
getChildCount
public int getChildCount() -
getIndex
-
getIndex
-
getParent
-
isLeaf
public boolean isLeaf()
-