|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MousePressedCaptureEvent | |
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 MousePressedCaptureEvent in net.sourceforge.groboutils.uicapture.v1 |
Methods in net.sourceforge.groboutils.uicapture.v1 with parameters of type MousePressedCaptureEvent | |
protected void |
ScriptGenerator.metaMousePressed(MousePressedCaptureEvent ce)
Performs a meta-mode action when this event is caught and the generator is in meta-mode. |
void |
ScriptGenerator.mousePressed(MousePressedCaptureEvent 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.allowMousePressed(MousePressedCaptureEvent ce)
|
Uses of MousePressedCaptureEvent in net.sourceforge.groboutils.uicapture.v1.event |
Methods in net.sourceforge.groboutils.uicapture.v1.event with parameters of type MousePressedCaptureEvent | |
void |
ICaptureListener.mousePressed(MousePressedCaptureEvent ce)
|
boolean |
IAllowCapturePassThroughListener.allowMousePressed(MousePressedCaptureEvent ce)
|
void |
CaptureAdapter.mousePressed(MousePressedCaptureEvent ce)
|
boolean |
AllowCapturePassThroughAdapter.allowMousePressed(MousePressedCaptureEvent ce)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |