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.Index

Packages that use Index
com.rational.test.ft.script   
 

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

Subclasses of Index in com.rational.test.ft.script
 class TextPosition
          Adds definition to a simple String value.
 

Methods in com.rational.test.ft.script that return Index
static Index SubitemFactory.atIndex(int index)
          Returns an Index subitem.
 Index Row.getIndex()
          Returns the row Index value.
 Index Column.getIndex()
          Returns the column Index value.
 

Methods in com.rational.test.ft.script with parameters of type Index
static Column SubitemFactory.atColumn(Index i)
          Returns a Column subitem.
static Row SubitemFactory.atRow(Index i)
          Returns a Row subitem.
 

Constructors in com.rational.test.ft.script with parameters of type Index
Column(Index index)
           
Row(Index index)