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