com.sun.javatest.exec
Class TT_BasicNode
java.lang.Object
com.sun.javatest.exec.TT_TreeNode
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.