|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.draw2d.MouseMotionListener.Stub
An empty implementation of MouseMotionListener for convenience.
Nested Class Summary |
Nested classes inherited from class org.eclipse.draw2d.MouseMotionListener |
MouseMotionListener.Stub |
Constructor Summary | |
MouseMotionListener.Stub()
|
Method Summary | |
void |
mouseDragged(MouseEvent me)
Called when the mouse has moved over the listened to object while a button was pressed. |
void |
mouseEntered(MouseEvent me)
Called when the mouse has entered the listened to object. |
void |
mouseExited(MouseEvent me)
Called when the mouse has exited the listened to object. |
void |
mouseHover(MouseEvent me)
Called when the mouse hovers over the listened to object. |
void |
mouseMoved(MouseEvent me)
Called when the mouse has moved over the listened to object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MouseMotionListener.Stub()
Method Detail |
public void mouseDragged(MouseEvent me)
MouseMotionListener
mouseDragged
in interface MouseMotionListener
me
- The MouseEvent objectMouseMotionListener.mouseDragged(MouseEvent)
public void mouseEntered(MouseEvent me)
MouseMotionListener
mouseEntered
in interface MouseMotionListener
me
- The MouseEvent objectMouseMotionListener.mouseEntered(MouseEvent)
public void mouseExited(MouseEvent me)
MouseMotionListener
mouseExited
in interface MouseMotionListener
me
- The MouseEvent objectMouseMotionListener.mouseExited(MouseEvent)
public void mouseMoved(MouseEvent me)
MouseMotionListener
mouseMoved
in interface MouseMotionListener
me
- The MouseEvent objectMouseMotionListener.mouseMoved(MouseEvent)
public void mouseHover(MouseEvent me)
MouseMotionListener
mouseHover
in interface MouseMotionListener
me
- The MouseEvent objectMouseMotionListener.mouseHover(MouseEvent)
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |