Uses of Interface
org.eclipse.swt.events.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.compare.internal
Modifier and TypeMethodDescriptionvoid
CompareContentViewerSwitchingPane.addMouseListener
(MouseListener listener) void
CompareStructureViewerSwitchingPane.addMouseListener
(MouseListener listener) -
Uses of MouseListener in org.eclipse.debug.ui.actions
Modifier 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.help.ui.internal
-
Uses of MouseListener in org.eclipse.jface.notifications
Modifier 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
Modifier and TypeClassDescriptionfinal class
Manages theIPainter
object registered with anITextViewer
. -
Uses of MouseListener in org.eclipse.jface.text.hyperlink
Modifier and TypeClassDescriptionclass
Default implementation of a hyperlink manager. -
Uses of MouseListener in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionprotected class
Deprecated.As of 3.4, no longer used as closer from super class is usedModifier 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
Modifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theMouseListener
interface.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Default viewer used to display aTextConsole
. -
Uses of MouseListener in org.eclipse.ui.texteditor
Modifier 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.Modifier and TypeMethodDescriptionprotected final MouseListener
AbstractTextEditor.getRulerMouseListener()
Creates and returns the listener on this editor's vertical ruler.