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

Packages that use IToggle
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 IToggle in com.rational.test.ft.object.interfaces
 

Subinterfaces of IToggle in com.rational.test.ft.object.interfaces
 interface IToggleGUI
          Extends the definition of the IToggle interface to include actions that directly use the mouse.
 

Classes in com.rational.test.ft.object.interfaces that implement IToggle
 class ToggleGUITestObject
          Extends the definition of the IToggle interface to include actions that directly use the mouse.
 class ToggleTestObject
          Serves as the base TestObject implementation of the IToggle interface.