|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 classname of the window. |
boolean |
isTopLevel()
Returns true if this window is a top window
(that is, not a child of any window). |
Methods inherited from interface com.rational.test.ft.object.interfaces.IGraphical |
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getChildAtPoint, getClippedScreenRectangle, getScreenPoint, getScreenPoint, getScreenRectangle, hasFocus, hover, hover, hover, hover, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint |
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 |
public IWindow[] getChildren()
public IWindow getParent()
null
is returned.
public IWindow getTopParent()
public IWindow getOwner()
null
is returned.
public IWindow[] getOwned()
public 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.
public long getHandle()
public java.lang.String getText()
public java.lang.String getWindowClassName()
public int getPid() throws NotSupportedOnUnixException
NotSupportedOnUnixException
public int getId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |