Uses of Class
org.eclipse.swt.events.KeyEvent
Packages that use 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
ISourceViewers.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.
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
-
Uses of KeyEvent in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type KeyEventModifier and TypeMethodDescriptionprotected voidAbstractDebugView.handleKeyPressed(KeyEvent event) Handles key events in viewer. -
Uses of KeyEvent in org.eclipse.jface.bindings.keys
Methods in org.eclipse.jface.bindings.keys with parameters of type KeyEventModifier and TypeMethodDescriptionstatic final intSWTKeySupport.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
Methods in org.eclipse.jface.text with parameters of type KeyEventModifier and TypeMethodDescriptionvoidPaintManager.keyPressed(KeyEvent e) voidPaintManager.keyReleased(KeyEvent e) -
Uses of KeyEvent in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist with parameters of type KeyEventModifier and TypeMethodDescriptionvoidContentAssistant.AutoAssistListener.keyPressed(KeyEvent e) -
Uses of KeyEvent in org.eclipse.jface.text.hyperlink
Methods in org.eclipse.jface.text.hyperlink with parameters of type KeyEventModifier and TypeMethodDescriptionvoidHyperlinkManager.keyPressed(KeyEvent event) voidHyperlinkManager.keyReleased(KeyEvent event) -
Uses of KeyEvent in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type KeyEventModifier and TypeMethodDescriptionvoidAnnotationBarHoverManager.Closer.keyPressed(KeyEvent event) Deprecated.voidAnnotationBarHoverManager.Closer.keyReleased(KeyEvent event) Deprecated. -
Uses of KeyEvent in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type KeyEventModifier and TypeMethodDescriptionprotected voidCellEditor.keyReleaseOccured(KeyEvent keyEvent) Processes a key release event that occurred in this cell editor.protected voidComboBoxCellEditor.keyReleaseOccured(KeyEvent keyEvent) protected voidComboBoxViewerCellEditor.keyReleaseOccured(KeyEvent keyEvent) protected voidTextCellEditor.keyReleaseOccured(KeyEvent keyEvent) Processes a key release event that occurred in this cell editor.Constructors in org.eclipse.jface.viewers with parameters of type KeyEvent -
Uses of KeyEvent in org.eclipse.swt.events
Subclasses of KeyEvent in org.eclipse.swt.eventsModifier and TypeClassDescriptionfinal classInstances of this class are sent as a result of widget traversal actions.final classInstances of this class are sent as a result of widgets handling keyboard eventsMethods in org.eclipse.swt.events with parameters of type KeyEventModifier and TypeMethodDescriptionvoidKeyAdapter.keyPressed(KeyEvent e) Sent when a key is pressed on the system keyboard.voidKeyListener.keyPressed(KeyEvent e) Sent when a key is pressed on the system keyboard.voidKeyAdapter.keyReleased(KeyEvent e) Sent when a key is released on the system keyboard.voidKeyListener.keyReleased(KeyEvent e) Sent when a key is released on the system keyboard.Method parameters in org.eclipse.swt.events with type arguments of type KeyEventModifier and TypeMethodDescriptionstatic KeyListenerKeyListener.keyPressedAdapter(Consumer<KeyEvent> c) Static helper method to create aKeyListenerfor theKeyListener.keyPressed(KeyEvent e)) method with a lambda expression.static KeyListenerKeyListener.keyReleasedAdapter(Consumer<KeyEvent> c) Static helper method to create aKeyListenerfor theKeyListener.keyReleased(KeyEvent e)) method with a lambda expression. -
Uses of KeyEvent in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type KeyEvent -
Uses of KeyEvent in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type KeyEventModifier and TypeMethodDescriptionvoidRefreshAction.handleKeyReleased(KeyEvent event) Handle the key release. -
Uses of KeyEvent in org.eclipse.ui.keys
Methods in org.eclipse.ui.keys with parameters of type KeyEventModifier and TypeMethodDescriptionstatic intSWTKeySupport.convertEventToUnmodifiedAccelerator(KeyEvent event) Deprecated.Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.