org.eclipse.draw2d
Class MouseMotionListener.Stub
java.lang.Object
|
+--org.eclipse.draw2d.MouseMotionListener.Stub
- All Implemented Interfaces:
- MouseMotionListener
- Enclosing class:
- MouseMotionListener
- public static class MouseMotionListener.Stub
- extends Object
- implements MouseMotionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MouseMotionListener.Stub
public MouseMotionListener.Stub()
mouseDrag
protected final void mouseDrag(MouseEvent me)
mouseEnter
protected final void mouseEnter(MouseEvent me)
mouseExit
protected final void mouseExit(MouseEvent me)
mouseMove
protected final void mouseMove(MouseEvent me)
mouseDragged
public void mouseDragged(MouseEvent me)
- Description copied from interface:
MouseMotionListener
- Called when the mouse has moved over the listened
to object while a button was pressed.
- Specified by:
mouseDragged in interface MouseMotionListener
mouseEntered
public void mouseEntered(MouseEvent me)
- Description copied from interface:
MouseMotionListener
- Called when the mouse has entered the listened
to object.
- Specified by:
mouseEntered in interface MouseMotionListener
mouseExited
public void mouseExited(MouseEvent me)
- Description copied from interface:
MouseMotionListener
- Called when the mouse has exited the listened
to object.
- Specified by:
mouseExited in interface MouseMotionListener
mouseMoved
public void mouseMoved(MouseEvent me)
- Description copied from interface:
MouseMotionListener
- Called when the mouse has moved over the listened
to object.
- Specified by:
mouseMoved in interface MouseMotionListener
mouseHover
public void mouseHover(MouseEvent me)
- Description copied from interface:
MouseMotionListener
- Called when the mouse hovers over the listened
to object.
- Specified by:
mouseHover in interface MouseMotionListener