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

Packages that use KeyCaptureEvent
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 KeyCaptureEvent in net.sourceforge.groboutils.uicapture.v1
 

Methods in net.sourceforge.groboutils.uicapture.v1 with parameters of type KeyCaptureEvent
protected  void ScriptGenerator.fireKeyPressed(KeyCaptureEvent ce)
           
protected  void ScriptGenerator.fireKeyReleased(KeyCaptureEvent ce)
           
 

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

Subclasses of KeyCaptureEvent in net.sourceforge.groboutils.uicapture.v1.event
 class KeyPressedCaptureEvent
          An event object which stores a capture event.
 class KeyReleasedCaptureEvent
          An event object which stores a capture event.
 



Copyright © 2001-2003 by The GroboUtils Project