|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.app.event.MouseMoveAdapter
A convenience adapter class for dealing with mouse movement events within a space.
Constructor Summary | |
MouseMoveAdapter()
|
Method Summary | |
boolean |
matchModifierFilter(int mods)
An event is only passed on to interested listeners if those listeners return true to this filter call. |
void |
mouseDragged(QTMouseEvent e)
Invoked when a mouse button is pressed in a space and then dragged. |
void |
mouseMoved(QTMouseEvent e)
Invoked when the mouse button has been moved in a space (with no buttons no down). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MouseMoveAdapter()
Method Detail |
public void mouseDragged(QTMouseEvent e)
mouseDragged
in interface MouseMoveListener
public void mouseMoved(QTMouseEvent e)
mouseMoved
in interface MouseMoveListener
public boolean matchModifierFilter(int mods)
matchModifierFilter
in interface QTMouseListener
quicktime.app.event.QTMouseListener
mods
- the state of the modifier keys.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |