com.sun.javatest.exec
Class TT_BasicNode

java.lang.Object
  extended by com.sun.javatest.exec.TT_TreeNode
      extended by com.sun.javatest.exec.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.


Field Summary
 
Fields inherited from class com.sun.javatest.exec.TT_TreeNode
parent
 
Method Summary
 java.util.Enumeration children()
           
 boolean getAllowsChildren()
           
 javax.swing.tree.TreeNode getChildAt(int arg0)
           
 int getChildCount()
           
 int getIndex(javax.swing.tree.TreeNode arg0)
           
 int getIndex(TT_TestNode arg)
           
 javax.swing.tree.TreeNode getParent()
           
 boolean isLeaf()
           
 
Methods inherited from class com.sun.javatest.exec.TT_TreeNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

children

public java.util.Enumeration 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)

getIndex

public int getIndex(TT_TestNode arg)

getParent

public javax.swing.tree.TreeNode getParent()

isLeaf

public boolean isLeaf()


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.