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

Packages that use Cell
com.rational.test.ft.script   
com.rational.test.ft.vp   
 

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

Methods in com.rational.test.ft.script that return Cell
static Cell SubitemFactory.atCell(Column c, Row r)
          Returns a Cell subitem.
static Cell SubitemFactory.atCell(Row r, Column c)
          Returns a Cell subitem.
 

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

Methods in com.rational.test.ft.vp that return Cell
 Cell ITestDataTableRegion.getBottomRightCell()
          Returns the lower right cell associated with a block region.
 Cell ITestDataTableRegion.getCell()
          Returns the cell associated with a cell region.
 Cell ITestDataTableRegion.getTopLeftCell()
          Returns the upper left cell associated with a block region.
 

Methods in com.rational.test.ft.vp with parameters of type Cell
static ITestDataTableRegion VpUtil.getTestDataTableRegion(Cell cell)
          Provides a comparison region that specifies a single cell in the table that is to be included in the comparison region.
static ITestDataTableRegion VpUtil.getTestDataTableRegion(Cell topLeft, Cell bottomRight)
          Provides a comparison region that specifies the block of cells in a table that are to be included in the comparison region.