Class TT_BasicNode

  • All Implemented Interfaces:
    javax.swing.tree.TreeNode

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

      • children

        public java.util.Enumeration<TT_TreeNode> children()
      • getAllowsChildren

        public boolean getAllowsChildren()
      • getChildAt

        public javax.swing.tree.TreeNode getChildAt​(int arg0)
      • getChildCount

        public int getChildCount()
      • getIndex

        public int getIndex​(javax.swing.tree.TreeNode arg0)
      • getParent

        public javax.swing.tree.TreeNode getParent()
      • isLeaf

        public boolean isLeaf()