IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

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

Packages that use IToggle
com.rational.test.ft.object.interfaces   
com.rational.test.ft.object.interfaces.SAP   
com.rational.test.ft.object.interfaces.WPF   
 

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.
 

Uses of IToggle in com.rational.test.ft.object.interfaces.SAP
 

Classes in com.rational.test.ft.object.interfaces.SAP that implement IToggle
 class SAPGuiToggleTestObject
           
 

Uses of IToggle in com.rational.test.ft.object.interfaces.WPF
 

Classes in com.rational.test.ft.object.interfaces.WPF that implement IToggle
 class WpfToggleGUITestObject
           
 class WpfToggleTestObject
          Serves as the base TestObject implementation of the IToggle interface.