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

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

Subinterfaces of ITopWindow in com.rational.test.ft.object.interfaces
 interface IFileDialog
          Defines the methods uniquely associated with a file-dialog type of control.
 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 ITopWindow
 class BrowserTestObject
          Provides script access to the general browser, which is the HTML Browser TestObject class.
 class FileDialogTestObject
          Represents native-style file dialog controls.
 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.