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 TT_TreeNode
parent -
Method Summary
Modifier and TypeMethodDescriptionchildren()booleangetChildAt(int arg0) intintgetIndex(TT_TestNode arg) intbooleanisLeaf()Methods inherited from class TT_TreeNode
toString
-
Method Details
-
children
-
getAllowsChildren
public boolean getAllowsChildren() -
getChildAt
-
getChildCount
public int getChildCount() -
getIndex
-
getIndex
-
getParent
-
isLeaf
public boolean isLeaf()
-