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 SummaryNested classes/interfaces inherited from interface org.eclipse.draw2d.MouseMotionListenerMouseMotionListener.Stub
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled when the mouse has moved over the listened to object while a button was pressed.voidCalled when the mouse has entered the listened to object.voidCalled when the mouse has exited the listened to object.voidmouseHover(MouseEvent me) Called when the mouse hovers over the listened to object.voidmouseMoved(MouseEvent me) Called when the mouse has moved over the listened to object.
- 
Constructor Details- 
Stubpublic Stub()
 
- 
- 
Method Details- 
mouseDraggedDescription copied from interface:MouseMotionListenerCalled when the mouse has moved over the listened to object while a button was pressed.- Specified by:
- mouseDraggedin interface- MouseMotionListener
- Parameters:
- me- The MouseEvent object
- See Also:
 
- 
mouseEnteredDescription copied from interface:MouseMotionListenerCalled when the mouse has entered the listened to object.- Specified by:
- mouseEnteredin interface- MouseMotionListener
- Parameters:
- me- The MouseEvent object
- See Also:
 
- 
mouseExitedDescription copied from interface:MouseMotionListenerCalled when the mouse has exited the listened to object.- Specified by:
- mouseExitedin interface- MouseMotionListener
- Parameters:
- me- The MouseEvent object
- See Also:
 
- 
mouseMovedDescription copied from interface:MouseMotionListenerCalled when the mouse has moved over the listened to object.- Specified by:
- mouseMovedin interface- MouseMotionListener
- Parameters:
- me- The MouseEvent object
- See Also:
 
- 
mouseHoverDescription copied from interface:MouseMotionListenerCalled when the mouse hovers over the listened to object.- Specified by:
- mouseHoverin interface- MouseMotionListener
- Parameters:
- me- The MouseEvent object
- See Also:
 
 
-