|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent
net.sourceforge.groboutils.uicapture.v1.event.MouseWheelCaptureEvent
An event object which stores a capture event.
Requires JDK 1.4+
Field Summary |
Fields inherited from class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent |
BUTTON_MASK |
Fields inherited from class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent |
CE_KEY_PRESSED, CE_KEY_RELEASED, CE_MOUSE_MOVED, CE_MOUSE_PRESSED, CE_MOUSE_RELEASED, CE_MOUSE_WHEEL |
Constructor Summary | |
MouseWheelCaptureEvent(int rotation)
|
|
MouseWheelCaptureEvent(java.awt.event.MouseWheelEvent event)
|
Method Summary | |
int |
getWheelRotation()
|
void |
performEvent(java.awt.Robot r)
Reenacts the event that this CaptureEvent represents underneath it all. |
Methods inherited from class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent |
getMouseEvent |
Methods inherited from class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent |
getEventType, getInputEvent, getTimeOfEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MouseWheelCaptureEvent(java.awt.event.MouseWheelEvent event)
public MouseWheelCaptureEvent(int rotation)
Method Detail |
public int getWheelRotation()
public void performEvent(java.awt.Robot r)
performEvent
in class MouseCaptureEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |