|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWindow
Provides access to the native window management system; any use of this interface is likely to be platform specific.
Field Summary |
---|
Fields inherited from interface com.rational.test.ft.object.interfaces.ITopWindow |
---|
INPUTCHARS_METHOD, INPUTKEYS_METHOD |
Method Summary | |
---|---|
IWindow[] |
getChildren()
Returns an array of the children of this window. |
long |
getHandle()
Returns the native window handle for the object. |
int |
getId()
Returns the control ID (on Microsoft Windows) for the window. |
IWindow[] |
getOwned()
Returns an array of the windows owned by this window. |
IWindow |
getOwner()
Returns the owner of this window. |
IWindow |
getParent()
Returns the parent of this window. |
int |
getPid()
Returns the process ID for the window. |
java.lang.String |
getText()
Returns the text for the window. |
IWindow |
getTopParent()
Returns the topmost parent of this window. |
java.lang.String |
getWindowClassName()
Returns the window class name for the window. |
boolean |
isTopLevel()
Returns a flag to check whether the window is toplevel or not. |
Methods inherited from interface com.rational.test.ft.object.interfaces.ITopWindow |
---|
activate, clickDisabled, inputChars, inputKeys |
Methods inherited from interface com.rational.test.ft.object.interfaces.IFrame |
---|
close, contextHelp, isIconified, maximize, minimize, move, resize, restore |
Method Detail |
---|
IWindow[] getChildren()
IWindow getParent()
null
if no child object is foundIWindow getTopParent()
IWindow getOwner()
null
is returned.IWindow[] getOwned()
boolean isTopLevel()
true
if this window is a top window (that is, not a child of any window). Returns false
if this window has a parent.long getHandle()
java.lang.String getText()
java.lang.String getWindowClassName()
int getPid() throws NotSupportedOnUnixException
NotSupportedOnUnixException
int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |