|
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 simple access to a Screen object. This interface is part of the native-window
management system; any use of this interface is likely to be
platform specific.
| Method Summary | |
IWindow |
getActiveWindow()
Returns the current active window. |
java.awt.Point |
getMousePosition()
Returns the current screen location of the mouse pointer. |
void |
inputChars(java.lang.String characters)
Sends the characters to the current active window as a sequence of key events. |
void |
inputKeys(java.lang.String keys)
Sends the key events to the current active window. |
IWindow |
windowFromHandle(long handle)
Returns a window object when given a native window handle. |
IWindow |
windowFromPoint(java.awt.Point point)
Returns the object at the given screen point. |
| 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 |
| Method Detail |
public IWindow windowFromHandle(long handle)
public IWindow windowFromPoint(java.awt.Point point)
public IWindow getActiveWindow()
public java.awt.Point getMousePosition()
public void inputKeys(java.lang.String keys)
inputKeys.
public void inputChars(java.lang.String characters)
inputKeys) is used.
No window activation
implicitly occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||