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

Packages that use IGraphical
com.rational.test.ft.object.interfaces   
com.rational.test.ft.object.interfaces.flex   
com.rational.test.ft.object.interfaces.SAP   
com.rational.test.ft.object.interfaces.siebel   
com.rational.test.ft.object.interfaces.WPF   
 

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 BrowserTabTestObject
          IBM Confidential IBM Rational Functional Tester (c) Copyright IBM Corporation 2008, 2009.
 class BrowserTestObject
          Provides script access to the general browser, which is the HTML Browser TestObject class.
 class ColorDialogTestObject
          Represents native-style Color dialog.
 class DialogTestObject
          Represents native-style Dialog controls.
 class DocumentTestObject
          Provides script access to the general browser, which is the HTML Browser TestObject class.
 class EclipseTestObject
          Provides Script access to Eclipse User Interface.
 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 FTETopLevelTestObject
           
 class GefEditPartTestObject
          Provides script access to an EditPart in GEF based applications.
 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 MessageBoxTestObject
          Represents native-style Message Box dialog.
 class PaletteGuiSubitemTestObject
           
 class ScreenTestObject
           
 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 ShellTestObject
          Represents org.eclipse.swt.widgets.Shell objects in the System Under Test.
 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 TabitemTestObject
           
 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.flex
 

Classes in com.rational.test.ft.object.interfaces.flex that implement IGraphical
 class FlexAccordionTestObject
          An Accordion navigator container has a collection of child containers, but only one of them at a time is visible.
 class FlexAdvancedDataGridTestObject
          The DataGrid control is like a List except that it can show more than one column of data making it suited for showing objects with multiple properties
 class FlexApplicationTestObject
          Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container.
 class FlexButtonBarTestObject
          The ButtonBar control defines a horizontal or vertical group of logically related push buttons with a common look and navigation.
 class FlexButtonTestObject
          The Button control is a commonly used rectangular button.
 class FlexChartSeriesTestObject
          The Series class is the base class for the classes that let you specify a data series for a chart control.
 class FlexChartTestObject
          The base class for the chart controls.
 class FlexColorPickerTestObject
          The ColorPicker control provides a way for a user to choose a color from a swatch list.
 class FlexComboBaseTestObject
          The ComboBase class is the base class for controls that display text in a text field and have a button that causes a drop-down list to appear where the user can choose which text to display.
 class FlexComboBoxTestObject
          The ComboBox control contains a drop-down list from which the user can select a single value.
 class FlexContainerTestObject
          The Container class is an abstract base class for components that controls the layout characteristics of child components.
 class FlexDataGridTestObject
          The DataGrid control is like a List except that it can show more than one column of data making it suited for showing objects with multiple properties
 class FlexDateChooserTestObject
          The DateChooser control displays the name of a month, the year, and a grid of the days of the month, with columns labeled for the day of the week.
 class FlexDateFieldTestObject
          The DateField control is a text field that shows the date with a calendar icon on its right side.
 class FlexDividedBoxTestObject
          A DividedBox container measures and lays out its children horizontally or vertically in exactly the same way as a Box container, but it inserts draggable dividers in the gaps between the children.
 class FlexLinkBarTestObject
          A LinkBar control defines a horizontal or vertical row of LinkButton controls that designate a series of link destinations.
 class FlexListBaseTestObject
          The ListBase class is the base class for controls that represent lists of items that can have one or more selected and can scroll through the items.
 class FlexListLabelTestObject
           
 class FlexListTestObject
          The List control displays a vertical list of items.
 class FlexMenuBarTestObject
          A MenuBar control defines a horizontal, top-level menu bar that contains one or menu items.
 class FlexMenuTestObject
          The Menu control creates a pop-up menu of individually selectable choices, similar to the File or Edit menu found in most software applications.
 class FlexNavigationBarTestObject
          The NavBar control is the superclass for navigator controls, such as the LinkBar and TabBar controls.
 class FlexNumericStepperTestObject
          The NumericStepper control lets the user select a number from an ordered set.
 class FlexObjectTestObject
           
 class FlexPopUpButtonTestObject
          The PopUpButton control adds a flexible pop-up control interface to a Button control.
 class FlexRichTextEditorTestObject
          The RichTextEditor control lets users enter and format text.
 class FlexScrollBarTestObject
          The ScrollBar class is the base class for the HScrollBar and VScrollBar controls.
 class FlexScrollBaseTestObject
           
 class FlexSliderTestObject
          The Slider class is the base class for the Flex slider controls.
 class FlexTabNavigatorTestObject
          The TabNavigator container extends the ViewStack container by including a TabBar container for navigating between its child containers.
 class FlexTextAreaTestObject
          The TextArea control is a multiline text field with a border and optional scroll bars.
 class FlexTitleWindowTestObject
          A TitleWindow navigator container contains a title bar, a caption, a border, and a content area for its child.
 class FlexTreeTestObject
          The Tree control lets a user view hierarchical data arranged as an expandable tree.
 class FlexViewStackTestObject
          A ViewStack navigator container consists of a collection of child containers stacked on top of each other, where only one child at a time is visible.
 

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

