Uses of Interface
org.eclipse.swt.widgets.Listener
Packages that use Listener
Package
Description
Provides support for detecting and displaying hyperlinks in
ISourceViewers.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
Classes in org.eclipse.e4.ui.bindings.keys that implement ListenerModifier and TypeClassDescriptionfinal classA display filter for handling key bindings. -
Uses of Listener in org.eclipse.e4.ui.css.swt.properties
Classes in org.eclipse.e4.ui.css.swt.properties that implement Listener -
Uses of Listener in org.eclipse.e4.ui.workbench.renderers.swt
Classes in org.eclipse.e4.ui.workbench.renderers.swt that implement ListenerFields in org.eclipse.e4.ui.workbench.renderers.swt declared as ListenerMethods in org.eclipse.e4.ui.workbench.renderers.swt that return Listener -
Uses of Listener in org.eclipse.help.ui.internal
Classes in org.eclipse.help.ui.internal that implement Listener -
Uses of Listener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement ListenerModifier and TypeClassDescriptionclassDefault implementation of a hyperlink manager. -
Uses of Listener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement ListenerModifier and TypeClassDescriptionprotected classDeprecated.As of 3.4, no longer used as closer from super class is used -
Uses of Listener in org.eclipse.jface.wizard
Fields in org.eclipse.jface.wizard declared as ListenerModifier and TypeFieldDescriptionprotected ListenerProgressMonitorPart.fCancelListenerthe cancel lister attached to the cancel component -
Uses of Listener in org.eclipse.swt.widgets
Classes in org.eclipse.swt.widgets that implement ListenerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.This class will become 'strongly' internal.Methods in org.eclipse.swt.widgets that return ListenerModifier and TypeMethodDescriptionListener[]Widget.getListeners(int eventType) Returns an array oflistenerswho will be notified when an event of the given type occurs.Methods in org.eclipse.swt.widgets with parameters of type ListenerModifier and TypeMethodDescriptionvoidAdds the listener to the collection of listeners who will be notified when an event of the given type occurs anywhere in a widget.voidDisplay.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.voidWidget.addListener(int eventType, Listener listener) Adds the listener to the collection oflistenerswho will be notified when an event of the given type occurs.voidDisplay.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.voidDisplay.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.voidWidget.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
Classes in org.eclipse.ui.dialogs that implement ListenerModifier and TypeClassDescriptionclassThe common superclass for wizard import and export pages.classAbstract superclass for a typical export wizard's main page.classStandard main page for a wizard that creates a file resource.classStandard main page for a wizard that creates a folder resource.classThe abstract superclass for a typical import wizard's main page.