Class TT_TestNode
java.lang.Object
com.sun.javatest.exec.TT_TreeNode
com.sun.javatest.exec.TT_TestNode
- All Implemented Interfaces:
TreeNode
-
Field Summary
Fields inherited from class TT_TreeNode
parent -
Method Summary
Modifier and TypeMethodDescriptionEnumeration<? extends TreeNode> children()booleangetChildAt(int arg0) intintbooleanisLeaf()Methods inherited from class TT_TreeNode
toString
-
Method Details
-
children
-
getAllowsChildren
public boolean getAllowsChildren() -
getChildAt
-
getChildCount
public int getChildCount() -
getIndex
-
getParent
-
isLeaf
public boolean isLeaf()
-