|
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 |
java.lang.Objectcom.rational.test.ft.script.LowLevelEvent
Represents a low level event.
Emitting the event (by using com.rational.test.ft.object.interfaces.RootTestObject.emitLowLevelEvent
) will
play back the action to the system under test.
SubitemFactory.keyDown(String)
,
SubitemFactory.keyUp(String)
,
SubitemFactory.leftMouseButtonDown()
,
SubitemFactory.leftMouseButtonUp()
,
SubitemFactory.middleMouseButtonDown()
,
SubitemFactory.middleMouseButtonUp()
,
SubitemFactory.rightMouseButtonDown()
,
SubitemFactory.rightMouseButtonUp()
,
SubitemFactory.mouseMove(Point)
,
SubitemFactory.mouseWheel(int)
,
SubitemFactory.delay(int)
,
RootTestObject.emitLowLevelEvent(LowLevelEvent[])
,
RootTestObject.emitLowLevelEvent(LowLevelEvent)
Constructor Summary | |
protected |
LowLevelEvent()
|
protected |
LowLevelEvent(com.rational.test.ft.sys.graphical.Event e)
|
Method Summary | |
void |
emit()
Emits (plays back) the underlying low level event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected LowLevelEvent()
protected LowLevelEvent(com.rational.test.ft.sys.graphical.Event e)
Method Detail |
public void emit()
RootTestObject.emitLowLevelEvent(LowLevelEvent[])
,
RootTestObject.emitLowLevelEvent(LowLevelEvent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |