Uses of Class
org.eclipse.draw2d.MouseEvent
Packages that use MouseEvent
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of MouseEvent in org.eclipse.draw2dMethods in org.eclipse.draw2d that return MouseEventModifier and TypeMethodDescriptionprotected MouseEventSWTEventDispatcher.getCurrentEvent()Returns the current mouse event.Methods in org.eclipse.draw2d with parameters of type MouseEventModifier and TypeMethodDescriptionvoidFigure.handleMouseDoubleClicked(MouseEvent event) voidIFigure.handleMouseDoubleClicked(MouseEvent event) Called when a mouse button has been double-clicked while within this IFigure's bounds.voidFigure.handleMouseDragged(MouseEvent event) voidIFigure.handleMouseDragged(MouseEvent event) Called when the mouse has been dragged within this IFigure's bounds.voidFigure.handleMouseEntered(MouseEvent event) voidIFigure.handleMouseEntered(MouseEvent event) Called when the mouse has entered this IFigure's bounds.voidFigure.handleMouseExited(MouseEvent event) voidIFigure.handleMouseExited(MouseEvent event) Called when the mouse has exited this IFigure's bounds.voidFigure.handleMouseHover(MouseEvent event) voidIFigure.handleMouseHover(MouseEvent event) Called when the mouse has hovered over this IFigure.voidFigure.handleMouseMoved(MouseEvent event) voidIFigure.handleMouseMoved(MouseEvent event) Called when the mouse has moved within this IFigure's bounds.voidFigure.handleMousePressed(MouseEvent event) voidIFigure.handleMousePressed(MouseEvent event) Called when a mouse button has been pressed while within this IFigure's bounds.voidFigure.handleMouseReleased(MouseEvent event) voidIFigure.handleMouseReleased(MouseEvent event) Called when a mouse button has been released while within this IFigure's bounds.voidFigure.handleMouseWheelScrolled(MouseEvent event) voidIFigure.handleMouseWheelScrolled(MouseEvent event) Called when a mouse wheel was scrolled while within this IFigure's bounds.voidMouseListener.mouseDoubleClicked(MouseEvent me) Called when a mouse button has been double clicked over the listened to object.voidMouseListener.Stub.mouseDoubleClicked(MouseEvent me) voidScrollBar.ThumbDragger.mouseDoubleClicked(MouseEvent me) voidMouseMotionListener.mouseDragged(MouseEvent me) Called when the mouse has moved over the listened to object while a button was pressed.voidMouseMotionListener.Stub.mouseDragged(MouseEvent me) voidScrollBar.ThumbDragger.mouseDragged(MouseEvent me) voidMouseMotionListener.mouseEntered(MouseEvent me) Called when the mouse has entered the listened to object.voidMouseMotionListener.Stub.mouseEntered(MouseEvent me) voidMouseMotionListener.mouseExited(MouseEvent me) Called when the mouse has exited the listened to object.voidMouseMotionListener.Stub.mouseExited(MouseEvent me) voidMouseMotionListener.mouseHover(MouseEvent me) Called when the mouse hovers over the listened to object.voidMouseMotionListener.Stub.mouseHover(MouseEvent me) voidMouseMotionListener.mouseMoved(MouseEvent me) Called when the mouse has moved over the listened to object.voidMouseMotionListener.Stub.mouseMoved(MouseEvent me) voidMouseListener.mousePressed(MouseEvent me) Called when a mouse button has been pressed while over the listened to object.voidMouseListener.Stub.mousePressed(MouseEvent me) voidScrollBar.ThumbDragger.mousePressed(MouseEvent me) voidMouseListener.mouseReleased(MouseEvent me) Called when a pressed mouse button has been released.voidMouseListener.Stub.mouseReleased(MouseEvent me) voidScrollBar.ThumbDragger.mouseReleased(MouseEvent me) voidMouseWheelListener.mouseWheelMoved(MouseEvent me) Called when the mouse wheel is scrolled over the listened to object.