Package com.sun.javatest.exec
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 com.sun.javatest.exec.TT_TreeNode
parent
-
Method Summary
Modifier and TypeMethodDescriptionEnumeration
<? extends TreeNode> children()
boolean
getChildAt
(int arg0) int
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
-
getParent
-
isLeaf
public boolean isLeaf()
-