IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

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

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

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

Methods in com.rational.test.ft.object.interfaces.siebel with parameters of type Property
protected static Anchor SiebTestObject.atChild(Property[] properties)
           
protected static Anchor SiebTestObject.atDescendant(Property[] properties)
           
 

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

Methods in com.rational.test.ft.script that return Property
static Property SubitemFactory.atProperty(java.lang.String propertyName, java.lang.Object propertyValue)
          Returns a Property subitem.
static Property[] UnexpectedWindowConfigurationManager.getConfiguredTestObjectProperties(java.lang.Object[] domains, java.lang.String windowText)
          Method to get the propertylist for an ActiveWindow belonging to a domain
 Property[] UnexpectedWindow.getProperties()
           
 Property[] Anchor.getProperties()
          Gets the properties that should be anchored or not anchored.
 

Methods in com.rational.test.ft.script with parameters of type Property
static Anchor SubitemFactory.atChild(Property[] properties)
          Returns an Anchor subitem.
static Anchor SubitemFactory.atDescendant(Property[] properties)
          Returns an Anchor subitem.
 void UnexpectedWindow.setProperties(Property[] properties)
           
 

Constructors in com.rational.test.ft.script with parameters of type Property
Anchor(boolean anchored, Property[] properties)
          Creates an anchored (or unanchored) Property set.