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

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

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

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

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.