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

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

Methods in net.sourceforge.groboutils.uicapture.v1 with parameters of type KeyPressedCaptureEvent
protected  void ScriptGenerator.metaKeyPressed(KeyPressedCaptureEvent ce)
          Performs a meta-mode action when this event is caught and the generator is in meta-mode.
 void ScriptGenerator.keyPressed(KeyPressedCaptureEvent 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.allowKeyPressed(KeyPressedCaptureEvent ce)
           
 

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

Methods in net.sourceforge.groboutils.uicapture.v1.event with parameters of type KeyPressedCaptureEvent
 void ICaptureListener.keyPressed(KeyPressedCaptureEvent ce)
           
 boolean IAllowCapturePassThroughListener.allowKeyPressed(KeyPressedCaptureEvent ce)
           
 void CaptureAdapter.keyPressed(KeyPressedCaptureEvent ce)
           
 boolean AllowCapturePassThroughAdapter.allowKeyPressed(KeyPressedCaptureEvent ce)
           
 



Copyright © 2001-2003 by The GroboUtils Project