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

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

Methods in net.sourceforge.groboutils.uicapture.v1 with parameters of type KeyReleasedCaptureEvent
protected  void ScriptGenerator.metaKeyReleased(KeyReleasedCaptureEvent ce)
          Performs a meta-mode action when this event is caught and the generator is in meta-mode.
 void ScriptGenerator.keyReleased(KeyReleasedCaptureEvent ce)
          If a subclass overrides this method, it must first check if meta-mode is enabled, and invoke the super's version of this method at the very end (right before leaving the method).
 boolean ScriptGenerator.allowKeyReleased(KeyReleasedCaptureEvent ce)
           
 

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

Methods in net.sourceforge.groboutils.uicapture.v1.event with parameters of type KeyReleasedCaptureEvent
 void ICaptureListener.keyReleased(KeyReleasedCaptureEvent ce)
           
 boolean IAllowCapturePassThroughListener.allowKeyReleased(KeyReleasedCaptureEvent ce)
           
 void CaptureAdapter.keyReleased(KeyReleasedCaptureEvent ce)
           
 boolean AllowCapturePassThroughAdapter.allowKeyReleased(KeyReleasedCaptureEvent ce)
           
 



Copyright © 2001-2003 by The GroboUtils Project