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
ISourceViewers.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
Methods in org.eclipse.compare.internal with parameters of type MouseListenerModifier and TypeMethodDescriptionvoidCompareContentViewerSwitchingPane.addMouseListener(MouseListener listener) voidCompareStructureViewerSwitchingPane.addMouseListener(MouseListener listener) -
Uses of MouseListener in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement MouseListenerModifier and TypeClassDescriptionclassToggles enablement of a breakpoint in a vertical ruler.classA run to line action that can be contributed to a an editor or view.classToggles a breakpoint when ruler is double-clicked. -
Uses of MouseListener in org.eclipse.help.ui.internal
Classes in org.eclipse.help.ui.internal that implement MouseListenerMethods in org.eclipse.help.ui.internal with parameters of type MouseListener -
Uses of MouseListener in org.eclipse.jface.notifications
Methods in org.eclipse.jface.notifications that return MouseListenerModifier and TypeMethodDescriptionprotected MouseListenerAbstractNotificationPopup.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 classManages theIPainterobject registered with anITextViewer. -
Uses of MouseListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement MouseListenerModifier and TypeClassDescriptionclassDefault 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 classDeprecated.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 TypeMethodDescriptionvoidVerticalRuler.addMouseListener(MouseListener listener) Deprecated.will be removedvoidVerticalRuler.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 TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theMouseListenerinterface.Methods in org.eclipse.swt.events that return MouseListenerModifier and TypeMethodDescriptionstatic MouseListenerMouseListener.mouseDoubleClickAdapter(Consumer<MouseEvent> c) Static helper method to create aMouseListenerfor themouseDoubleClick(MouseEvent e)) method with a lambda expression.static MouseListenerMouseListener.mouseDownAdapter(Consumer<MouseEvent> c) Static helper method to create aMouseListenerfor themouseDown(MouseEvent e)) method with a lambda expression.static MouseListenerMouseListener.mouseUpAdapter(Consumer<MouseEvent> c) Static helper method to create aMouseListenerfor 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 TypeMethodDescriptionvoidControl.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 theMouseListenerinterface.voidControl.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 TypeClassDescriptionclassDefault viewer used to display aTextConsole. -
Uses of MouseListener in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement MouseListenerModifier and TypeClassDescriptionclassThis class serves as an adapter for actions contributed to the vertical ruler's context menu.classAdapter for the managing bookmark action.classAdapter for the select marker action.classAdapter for the marker ruler action creating/removing tasks.Methods in org.eclipse.ui.texteditor that return MouseListenerModifier and TypeMethodDescriptionprotected final MouseListenerAbstractTextEditor.getRulerMouseListener()Creates and returns the listener on this editor's vertical ruler.