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

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

Subinterfaces of IGraphical in com.rational.test.ft.object.interfaces
 interface IFileDialog
          Defines the methods uniquely associated with a file-dialog type of control.
 interface IFrame
          Defines the interface for frame GUI objects.
 interface IInternalFrame
          Defines the interface for internalframe GUI objects.
 interface IScreen
          Provides simple access to a Screen object.
 interface ITopWindow
          Defines the interface for top-level GUI objects.
 interface IWindow
          Provides access to the native window management system; any use of this interface is likely to be platform specific.
 

Classes in com.rational.test.ft.object.interfaces that implement IGraphical
 class BrowserTestObject
          Provides script access to the general browser, which is the HTML Browser TestObject class.
 class EmbeddedBrowserTestObject
          Provides script access to the general embedded browser, which is the HTML Browser TestObject class.
 class FileDialogTestObject
          Represents native-style file dialog controls.
 class FrameSubitemTestObject
          Provides subitem methods for frame controls.
 class FrameTestObject
          Represents frame objects in the system under test.
 class GuiSubitemTestObject
          Provides access to actions replayed by the mouse or keyboard.
 class GuiTestObject
          The core class for modeling GUI components.
 class InternalFrameTestObject
          Represents frame objects in the system under test.
 class ScrollGuiSubitemTestObject
          Provides access to actions replayed by the mouse or keyboard.
 class ScrollTestObject
          Provides methods to move horizontal and vertical scrollbars.
 class SelectGuiSubitemTestObject
          For internal use only.
 class SelectScrollGuiSubitemTestObject
          Provides access to actions replayed by the mouse or keyboard.
 class StatelessGuiSubitemTestObject
          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 TextGuiTestObject
          Provides access to text in a control.
 class TextScrollTestObject
          Provides methods to move horizontal and vertical scrollbars.
 class TextSelectGuiSubitemTestObject
          Extends commmand to access text on a selectable TestObject.
 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.
 class TopLevelSubitemTestObject
          Represents top-level window objects in the system under test that support subitems.
 class TopLevelTestObject
          Represents top-level window objects in the system under test.
 class TrackbarTestObject
          Provides subitem methods for trackbar controls.