Uses of Class
net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent

Packages that use CaptureEvent
net.sourceforge.groboutils.uicapture.v1 A testing framework used for capturing a user's UI interaction, and for generating scripts which can automatically play back a captured interaction. 
net.sourceforge.groboutils.uicapture.v1.event   
 

Uses of CaptureEvent in net.sourceforge.groboutils.uicapture.v1
 

Methods in net.sourceforge.groboutils.uicapture.v1 with parameters of type CaptureEvent
 void VirtualWindow.simulateEvent(CaptureEvent ce)
          Simulates the given captured event.
protected  void ScriptGenerator.generateDelay(CaptureEvent ce)
          Create a delay event in the script maker.
protected  long ScriptGenerator.getDelayTime(CaptureEvent ce)
          Calculate the amount of time between the last event and the given event.
 

Uses of CaptureEvent in net.sourceforge.groboutils.uicapture.v1.event
 

Subclasses of CaptureEvent in net.sourceforge.groboutils.uicapture.v1.event
 class KeyCaptureEvent
          An event object which stores a capture event.
 class KeyPressedCaptureEvent
          An event object which stores a capture event.
 class KeyReleasedCaptureEvent
          An event object which stores a capture event.
 class MouseButtonCaptureEvent
          An event object which stores a capture event.
 class MouseCaptureEvent
          An event object which stores a capture event.
 class MouseMovedCaptureEvent
          An event object which stores a capture event.
 class MousePressedCaptureEvent
          An event object which stores a capture event.
 class MouseReleasedCaptureEvent
          An event object which stores a capture event.
 class MouseWheelCaptureEvent
          An event object which stores a capture event.
 



Copyright © 2001-2003 by The GroboUtils Project