Uses of Interface
org.eclipse.swt.events.MouseListener
Packages that use MouseListener
Package
Description
Provides a set of actions related to running and debugging applications.
Provides a framework for creating and manipulating text documents.
Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.Provides a framework for connecting document regions
with annotations and for displaying those.
SWT typed listener support.
SWT widget public API classes.
Application programming interfaces for interaction
with the Eclipse console.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of MouseListener in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement MouseListenerModifier and TypeClassDescriptionclass
Toggles enablement of a breakpoint in a vertical ruler.class
A run to line action that can be contributed to a an editor or view.class
Toggles a breakpoint when ruler is double-clicked. -
Uses of MouseListener in org.eclipse.jface.notifications
Methods in org.eclipse.jface.notifications that return MouseListenerModifier and TypeMethodDescriptionprotected MouseListener
AbstractNotificationPopup.createWindowActivationHelper
(Shell parentShell) Creates listener that shows and activates the main Eclipse window by clicking on the popup control if it was not in foreground. -
Uses of MouseListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement MouseListenerModifier and TypeClassDescriptionfinal class
Manages theIPainter
object registered with anITextViewer
. -
Uses of MouseListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement MouseListenerModifier and TypeClassDescriptionclass
Default implementation of a hyperlink manager. -
Uses of MouseListener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement MouseListenerModifier and TypeClassDescriptionprotected class
Deprecated.As of 3.4, no longer used as closer from super class is usedMethods in org.eclipse.jface.text.source with parameters of type MouseListenerModifier and TypeMethodDescriptionvoid
VerticalRuler.addMouseListener
(MouseListener listener) Deprecated.will be removedvoid
VerticalRuler.removeMouseListener
(MouseListener listener) Deprecated.will be removed -
Uses of MouseListener in org.eclipse.swt.events
Classes in org.eclipse.swt.events that implement MouseListenerModifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theMouseListener
interface.Methods in org.eclipse.swt.events that return MouseListenerModifier and TypeMethodDescriptionstatic MouseListener
MouseListener.mouseDoubleClickAdapter
(Consumer<MouseEvent> c) Static helper method to create aMouseListener
for themouseDoubleClick(MouseEvent e)
) method with a lambda expression.static MouseListener
MouseListener.mouseDownAdapter
(Consumer<MouseEvent> c) Static helper method to create aMouseListener
for themouseDown(MouseEvent e)
) method with a lambda expression.static MouseListener
MouseListener.mouseUpAdapter
(Consumer<MouseEvent> c) Static helper method to create aMouseListener
for themouseUp(MouseEvent e)
) method with a lambda expression. -
Uses of MouseListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type MouseListenerModifier and TypeMethodDescriptionvoid
Control.addMouseListener
(MouseListener listener) Adds the listener to the collection of listeners who will be notified when mouse buttons are pressed and released, by sending it one of the messages defined in theMouseListener
interface.void
Control.removeMouseListener
(MouseListener listener) Removes the listener from the collection of listeners who will be notified when mouse buttons are pressed and released. -
Uses of MouseListener in org.eclipse.ui.console
Classes in org.eclipse.ui.console that implement MouseListenerModifier and TypeClassDescriptionclass
Default viewer used to display aTextConsole
. -
Uses of MouseListener in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement MouseListenerModifier and TypeClassDescriptionclass
This class serves as an adapter for actions contributed to the vertical ruler's context menu.class
Adapter for the managing bookmark action.class
Adapter for the select marker action.class
Adapter for the marker ruler action creating/removing tasks.Methods in org.eclipse.ui.texteditor that return MouseListenerModifier and TypeMethodDescriptionprotected final MouseListener
AbstractTextEditor.getRulerMouseListener()
Creates and returns the listener on this editor's vertical ruler.