IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Class
com.rational.test.ft.script.LowLevelEvent

Packages that use LowLevelEvent
com.rational.test.ft.object.interfaces   
com.rational.test.ft.script   
 

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.delay(int millis)
          Returns a LowLevelEvent representing a low level delay event.
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.mouseMove(java.awt.Point pt)
          Returns a LowLevelEvent representing a mouse movement.
static LowLevelEvent SubitemFactory.mouseWheel(int numClicks)
          Returns a LowLevelEvent representing a mouse wheel movement.
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.