IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
com.rational.test.ft.vp.ITestDataTreeNode

Packages that use ITestDataTreeNode
com.rational.test.ft.vp   
 

Uses of ITestDataTreeNode in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp that return ITestDataTreeNode
 ITestDataTreeNode[] ITestDataTreeNode.getChildren()
          Returns the child nodes relative to this node.
 ITestDataTreeNode ITestDataTreeNode.getParent()
          Returns the parent node of a tree structure.
 ITestDataTreeNode[] ITestDataTreeNodes.getRootNodes()
          Returns the root nodes of a tree structure.
static ITestDataTreeNode VpUtil.getTestDataTreeNode(java.lang.Object node)
          Provides a default tree node object.
 

Methods in com.rational.test.ft.vp with parameters of type ITestDataTreeNode
static ITestDataTree VpUtil.getTestData(ITestDataTreeNode[] rootNodes)
          Provides a default tree TestData object.
 void ITestDataTreeNode.setChildren(ITestDataTreeNode[] children)
          Sets the child nodes of this node.
 void ITestDataTreeNode.setParent(ITestDataTreeNode parent)
          Sets the parent node of a tree structure.
 void ITestDataTreeNodes.setRootNodes(ITestDataTreeNode[] rootNodes)
          Sets the root nodes of a tree structure.