Uses of Interface
org.eclipse.swt.internal.SWTEventListener
-
Packages that use SWTEventListener 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.contentassist Provides a content assist add-on for anITextViewer
.org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks inISourceViewer
s.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.swt.accessibility SWT Accessibility.org.eclipse.swt.browser SWT Browser widget.org.eclipse.swt.custom SWT Custom widgets.org.eclipse.swt.dnd SWT Drag and Drop support.org.eclipse.swt.events SWT typed listener support.org.eclipse.swt.graphics SWT graphics classes.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.navigator Provides the Common Navigator framework.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
-
Uses of SWTEventListener in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement SWTEventListener Modifier and Type Class Description class
RulerEnableDisableBreakpointActionDelegate
Toggles enablement of a breakpoint in a vertical ruler.class
RulerRunToLineActionDelegate
A run to line action that can be contributed to a an editor or view.class
RulerToggleBreakpointActionDelegate
Toggles a breakpoint when ruler is double-clicked. -
Uses of SWTEventListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement SWTEventListener Modifier and Type Class Description class
AbstractReusableInformationControlCreator
Abstract class for a reusable information control creators.class
CursorLinePainter
A painter the draws the background of the caret line in a configured color.class
DefaultInformationControl
Default implementation ofIInformationControl
.class
MarginPainter
Paints a vertical line (margin line) after a given column respecting the text viewer's font.class
PaintManager
Manages theIPainter
object registered with anITextViewer
.class
WhitespaceCharacterPainter
A painter for drawing visible characters for (invisible) whitespace characters. -
Uses of SWTEventListener in org.eclipse.jface.text.contentassist
Classes in org.eclipse.jface.text.contentassist that implement SWTEventListener Modifier and Type Class Description protected class
ContentAssistant.AutoAssistListener
An implementation ofIContentAssistListener
, this class is used to monitor key events in support of automatic activation of the content assistant. -
Uses of SWTEventListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement SWTEventListener Modifier and Type Class Description class
HyperlinkManager
Default implementation of a hyperlink manager. -
Uses of SWTEventListener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement SWTEventListener Modifier and Type Class Description protected class
AnnotationBarHoverManager.Closer
Deprecated.As of 3.4, no longer used as closer from super class is usedclass
AnnotationPainter
Paints decorations for annotations provided by an annotation model and/or highlights them in the associated source viewer.class
MatchingCharacterPainter
Highlights the peer character matching the character near the caret position, or a pair of peer characters enclosing the caret position. -
Uses of SWTEventListener in org.eclipse.jface.util
Subinterfaces of SWTEventListener in org.eclipse.jface.util Modifier and Type Interface Description interface
TransferDragSourceListener
interface
TransferDropTargetListener
Classes in org.eclipse.jface.util that implement SWTEventListener Modifier and Type Class Description class
DelegatingDragAdapter
ADelegatingDragAdapter
is aDragSourceListener
that maintains and delegates to a set ofTransferDragSourceListener
s.class
DelegatingDropAdapter
ADelegatingDropAdapter
is aDropTargetListener
that maintains and delegates to a set ofTransferDropTargetListener
s.class
StructuredTextSegmentListener
Segment listener that implements bidi-structured text reordering. -
Uses of SWTEventListener in org.eclipse.jface.viewers
Classes in org.eclipse.jface.viewers that implement SWTEventListener Modifier and Type Class Description class
ViewerDropAdapter
This adapter class provides generic drag-and-drop support for a viewer. -
Uses of SWTEventListener in org.eclipse.swt.accessibility
Subinterfaces of SWTEventListener in org.eclipse.swt.accessibility Modifier and Type Interface Description interface
AccessibleActionListener
Classes which implement this interface provide methods that handle AccessibleAction events.interface
AccessibleAttributeListener
Classes which implement this interface provide methods that handle AccessibleAttribute events.interface
AccessibleControlListener
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.interface
AccessibleEditableTextListener
Classes which implement this interface provide methods that handle AccessibleEditableText events.interface
AccessibleHyperlinkListener
Classes which implement this interface provide methods that handle AccessibleHyperlink events.interface
AccessibleListener
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.interface
AccessibleTableCellListener
Classes which implement this interface provide methods that handle AccessibleTableCell events.interface
AccessibleTableListener
Classes which implement this interface provide methods that handle AccessibleTable events.interface
AccessibleTextExtendedListener
Classes which implement this interface provide methods that handle AccessibleTextExtended events.interface
AccessibleTextListener
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.interface
AccessibleValueListener
Classes which implement this interface provide methods that handle AccessibleValue events.Classes in org.eclipse.swt.accessibility that implement SWTEventListener Modifier and Type Class Description class
AccessibleActionAdapter
This adapter class provides default implementations for the methods in theAccessibleActionListener
interface.class
AccessibleAdapter
This adapter class provides default implementations for the methods described by theAccessibleListener
interface.class
AccessibleAttributeAdapter
This adapter class provides default implementations for the methods in theAccessibleAttributeListener
interface.class
AccessibleControlAdapter
This adapter class provides default implementations for the methods described by theAccessibleControlListener
interface.class
AccessibleEditableTextAdapter
This adapter class provides default implementations for the methods in theAccessibleEditableTextListener
interface.class
AccessibleHyperlinkAdapter
This adapter class provides default implementations for the methods in theAccessibleHyperlinkListener
interface.class
AccessibleTableAdapter
This adapter class provides default implementations for the methods in theAccessibleTableListener
interface.class
AccessibleTableCellAdapter
This adapter class provides default implementations for the methods in theAccessibleTableCellListener
interface.class
AccessibleTextAdapter
This adapter class provides default implementations for the methods described by theAccessibleTextListener
interface.class
AccessibleTextExtendedAdapter
This adapter class provides default implementations for the methods in theAccessibleTextExtendedListener
interface.class
AccessibleValueAdapter
This adapter class provides default implementations for the methods in theAccessibleValueListener
interface. -
Uses of SWTEventListener in org.eclipse.swt.browser
Subinterfaces of SWTEventListener in org.eclipse.swt.browser Modifier and Type Interface Description interface
AuthenticationListener
This listener interface may be implemented in order to receive anAuthenticationEvent
notification when theBrowser
encounters a page that requires authentication.interface
CloseWindowListener
This listener interface may be implemented in order to receive aWindowEvent
notification when aBrowser
is about to be closed and when its host window should be closed by the application.interface
LocationListener
This listener interface may be implemented in order to receive aLocationEvent
notification when aBrowser
navigates to a different URL.interface
OpenWindowListener
This listener interface may be implemented in order to receive aWindowEvent
notification when a newBrowser
needs to be provided by the application.interface
ProgressListener
This listener interface may be implemented in order to receive aProgressEvent
notification when aBrowser
makes a progress in loading the current URL or when the current URL has been loaded.interface
StatusTextListener
This listener interface may be implemented in order to receive aStatusTextEvent
notification when the status text for aBrowser
is changed.interface
TitleListener
This listener interface may be implemented in order to receive aTitleEvent
notification when the title of the document displayed in aBrowser
is known or has been changed.interface
VisibilityWindowListener
This listener interface may be implemented in order to receive aWindowEvent
notification when a window hosting aBrowser
needs to be displayed or hidden.Classes in org.eclipse.swt.browser that implement SWTEventListener Modifier and Type Class Description class
LocationAdapter
This adapter class provides default implementations for the methods described by theLocationListener
interface.class
ProgressAdapter
This adapter class provides default implementations for the methods described by theProgressListener
interface.class
VisibilityWindowAdapter
This adapter class provides default implementations for the methods described by theVisibilityWindowListener
interface. -
Uses of SWTEventListener in org.eclipse.swt.custom
Subinterfaces of SWTEventListener in org.eclipse.swt.custom Modifier and Type Interface Description interface
BidiSegmentListener
This listener interface may be implemented in order to receive BidiSegmentEvents.interface
CaretListener
This listener interface may be implemented in order to receive CaretEvents.interface
CTabFolder2Listener
Classes which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.interface
CTabFolderListener
Classes which implement this interface provide a method that deals with events generated in the CTabFolder.interface
ExtendedModifyListener
Classes which implement this interface provide a method that deals with the event that is generated when text is modified.interface
LineBackgroundListener
Classes which implement this interface provide a method that can provide the background color for a line that is to be drawn.interface
LineStyleListener
Classes which implement this interface provide a method that can provide the style information for a line that is to be drawn.interface
MovementListener
This listener is invoked when a new offset is required based on the current offset and a movement type.interface
PaintObjectListener
This listener is invoked when an object needs to be drawn.interface
TextChangeListener
The StyledText widget implements this listener to receive notifications when changes to the model occur.interface
VerifyKeyListener
Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed.Classes in org.eclipse.swt.custom that implement SWTEventListener Modifier and Type Class Description class
CTabFolder2Adapter
This adapter class provides default implementations for the methods described by theCTabFolder2Listener
interface.class
CTabFolderAdapter
This adapter class provides a default implementation for the method described by theCTabFolderListener
interface.class
StyledTextDropTargetEffect
This adapter class provides a default drag under effect (eg. select and scroll) when a drag occurs over aStyledText
. -
Uses of SWTEventListener in org.eclipse.swt.dnd
Subinterfaces of SWTEventListener in org.eclipse.swt.dnd Modifier and Type Interface Description interface
DragSourceListener
TheDragSourceListener
class provides event notification to the application for DragSource events.interface
DropTargetListener
TheDropTargetListener
class provides event notification to the application for DropTarget events.Classes in org.eclipse.swt.dnd that implement SWTEventListener Modifier and Type Class Description class
DragSourceAdapter
This adapter class provides default implementations for the methods described by theDragSourceListener
interface.class
DragSourceEffect
This class provides default implementations to display a drag source effect during a drag and drop operation.class
DropTargetAdapter
This adapter class provides default implementations for the methods described by theDropTargetListener
interface.class
DropTargetEffect
This class provides a default drag under effect during a drag and drop.class
TableDragSourceEffect
This class provides default implementations to display a source image when a drag is initiated from aTable
.class
TableDropTargetEffect
This class provides a default drag under effect (eg. select, insert and scroll) when a drag occurs over aTable
.class
TreeDragSourceEffect
This class provides default implementations to display a source image when a drag is initiated from aTree
.class
TreeDropTargetEffect
This class provides a default drag under effect (eg. select, insert, scroll and expand) when a drag occurs over aTree
. -
Uses of SWTEventListener in org.eclipse.swt.events
Subinterfaces of SWTEventListener in org.eclipse.swt.events Modifier and Type Interface Description interface
ArmListener
Classes which implement this interface provide a method that deals with the event that is generated when a widget, such as a menu item, is armed.interface
ControlListener
Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.interface
DisposeListener
Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.interface
DragDetectListener
Classes which implement this interface provide methods that deal with the events that are generated when a drag gesture is detected.interface
ExpandListener
Classes which implement this interface provide methods that deal with the expanding and collapsing ofExpandItem
s.interface
FocusListener
Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.interface
GestureListener
Classes which implement this interface provide methods that deal with the events that are generated as gestures are triggered by the user interacting with a touch pad or touch screen.interface
HelpListener
Classes which implement this interface provide a method that deals with the event that is generated when help is requested for a control, typically when the user presses F1.interface
KeyListener
Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.interface
MenuDetectListener
Classes which implement this interface provide methods that deal with the events that are generated when the platform-specific trigger for showing a context menu is detected.interface
MenuListener
Classes which implement this interface provide methods that deal with the hiding and showing of menus.interface
ModifyListener
Classes which implement this interface provide a method that deals with the events that are generated when text is modified.interface
MouseListener
Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.interface
MouseMoveListener
Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.interface
MouseTrackListener
Classes which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.interface
MouseWheelListener
Classes which implement this interface provide a method that deals with the event that is generated as the mouse wheel is scrolled.interface
PaintListener
Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.interface
SegmentListener
This listener interface may be implemented in order to receive SegmentEvents.interface
SelectionListener
Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.interface
ShellListener
Classes which implement this interface provide methods that deal with changes in state ofShell
s.interface
TouchListener
Classes which implement this interface provide methods that deal with the events that are generated as touches occur on a touch-aware input surface.interface
TraverseListener
Classes which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.interface
TreeListener
Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.interface
VerifyListener
Classes which implement this interface provide a method that deals with the events that are generated when text is about to be modified.Classes in org.eclipse.swt.events that implement SWTEventListener Modifier and Type Class Description class
ControlAdapter
This adapter class provides default implementations for the methods described by theControlListener
interface.class
ExpandAdapter
This adapter class provides default implementations for the methods described by theExpandListener
interface.class
FocusAdapter
This adapter class provides default implementations for the methods described by theFocusListener
interface.class
KeyAdapter
This adapter class provides default implementations for the methods described by theKeyListener
interface.class
MenuAdapter
This adapter class provides default implementations for the methods described by theMenuListener
interface.class
MouseAdapter
This adapter class provides default implementations for the methods described by theMouseListener
interface.class
MouseTrackAdapter
This adapter class provides default implementations for the methods described by theMouseTrackListener
interface.class
SelectionAdapter
This adapter class provides default implementations for the methods described by theSelectionListener
interface.class
ShellAdapter
This adapter class provides default implementations for the methods described by theShellListener
interface.class
TreeAdapter
This adapter class provides default implementations for the methods described by theTreeListener
interface. -
Uses of SWTEventListener in org.eclipse.swt.graphics
Subinterfaces of SWTEventListener in org.eclipse.swt.graphics Modifier and Type Interface Description interface
ImageLoaderListener
Classes which implement this interface provide methods that deal with the incremental loading of image data. -
Uses of SWTEventListener in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as SWTEventListener Modifier and Type Field Description protected SWTEventListener
TypedListener. eventListener
The receiver's event listenerMethods in org.eclipse.swt.widgets that return SWTEventListener Modifier and Type Method Description SWTEventListener
TypedListener. getEventListener()
Returns the receiver's event listener.Methods in org.eclipse.swt.widgets with parameters of type SWTEventListener Modifier and Type Method Description protected void
Widget. removeListener(int eventType, SWTEventListener listener)
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.Constructors in org.eclipse.swt.widgets with parameters of type SWTEventListener Constructor Description TypedListener(SWTEventListener listener)
Constructs a new instance of this class for the given event listener. -
Uses of SWTEventListener in org.eclipse.ui.console
Classes in org.eclipse.ui.console that implement SWTEventListener Modifier and Type Class Description class
TextConsoleViewer
Default viewer used to display aTextConsole
. -
Uses of SWTEventListener in org.eclipse.ui.navigator
Classes in org.eclipse.ui.navigator that implement SWTEventListener Modifier and Type Class Description class
CommonDragAdapter
Provides an implementation ofDragSourceAdapter
which uses the extensions provided by the associatedINavigatorContentService
.class
CommonDropAdapter
Provides an implementation ofPluginDropAdapter
which uses the extensions provided by the associatedINavigatorContentService
. -
Uses of SWTEventListener in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement SWTEventListener Modifier and Type Class Description class
PluginDropAdapter
Adapter for adding handling of thePluginTransfer
drag and drop transfer type to a drop action. -
Uses of SWTEventListener in org.eclipse.ui.texteditor
Subinterfaces of SWTEventListener in org.eclipse.ui.texteditor Modifier and Type Interface Description interface
ITextEditorDropTargetListener
Interface to be implemented by SWT drop target listeners to be used withAbstractTextEditor
.Classes in org.eclipse.ui.texteditor that implement SWTEventListener Modifier and Type Class Description class
AbstractRulerActionDelegate
This class serves as an adapter for actions contributed to the vertical ruler's context menu.class
BookmarkRulerAction
Adapter for the managing bookmark action.class
SelectRulerAction
Adapter for the select marker action.class
TaskRulerAction
Adapter for the marker ruler action creating/removing tasks. -
Uses of SWTEventListener in org.eclipse.ui.views.navigator
Classes in org.eclipse.ui.views.navigator that implement SWTEventListener Modifier and Type Class Description class
NavigatorDragAdapter
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
NavigatorDropAdapter
Deprecated.as of 3.5, use the Common Navigator Framework classes instead
-