com.sun.javatest.exec
Class TT_TestNode

java.lang.Object
  extended by com.sun.javatest.exec.TT_TreeNode
      extended by com.sun.javatest.exec.TT_TestNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class TT_TestNode
extends TT_TreeNode


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)
           
 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)

getParent

public javax.swing.tree.TreeNode getParent()

isLeaf

public boolean isLeaf()


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