Class TT_BasicNode

java.lang.Object
com.sun.javatest.exec.TT_TreeNode
com.sun.javatest.exec.TT_BasicNode
All Implemented Interfaces:
TreeNode

public class TT_BasicNode extends TT_TreeNode
Representation of a node in the GUI tree representing the visible test structure.
  • Method Details

    • children

      public Enumeration<TT_TreeNode> children()
    • getAllowsChildren

      public boolean getAllowsChildren()
    • getChildAt

      public TreeNode getChildAt(int arg0)
    • getChildCount

      public int getChildCount()
    • getIndex

      public int getIndex(TreeNode arg0)
    • getIndex

      public int getIndex(TT_TestNode arg)
    • getParent

      public TreeNode getParent()
    • isLeaf

      public boolean isLeaf()