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

Project Version 2.0

Uses of Class
com.rational.test.ft.object.interfaces.GuiTestObject

Packages that use GuiTestObject
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   
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

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

Subclasses of GuiTestObject in com.rational.test.ft.object.interfaces
 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 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.
 

Methods in com.rational.test.ft.object.interfaces that return GuiTestObject
 GuiTestObject RootTestObject.objectAtPoint(java.awt.Point screenPt)
          Returns a GuiTestObject for the object at the specified screen location.
 

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

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

Uses of GuiTestObject in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return GuiTestObject
static GuiTestObject RationalTestScript.objectAtPoint(java.awt.Point screenPt)
          Returns a GuiTestObject for the object at the screen location.