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. 
com.rational.test.ft.object.interfaces.siebel   
 

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.
 

Uses of IGraphical in com.rational.test.ft.object.interfaces.siebel
 

Classes in com.rational.test.ft.object.interfaces.siebel that implement IGraphical
 class SiebAppletTestObject
          Provides script access to the SiebApplet.TestObject class.
 class SiebApplicationTestObject
          Provides script access to the SiebApplication.TestObject class.
 class SiebButtonTestObject
          Provides script access to the SiebButton.TestObject class.
 class SiebCalculatorTestObject
          Provides script access to the SiebCalculator.TestObject class.
 class SiebCalendarTestObject
          Provides script access to the SiebCalendar.TestObject class.
 class SiebCheckboxTestObject
          Provides script access to the SiebCheckbox.TestObject class.
 class SiebCommunicationsToolbarTestObject
          Provides script access to the SiebCommunicationsToolbar.TestObject class.
 class SiebCurrencyTestObject
          Provides script access to the SiebButton.TestObject class.
 class SiebListTestObject
          Provides script access to the SiebList.TestObject class.
 class SiebMenuTestObject
          Provides script access to the SiebMenu.TestObject class.
 class SiebPageTabsTestObject
          Provides script access to the SiebPageTabs.TestObject class.
 class SiebPDQTestObject
          Provides script access to the SiebPDQ.TestObject class.
 class SiebPicklistTestObject
          Provides script access to the SiebPicklist.TestObject class.
 class SiebRichTextTestObject
          Provides script access to SiebRichText.TestObject class.
 class SiebScreenTestObject
          Provides script access to SiebScreen.TestObject class.
 class SiebScreenViewsTestObject
          Provides script access to SiebScreenViews.TestObject class.
 class SiebTaskAssistantTestObject
          Provides script access to SiebTaskAssistant.TestObject class.
 class SiebTestObject
          Provides script access to Siebel objects.
 class SiebTextAreaTestObject
          Provides script access to the SiebTextArea.TestObject class.
 class SiebTextTestObject
          Provides script access to the SiebText.TestObject class.
 class SiebThreadbarTestObject
          Provides script access to the SiebThreadbar.TestObject class.
 class SiebToolbarTestObject
          Provides script access to the SiebToolbar.TestObject class.
 class SiebTreeTestObject
          Provides script access to the SiebTree.TestObject class.
 class SiebViewAppletsTestObject
          Provides script access to the SiebViewApplets.TestObject class.
 class SiebViewTestObject
          Provides script access to the SiebView.TestObject class.