Classes in com.rational.test.ft.object.interfaces.SAP that implement IGraphical
 class SAPGuiCalendarTestObject
           
 class SAPGuiComboBoxTestObject
           
 class SAPGuiCtrlGridViewTestObject
          Summary for SAPGuiCtrlTextEditTestObject
 class SAPGuiCtrlHTMLViewerTestObject
           
 class SAPGuiCtrlTextEditTestObject
          Summary for SAPGuiCtrlTextEditTestObject
 class SAPGuiCtrlToolbarTestObject
           
 class SAPGuiCtrlTreeTestObject
           
 class SAPGuiCustomControlTestObject
           
 class SAPGuiMenubarTestObject
          Represents a SAP GuiMenubar object.
 class SAPGuiMenuTestObject
          TestObject representing a single menu item or context menu.
 class SAPGuiOfficeIntegrationTestObject
           
 class SAPGuiPictureTestObject
           
 class SAPGuiStatusbarTestObject
           
 class SAPGuiTableControlTestObject
           
 class SAPGuiTabStripTestObject
           
 class SAPGuiTabTestObject
           
 class SAPGuiTextTestObject
           
 class SAPGuiToggleTestObject
           
 class SAPGuiToolbarTestObject
           
 class SAPGuiUserAreaTestObject
           
 class SAPTopLevelTestObject
          a top level object (GuiModalWindow or GuiMainWindow) in the SAPGUI Scripting framework.
 

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

Classes in com.rational.test.ft.object.interfaces.siebel that implement IGraphical
 class SiebAlphaTabsTestObject
          Provides script access to the SiebButton.TestObject class.
 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 SiebCurrency.TestObject class.
 class SiebInkDataTestObject
          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 SiebTaskLinkTestObject
          Provides script access to the SiebButton.TestObject class.
 class SiebTaskStepTestObject
          Provides script access to the SiebButton.TestObject class.
 class SiebTaskTestObject
          Provides script access to SiebScreen.TestObject class.
 class SiebTaskUIPaneTestObject
          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 IGraphical in com.rational.test.ft.object.interfaces.WPF
 

Subinterfaces of IGraphical in com.rational.test.ft.object.interfaces.WPF
 interface IWpfGraphical
           
 

Classes in com.rational.test.ft.object.interfaces.WPF that implement IGraphical
 class WpfFrameSubitemTestObject
          Provides subitem methods for WPF frame controls.
 class WpfFrameTestObject
          Represents WPF frame objects in the system under test.
 class WpfGuiSubitemTestObject
          Provides access to actions replayed by the mouse or keyboard.
 class WpfGuiTestObject
          The WPF core class for modeling GUI components.
 class WpfSelectGuiSubitemTestObject
           
 class WpfStatelessGuiSubitemTestObject
           
 class WpfTextGuiSubitemTestObject
           
 class WpfTextSelectGuiSubitemTestObject
           
 class WpfToggleGUITestObject
           
 class WpfToggleTestObject
          Serves as the base TestObject implementation of the IToggle interface.
 class WpfTopLevelSubitemTestObject
           
 class WpfTopLevelTestObject
           
 class WpfTrackbarTestObject
           
 class WpfVisualTestObject