|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WheelAction
An action which may be invoked when the mouse wheel is scrolled. See UserEventManager for further details.
| Method Summary | |
|---|---|
void |
mouseWheelScrolled(Widget target,
PointView point,
MouseWheelVelocity velocity)
Invoked when the mouse wheel is scrolled. |
void |
mouseWheelScrolledDown(Widget target,
PointView point)
Invoked when the mouse wheel is scrolled upwards. |
void |
mouseWheelScrolledUp(Widget target,
PointView point)
Invoked when the mouse wheel is scrolled upwards. |
| Method Detail |
|---|
void mouseWheelScrolledUp(Widget target,
PointView point)
target - The widget over which the wheel was scrolled.point - The location of the mouse, relative to the widget, at the
time it was scrolled.
void mouseWheelScrolledDown(Widget target,
PointView point)
target - The widget over which the wheel was scrolled.point - The location of the mouse, relative to the widget, at the
time it was scrolled.
void mouseWheelScrolled(Widget target,
PointView point,
MouseWheelVelocity velocity)
target - The widget over which the wheel was scrolled.point - The location of the mouse, relative to the widget, at the
time it was scrolled.velocity - The velocity of the scroll.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||