IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

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

Packages that use IWindow
com.rational.test.ft.object.interfaces   
com.rational.test.ft.script   
 

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

Methods in com.rational.test.ft.object.interfaces that return IWindow
 IWindow IScreen.getActiveWindow()
          Returns the current active window.
 IWindow[] IWindow.getChildren()
          Returns an array of the children of this window.
 IWindow GuiTestObject.getIWindow()
          Converts the GuiTestObject into an IWindow
 IWindow[] IWindow.getOwned()
          Returns an array of the windows owned by this window.
 IWindow IWindow.getOwner()
          Returns the owner of this window.
 IWindow IWindow.getParent()
          Returns the parent of this window.
 IWindow IWindow.getTopParent()
          Returns the topmost parent of this window.
 IWindow[] RootTestObject.getTopWindows()
          Returns an array of IWindows.
 IWindow IScreen.windowFromHandle(long handle)
          Returns a window object when given a native window handle.
 IWindow IScreen.windowFromPoint(java.awt.Point point)
          Returns a IWindow object at the given screen point.
 

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

Methods in com.rational.test.ft.script that return IWindow
static IWindow[] RationalTestScript.getTopWindows()
          Returns an array of IWindows.