Uses of Interface
org.eclipse.swt.events.MouseMoveListener
Package
Description
Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.Provides a framework for connecting document regions
with annotations and for displaying those.
SWT widget public API classes.
Application programming interfaces for interaction
with the Eclipse console.
-
Uses of MouseMoveListener in org.eclipse.jface.text.hyperlink
Modifier and TypeClassDescriptionclass
Default implementation of a hyperlink manager. -
Uses of MouseMoveListener in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionprotected class
Deprecated.As of 3.4, no longer used as closer from super class is used -
Uses of MouseMoveListener in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionvoid
Control.addMouseMoveListener
(MouseMoveListener listener) Adds the listener to the collection of listeners who will be notified when the mouse moves, by sending it one of the messages defined in theMouseMoveListener
interface.void
Control.removeMouseMoveListener
(MouseMoveListener listener) Removes the listener from the collection of listeners who will be notified when the mouse moves. -
Uses of MouseMoveListener in org.eclipse.ui.console
Modifier and TypeClassDescriptionclass
Default viewer used to display aTextConsole
.