Uses of Class
org.eclipse.swt.events.KeyEvent
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides support for bindings between commands and keys.
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.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT typed listener support.
SWT widget public API classes.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides support for integrating keys into the Eclipse workbench.
-
Uses of KeyEvent in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected void
AbstractDebugView.handleKeyPressed
(KeyEvent event) Handles key events in viewer. -
Uses of KeyEvent in org.eclipse.jface.bindings.keys
Modifier and TypeMethodDescriptionstatic final int
SWTKeySupport.convertEventToUnmodifiedAccelerator
(KeyEvent event) Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys. -
Uses of KeyEvent in org.eclipse.jface.text
Modifier and TypeMethodDescriptionvoid
PaintManager.keyPressed
(KeyEvent e) void
PaintManager.keyReleased
(KeyEvent e) -
Uses of KeyEvent in org.eclipse.jface.text.contentassist
Modifier and TypeMethodDescriptionvoid
ContentAssistant.AutoAssistListener.keyPressed
(KeyEvent e) -
Uses of KeyEvent in org.eclipse.jface.text.hyperlink
Modifier and TypeMethodDescriptionvoid
HyperlinkManager.keyPressed
(KeyEvent event) void
HyperlinkManager.keyReleased
(KeyEvent event) -
Uses of KeyEvent in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionvoid
AnnotationBarHoverManager.Closer.keyPressed
(KeyEvent event) Deprecated.void
AnnotationBarHoverManager.Closer.keyReleased
(KeyEvent event) Deprecated. -
Uses of KeyEvent in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionprotected void
CellEditor.keyReleaseOccured
(KeyEvent keyEvent) Processes a key release event that occurred in this cell editor.protected void
ComboBoxCellEditor.keyReleaseOccured
(KeyEvent keyEvent) protected void
ComboBoxViewerCellEditor.keyReleaseOccured
(KeyEvent keyEvent) protected void
TextCellEditor.keyReleaseOccured
(KeyEvent keyEvent) Processes a key release event that occurred in this cell editor. -
Uses of KeyEvent in org.eclipse.swt.events
Modifier and TypeClassDescriptionfinal class
Instances of this class are sent as a result of widget traversal actions.final class
Instances of this class are sent as a result of widgets handling keyboard eventsModifier and TypeMethodDescriptionvoid
KeyAdapter.keyPressed
(KeyEvent e) Sent when a key is pressed on the system keyboard.void
KeyListener.keyPressed
(KeyEvent e) Sent when a key is pressed on the system keyboard.void
KeyAdapter.keyReleased
(KeyEvent e) Sent when a key is released on the system keyboard.void
KeyListener.keyReleased
(KeyEvent e) Sent when a key is released on the system keyboard.Modifier and TypeMethodDescriptionstatic KeyListener
KeyListener.keyPressedAdapter
(Consumer<KeyEvent> c) Static helper method to create aKeyListener
for theKeyListener.keyPressed(KeyEvent e)
) method with a lambda expression.static KeyListener
KeyListener.keyReleasedAdapter
(Consumer<KeyEvent> c) Static helper method to create aKeyListener
for theKeyListener.keyReleased(KeyEvent e)
) method with a lambda expression. -
Uses of KeyEvent in org.eclipse.swt.widgets
-
Uses of KeyEvent in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionvoid
RefreshAction.handleKeyReleased
(KeyEvent event) Handle the key release. -
Uses of KeyEvent in org.eclipse.ui.keys
Modifier and TypeMethodDescriptionstatic int
SWTKeySupport.convertEventToUnmodifiedAccelerator
(KeyEvent event) Deprecated, for removal: This API element is subject to removal in a future version.Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.