Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
DevOps Test UI
Version 2024.03 (11.0.1)
DevOps Test UI API Reference

Project Version 2.3
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use IFrame 
    Package Description
    com.rational.test.ft.object.interfaces  
    com.rational.test.ft.object.interfaces.dojo  
    com.rational.test.ft.object.interfaces.SAP  
    com.rational.test.ft.object.interfaces.WPF  
    • Uses of IFrame in com.rational.test.ft.object.interfaces

      Subinterfaces of IFrame in com.rational.test.ft.object.interfaces 
      Modifier and Type Interface and Description
      interface  IFileDialog
      Defines the methods uniquely associated with a file-dialog type of control.
      interface  IInternalFrame
      Defines the interface for internalframe GUI objects.
      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 IFrame 
      Modifier and Type Class and Description
      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  EclipseTestObject
      Provides Script access to Eclipse User Interface.
      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  InternalFrameTestObject
      Represents frame objects in the system under test.
      class  MessageBoxTestObject
      Represents native-style Message Box dialog.
      class  ShellTestObject
      Represents org.eclipse.swt.widgets.Shell objects in the System Under Test.
      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.
    • Uses of IFrame in com.rational.test.ft.object.interfaces.dojo

      Classes in com.rational.test.ft.object.interfaces.dojo that implement IFrame 
      Modifier and Type Class and Description
      class  DojoFloatingPaneTestObject 
    • Uses of IFrame in com.rational.test.ft.object.interfaces.SAP

      Classes in com.rational.test.ft.object.interfaces.SAP that implement IFrame 
      Modifier and Type Class and Description
      class  SAPTopLevelTestObject
      a top level object (GuiModalWindow or GuiMainWindow) in the SAPGUI Scripting framework.
    • Uses of IFrame in com.rational.test.ft.object.interfaces.WPF

      Classes in com.rational.test.ft.object.interfaces.WPF that implement IFrame 
      Modifier and Type Class and Description
      class  WpfFrameSubitemTestObject
      Provides subitem methods for WPF frame controls.
      class  WpfFrameTestObject
      Represents WPF frame objects in the system under test.
      class  WpfTopLevelSubitemTestObject 
      class  WpfTopLevelTestObject 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes