Package org.eclipse.draw2d
Class MouseMotionListener.Stub
java.lang.Object
org.eclipse.draw2d.MouseMotionListener.Stub
- All Implemented Interfaces:
MouseMotionListener
- Direct Known Subclasses:
ScrollBar.ThumbDragger
- Enclosing interface:
- MouseMotionListener
An empty implementation of MouseMotionListener for convenience.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.draw2d.MouseMotionListener
MouseMotionListener.Stub
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the mouse has moved over the listened to object while a button was pressed.void
Called when the mouse has entered the listened to object.void
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.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
mouseDragged
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 interfaceMouseMotionListener
- Parameters:
me
- The MouseEvent object- See Also:
-
mouseEntered
Description copied from interface:MouseMotionListener
Called when the mouse has entered the listened to object.- Specified by:
mouseEntered
in interfaceMouseMotionListener
- Parameters:
me
- The MouseEvent object- See Also:
-
mouseExited
Description copied from interface:MouseMotionListener
Called when the mouse has exited the listened to object.- Specified by:
mouseExited
in interfaceMouseMotionListener
- Parameters:
me
- The MouseEvent object- See Also:
-
mouseMoved
Description copied from interface:MouseMotionListener
Called when the mouse has moved over the listened to object.- Specified by:
mouseMoved
in interfaceMouseMotionListener
- Parameters:
me
- The MouseEvent object- See Also:
-
mouseHover
Description copied from interface:MouseMotionListener
Called when the mouse hovers over the listened to object.- Specified by:
mouseHover
in interfaceMouseMotionListener
- Parameters:
me
- The MouseEvent object- See Also:
-