Uses of Interface
org.eclipse.swt.events.MouseListener
-
Packages that use MouseListener Package Description org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.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.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 MouseListener in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement MouseListener Modifier and Type Class Description classRulerEnableDisableBreakpointActionDelegateToggles enablement of a breakpoint in a vertical ruler.classRulerRunToLineActionDelegateA run to line action that can be contributed to a an editor or view.classRulerToggleBreakpointActionDelegateToggles a breakpoint when ruler is double-clicked. -
Uses of MouseListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement MouseListener Modifier and Type Class Description classPaintManagerManages theIPainterobject registered with anITextViewer. -
Uses of MouseListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement MouseListener Modifier and Type Class Description classHyperlinkManagerDefault implementation of a hyperlink manager. -
Uses of MouseListener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement MouseListener Modifier and Type Class Description protected classAnnotationBarHoverManager.CloserDeprecated.As of 3.4, no longer used as closer from super class is usedMethods in org.eclipse.jface.text.source with parameters of type MouseListener Modifier and Type Method Description voidVerticalRuler. 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 MouseListener Modifier and Type Class Description classMouseAdapterThis adapter class provides default implementations for the methods described by theMouseListenerinterface.Methods in org.eclipse.swt.events that return MouseListener Modifier and Type Method Description static 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 MouseListener Modifier and Type Method Description voidControl. 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 MouseListener Modifier and Type Class Description classTextConsoleViewerDefault viewer used to display aTextConsole. -
Uses of MouseListener in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement MouseListener Modifier and Type Class Description classAbstractRulerActionDelegateThis class serves as an adapter for actions contributed to the vertical ruler's context menu.classBookmarkRulerActionAdapter for the managing bookmark action.classSelectRulerActionAdapter for the select marker action.classTaskRulerActionAdapter for the marker ruler action creating/removing tasks.Methods in org.eclipse.ui.texteditor that return MouseListener Modifier and Type Method Description protected MouseListenerAbstractTextEditor. getRulerMouseListener()Creates and returns the listener on this editor's vertical ruler.
-