IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

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

Packages that use Index
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

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
Row(Index index)
           
Column(Index index)