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

Project Version 2.0

Uses of Interface
com.rational.test.ft.object.interfaces.ISubitem

Packages that use ISubitem
com.rational.test.ft.object.interfaces The package com.rational.test.ft.object.interfaces provides the classes that interact with objects in the software under test. 
 

Uses of ISubitem in com.rational.test.ft.object.interfaces
 

Classes in com.rational.test.ft.object.interfaces that implement ISubitem
 class FrameSubitemTestObject
          Provides subitem methods for frame controls.
 class GuiSubitemTestObject
          Provides access to actions replayed by the mouse or keyboard.
 class ScrollGuiSubitemTestObject
          Provides access to actions replayed by the mouse or keyboard.
 class SelectGuiSubitemTestObject
          For internal use only.
 class SelectScrollGuiSubitemTestObject
          Provides access to actions replayed by the mouse or keyboard.
 class SubitemTestObject
          Defines the methods that must be programmatically supported for access to subitems.
 class TextGuiSubitemTestObject
          Provides meta-actions on text in a control.
 class TextSelectGuiSubitemTestObject
          Extends commmand to access text on a selectable TestObject.
 class TopLevelSubitemTestObject
          Represents top-level window objects in the system under test that support subitems.
 class TrackbarTestObject
          Provides subitem methods for trackbar controls.