|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LowLevelEvent | |
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 LowLevelEvent in com.rational.test.ft.object.interfaces |
Methods in com.rational.test.ft.object.interfaces with parameters of type LowLevelEvent | |
void |
RootTestObject.emitLowLevelEvent(LowLevelEvent event)
Plays back a low level event. |
void |
RootTestObject.emitLowLevelEvent(LowLevelEvent[] events)
Plays back a sequence of low level events. |
Uses of LowLevelEvent in com.rational.test.ft.script |
Subclasses of LowLevelEvent in com.rational.test.ft.script | |
class |
DelayEvent
Represents a low level delay event.This should be generated with the SubitemFactory method
delay . |
class |
LowLevelKeyEvent
Represents a low level key event. |
class |
LowLevelMouseEvent
Represents a low level mouse event. |
Methods in com.rational.test.ft.script that return LowLevelEvent | |
static LowLevelEvent |
SubitemFactory.mouseWheel(int numClicks)
Returns a LowLevelEvent representing a mouse wheel movement. |
static LowLevelEvent |
SubitemFactory.mouseMove(java.awt.Point pt)
Returns a LowLevelEvent representing a mouse movement. |
static LowLevelEvent |
SubitemFactory.leftMouseButtonDown()
Returns a LowLevelEvent representing a mouse left button down
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.leftMouseButtonUp()
Returns a LowLevelEvent representing a mouse left button up
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.middleMouseButtonDown()
Returns a LowLevelEvent representing a mouse middle button down
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.middleMouseButtonUp()
Returns a LowLevelEvent representing a mouse middle button up
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.rightMouseButtonDown()
Returns a LowLevelEvent representing a mouse right button down
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.rightMouseButtonUp()
Returns a LowLevelEvent representing a mouse right button up
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.delay(int millis)
Returns a LowLevelEvent representing a low level delay event. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |