|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Enables an appropriate display object to be
associated with the tree nodes. This is the container class for the Nodes
of a tree-type verification point.
Without this container class, the
generic property display does not know how to display the nodes.
Method Summary | |
int |
getNodeCount()
Returns the number of nodes in the tree hierarchy. |
int |
getRootNodeCount()
Returns the number of root nodes. |
ITestDataTreeNode[] |
getRootNodes()
Returns the root nodes of a tree structure. |
ITestDataTree |
getTree()
This method returns the reference to tree. |
void |
setRootNodes(ITestDataTreeNode[] rootNodes)
Sets the root nodes of a tree structure. |
void |
setTree(ITestDataTree tree)
This method sets the reference to tree. |
Method Detail |
public ITestDataTreeNode[] getRootNodes()
public void setRootNodes(ITestDataTreeNode[] rootNodes)
public int getRootNodeCount()
public int getNodeCount()
public void setTree(ITestDataTree tree)
public ITestDataTree getTree()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |