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

Project Version 2.3

Uses of Class
com.rational.test.ft.script.Anchor

Packages that use Anchor
com.rational.test.ft.object.interfaces.siebel   
com.rational.test.ft.script   
 

Uses of Anchor in com.rational.test.ft.object.interfaces.siebel
 

Methods in com.rational.test.ft.object.interfaces.siebel that return Anchor
protected static Anchor SiebTestObject.atChild(Property[] properties)
           
protected static Anchor SiebTestObject.atChild(java.lang.String propName, java.lang.Object propValue)
           
protected static Anchor SiebTestObject.atDescendant(Property[] properties)
           
protected static Anchor SiebTestObject.atDescendant(java.lang.String propName, java.lang.Object propValue)
           
 

Uses of Anchor in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return Anchor
static Anchor SubitemFactory.atChild(Property[] properties)
          Returns an Anchor subitem.
static Anchor SubitemFactory.atChild(java.lang.String propName, java.lang.Object propValue)
          Returns an Anchor subitem.
static Anchor SubitemFactory.atChild(java.lang.String propName1, java.lang.Object propValue1, java.lang.String propName2, java.lang.Object propValue2)
          Returns an Anchor subitem.
static Anchor SubitemFactory.atDescendant(Property[] properties)
          Returns an Anchor subitem.
static Anchor SubitemFactory.atDescendant(java.lang.String propName, java.lang.Object propValue)
          Returns an Anchor subitem.
static Anchor SubitemFactory.atDescendant(java.lang.String propName1, java.lang.Object propValue1, java.lang.String propName2, java.lang.Object propValue2)
          Returns an Anchor subitem.