| Package | Description |
|---|---|
| com.rational.test.ft.object.interfaces | |
| com.rational.test.ft.script |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static IWindow[] |
RationalTestScript.getTopWindows()
Returns an array of
IWindows. |