|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener interface for receiving mouse motion events.
Nested Class Summary | |
static class |
MouseMotionListener.Stub
An empty implementation of MouseMotionListener for convenience. |
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. |
Method Detail |
public void mouseDragged(MouseEvent me)
me
- The MouseEvent objectpublic void mouseEntered(MouseEvent me)
me
- The MouseEvent objectpublic void mouseExited(MouseEvent me)
me
- The MouseEvent objectpublic void mouseHover(MouseEvent me)
me
- The MouseEvent objectpublic void mouseMoved(MouseEvent me)
me
- The MouseEvent object
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |