|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestDataTreeNodes
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 |
---|
ITestDataTreeNode[] getRootNodes()
void setRootNodes(ITestDataTreeNode[] rootNodes)
int getRootNodeCount()
int getNodeCount()
void setTree(ITestDataTree tree)
ITestDataTree getTree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |