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
ISourceViewers.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 TypeMethodDescriptionvoidAbstractControlContentAssistSubjectAdapter.addKeyListener(KeyListener keyListener) Deprecated.voidIContentAssistSubjectControl.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 theKeyListenerinterface.voidAbstractControlContentAssistSubjectAdapter.removeKeyListener(KeyListener keyListener) Deprecated.voidIContentAssistSubjectControl.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 classManages theIPainterobject registered with anITextViewer. -
Uses of KeyListener in org.eclipse.jface.text.contentassist
Classes in org.eclipse.jface.text.contentassist that implement KeyListenerModifier and TypeClassDescriptionprotected classAn 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 TypeClassDescriptionclassDefault 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 classDeprecated.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 TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theKeyListenerinterface.Methods in org.eclipse.swt.events that return KeyListenerModifier and TypeMethodDescriptionstatic KeyListenerKeyListener.keyPressedAdapter(Consumer<KeyEvent> c) Static helper method to create aKeyListenerfor thekeyPressed(KeyEvent e)) method with a lambda expression.static KeyListenerKeyListener.keyReleasedAdapter(Consumer<KeyEvent> c) Static helper method to create aKeyListenerfor 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 TypeMethodDescriptionvoidControl.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 theKeyListenerinterface.voidTracker.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 theKeyListenerinterface.voidControl.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.voidTracker.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.