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

Packages that use Cell
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
com.rational.test.ft.vp The package com.rational.test.ft.vp provides verification point services to test scripts. 
 

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.getCell()
          Returns the cell associated with a cell region.
 Cell ITestDataTableRegion.getTopLeftCell()
          Returns the upper left cell associated with a block region.
 Cell ITestDataTableRegion.getBottomRightCell()
          Returns the lower right 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.