Uses of Interface
org.eclipse.swt.events.KeyListener
Packages that use KeyListener
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides a framework for creating and manipulating text documents.
Provides a content assist add-on for an
ITextViewer
.Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.Provides a framework for connecting document regions
with annotations and for displaying those.
SWT typed listener support.
SWT widget public API classes.
-
Uses of KeyListener in org.eclipse.jface.contentassist
Methods in org.eclipse.jface.contentassist with parameters of type KeyListenerModifier and TypeMethodDescriptionvoid
AbstractControlContentAssistSubjectAdapter.addKeyListener
(KeyListener keyListener) Deprecated.void
IContentAssistSubjectControl.addKeyListener
(KeyListener keyListener) Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in theKeyListener
interface.void
AbstractControlContentAssistSubjectAdapter.removeKeyListener
(KeyListener keyListener) Deprecated.void
IContentAssistSubjectControl.removeKeyListener
(KeyListener keyListener) Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard. -
Uses of KeyListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement KeyListenerModifier and TypeClassDescriptionfinal class
Manages theIPainter
object registered with anITextViewer
. -
Uses of KeyListener in org.eclipse.jface.text.contentassist
Classes in org.eclipse.jface.text.contentassist that implement KeyListenerModifier and TypeClassDescriptionprotected class
An implementation ofIContentAssistListener
, this class is used to monitor key events in support of automatic activation of the content assistant. -
Uses of KeyListener in org.eclipse.jface.text.hyperlink
Classes in org.eclipse.jface.text.hyperlink that implement KeyListenerModifier and TypeClassDescriptionclass
Default implementation of a hyperlink manager. -
Uses of KeyListener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement KeyListenerModifier and TypeClassDescriptionprotected class
Deprecated.As of 3.4, no longer used as closer from super class is used -
Uses of KeyListener in org.eclipse.swt.events
Classes in org.eclipse.swt.events that implement KeyListenerModifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theKeyListener
interface.Methods in org.eclipse.swt.events that return KeyListenerModifier and TypeMethodDescriptionstatic KeyListener
KeyListener.keyPressedAdapter
(Consumer<KeyEvent> c) Static helper method to create aKeyListener
for thekeyPressed(KeyEvent e)
) method with a lambda expression.static KeyListener
KeyListener.keyReleasedAdapter
(Consumer<KeyEvent> c) Static helper method to create aKeyListener
for thekeyReleased(KeyEvent e)
) method with a lambda expression. -
Uses of KeyListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type KeyListenerModifier and TypeMethodDescriptionvoid
Control.addKeyListener
(KeyListener listener) Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in theKeyListener
interface.void
Tracker.addKeyListener
(KeyListener listener) Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in theKeyListener
interface.void
Control.removeKeyListener
(KeyListener listener) Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.void
Tracker.removeKeyListener
(KeyListener listener) Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.