Uses of Class
org.eclipse.swt.events.MouseEvent
-
Packages that use MouseEvent Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks inISourceViewers.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.swt.events SWT typed listener support.org.eclipse.swt.widgets SWT widget public API classes.org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of MouseEvent in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return MouseEvent Modifier and Type Method Description protected MouseEventAbstractHoverInformationControlManager. getHoverEvent()Returns the most recent mouse hover event.Methods in org.eclipse.jface.text with parameters of type MouseEvent Modifier and Type Method Description voidPaintManager. mouseDoubleClick(MouseEvent e)voidPaintManager. mouseDown(MouseEvent e)voidPaintManager. mouseUp(MouseEvent e) -
Uses of MouseEvent in org.eclipse.jface.text.hyperlink
Methods in org.eclipse.jface.text.hyperlink with parameters of type MouseEvent Modifier and Type Method Description voidHyperlinkManager. mouseDoubleClick(MouseEvent e)voidHyperlinkManager. mouseDown(MouseEvent event)voidHyperlinkManager. mouseEnter(MouseEvent e)Sent when the mouse pointer passes into the area of the screen covered by a control.voidHyperlinkManager. mouseExit(MouseEvent e)Sent when the mouse pointer passes out of the area of the screen covered by a control.voidHyperlinkManager. mouseHover(MouseEvent e)Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.voidHyperlinkManager. mouseMove(MouseEvent event)voidHyperlinkManager. mouseUp(MouseEvent e) -
Uses of MouseEvent in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type MouseEvent Modifier and Type Method Description voidAnnotationBarHoverManager.Closer. mouseDoubleClick(MouseEvent event)Deprecated.voidAnnotationBarHoverManager.Closer. mouseDown(MouseEvent event)Deprecated.voidAnnotationBarHoverManager.Closer. mouseExit(MouseEvent event)Deprecated.voidAnnotationBarHoverManager.Closer. mouseMove(MouseEvent event)Deprecated.voidAnnotationBarHoverManager.Closer. mouseUp(MouseEvent event)Deprecated. -
Uses of MouseEvent in org.eclipse.jface.viewers
Constructors in org.eclipse.jface.viewers with parameters of type MouseEvent Constructor Description ColumnViewerEditorActivationEvent(ViewerCell cell, MouseEvent event)This constructor is used for all types of mouse events. -
Uses of MouseEvent in org.eclipse.swt.events
Subclasses of MouseEvent in org.eclipse.swt.events Modifier and Type Class Description classDragDetectEventInstances of this class are sent as a result of a drag gesture.Methods in org.eclipse.swt.events with parameters of type MouseEvent Modifier and Type Method Description voidMouseAdapter. mouseDoubleClick(MouseEvent e)Sent when a mouse button is pressed twice within the (operating system specified) double click period.voidMouseListener. mouseDoubleClick(MouseEvent e)Sent when a mouse button is pressed twice within the (operating system specified) double click period.voidMouseAdapter. mouseDown(MouseEvent e)Sent when a mouse button is pressed.voidMouseListener. mouseDown(MouseEvent e)Sent when a mouse button is pressed.voidMouseTrackAdapter. mouseEnter(MouseEvent e)Sent when the mouse pointer passes into the area of the screen covered by a control.voidMouseTrackListener. mouseEnter(MouseEvent e)Sent when the mouse pointer passes into the area of the screen covered by a control.voidMouseTrackAdapter. mouseExit(MouseEvent e)Sent when the mouse pointer passes out of the area of the screen covered by a control.voidMouseTrackListener. mouseExit(MouseEvent e)Sent when the mouse pointer passes out of the area of the screen covered by a control.voidMouseTrackAdapter. mouseHover(MouseEvent e)Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.voidMouseTrackListener. mouseHover(MouseEvent e)Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.voidMouseMoveListener. mouseMove(MouseEvent e)Sent when the mouse moves.voidMouseWheelListener. mouseScrolled(MouseEvent e)Sent when the mouse wheel is scrolled.voidMouseAdapter. mouseUp(MouseEvent e)Sent when a mouse button is released.voidMouseListener. mouseUp(MouseEvent e)Sent when a mouse button is released.Method parameters in org.eclipse.swt.events with type arguments of type MouseEvent Modifier and Type Method Description static MouseListenerMouseListener. mouseDoubleClickAdapter(Consumer<MouseEvent> c)Static helper method to create aMouseListenerfor theMouseListener.mouseDoubleClick(MouseEvent e)) method with a lambda expression.static MouseListenerMouseListener. mouseDownAdapter(Consumer<MouseEvent> c)Static helper method to create aMouseListenerfor theMouseListener.mouseDown(MouseEvent e)) method with a lambda expression.static MouseTrackListenerMouseTrackListener. mouseEnterAdapter(Consumer<MouseEvent> c)Static helper method to create aMouseTrackListenerfor theMouseTrackListener.mouseEnter(MouseEvent e)) method, given a lambda expression or a method reference.static MouseTrackListenerMouseTrackListener. mouseExitAdapter(Consumer<MouseEvent> c)Static helper method to create aMouseTrackListenerfor theMouseTrackListener.mouseExit(MouseEvent e)) method, given a lambda expression or a method reference.static MouseTrackListenerMouseTrackListener. mouseHoverAdapter(Consumer<MouseEvent> c)Static helper method to create aMouseTrackListenerfor theMouseTrackListener.mouseHover(MouseEvent e)) method, given a lambda expression or a method reference.static MouseListenerMouseListener. mouseUpAdapter(Consumer<MouseEvent> c)Static helper method to create aMouseListenerfor theMouseListener.mouseUp(MouseEvent e)) method with a lambda expression. -
Uses of MouseEvent in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type MouseEvent Modifier and Type Method Description booleanControl. dragDetect(MouseEvent event)Detects a drag and drop gesture. -
Uses of MouseEvent in org.eclipse.ui.console
Methods in org.eclipse.ui.console with parameters of type MouseEvent Modifier and Type Method Description voidTextConsoleViewer. mouseDoubleClick(MouseEvent e)voidTextConsoleViewer. mouseDown(MouseEvent e)voidTextConsoleViewer. mouseEnter(MouseEvent e)voidTextConsoleViewer. mouseExit(MouseEvent e)voidTextConsoleViewer. mouseHover(MouseEvent e)voidTextConsoleViewer. mouseMove(MouseEvent e)voidTextConsoleViewer. mouseUp(MouseEvent e) -
Uses of MouseEvent in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type MouseEvent Modifier and Type Method Description voidAbstractRulerActionDelegate. mouseDoubleClick(MouseEvent e)voidAbstractRulerActionDelegate. mouseDown(MouseEvent e)voidAbstractRulerActionDelegate. mouseUp(MouseEvent e)
-