Uses of Interface
org.eclipse.swt.widgets.Listener
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.
Provides a framework for wizards.
SWT widget public API classes.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of Listener in org.eclipse.e4.ui.bindings.keys
Modifier and TypeClassDescriptionfinal class
A display filter for handling key bindings. -
Uses of Listener in org.eclipse.e4.ui.css.swt.properties
-
Uses of Listener in org.eclipse.e4.ui.workbench.renderers.swt
-
Uses of Listener in org.eclipse.help.ui.internal
-
Uses of Listener in org.eclipse.jface.text.hyperlink
Modifier and TypeClassDescriptionclass
Default implementation of a hyperlink manager. -
Uses of Listener 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 Listener in org.eclipse.jface.wizard
Modifier and TypeFieldDescriptionprotected Listener
ProgressMonitorPart.fCancelListener
the cancel lister attached to the cancel component -
Uses of Listener in org.eclipse.swt.widgets
Modifier and TypeClassDescriptionclass
Instances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports.Modifier and TypeMethodDescriptionListener[]
Widget.getListeners
(int eventType) Returns an array oflisteners
who will be notified when an event of the given type occurs.Modifier and TypeMethodDescriptionvoid
Adds the listener to the collection of listeners who will be notified when an event of the given type occurs anywhere in a widget.void
Display.addListener
(int eventType, Listener listener) Adds the listener to the collection of listeners who will be notified when an event of the given type occurs.void
Widget.addListener
(int eventType, Listener listener) Adds the listener to the collection oflisteners
who will be notified when an event of the given type occurs.void
Display.removeFilter
(int eventType, Listener listener) Removes the listener from the collection of listeners who will be notified when an event of the given type occurs anywhere in a widget.void
Display.removeListener
(int eventType, Listener listener) Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.void
Widget.removeListener
(int eventType, Listener listener) Removes the listener from the collection of listeners who will be notified when an event of the given type occurs. -
Uses of Listener in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
The common superclass for wizard import and export pages.class
Abstract superclass for a typical export wizard's main page.class
Standard main page for a wizard that creates a file resource.class
Standard main page for a wizard that creates a folder resource.class
The abstract superclass for a typical import wizard's main page.