Package | Description |
---|---|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.jface.bindings.keys |
Provides support for bindings between commands and keys.
|
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 an ITextViewer.
|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.swt.events |
SWT typed listener support.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.ui.actions |
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
|
org.eclipse.ui.keys |
Provides support for integrating keys into the Eclipse workbench.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDebugView.handleKeyPressed(KeyEvent event)
Handles key events in viewer.
|
Modifier and Type | Method and Description |
---|---|
static int |
SWTKeySupport.convertEventToUnmodifiedAccelerator(KeyEvent event)
Converts the given event into an SWT accelerator value -- considering the
unmodified character with all modifier keys.
|
Modifier and Type | Method and Description |
---|---|
void |
PaintManager.keyPressed(KeyEvent e) |
void |
PaintManager.keyReleased(KeyEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ContentAssistant.AutoAssistListener.keyPressed(KeyEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
HyperlinkManager.keyPressed(KeyEvent event) |
void |
HyperlinkManager.keyReleased(KeyEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationBarHoverManager.Closer.keyPressed(KeyEvent event)
Deprecated.
|
void |
AnnotationBarHoverManager.Closer.keyReleased(KeyEvent event)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CellEditor.keyReleaseOccured(KeyEvent keyEvent)
Processes a key release event that occurred in this cell editor.
|
protected void |
ComboBoxCellEditor.keyReleaseOccured(KeyEvent keyEvent) |
protected void |
TextCellEditor.keyReleaseOccured(KeyEvent keyEvent)
Processes a key release event that occurred in this cell editor.
|
protected void |
ComboBoxViewerCellEditor.keyReleaseOccured(KeyEvent keyEvent) |
Constructor and Description |
---|
ColumnViewerEditorActivationEvent(ViewerCell cell,
KeyEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
TraverseEvent
Instances of this class are sent as a result of
widget traversal actions.
|
class |
VerifyEvent
Instances of this class are sent as a result of
widgets handling keyboard events
|
Modifier and Type | Method and Description |
---|---|
void |
KeyListener.keyPressed(KeyEvent e)
Sent when a key is pressed on the system keyboard.
|
void |
KeyAdapter.keyPressed(KeyEvent e)
Sent when a key is pressed on the system keyboard.
|
void |
KeyListener.keyReleased(KeyEvent e)
Sent when a key is released on the system keyboard.
|
void |
KeyAdapter.keyReleased(KeyEvent e)
Sent when a key is released on the system keyboard.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Control.traverse(int traversal,
KeyEvent event)
Performs a platform traversal action corresponding to a
KeyDown event. |
Modifier and Type | Method and Description |
---|---|
void |
RefreshAction.handleKeyReleased(KeyEvent event)
Handle the key release.
|
Modifier and Type | Method and Description |
---|---|
static int |
SWTKeySupport.convertEventToUnmodifiedAccelerator(KeyEvent event)
Deprecated.
Converts the given event into an SWT accelerator value -- considering the
unmodified character with all modifier keys.
|
Modifier and Type | Method and Description |
---|---|
void |
MainActionGroup.handleKeyPressed(KeyEvent event)
Deprecated.
Handles a key pressed event by invoking the appropriate action,
delegating to the subgroups as necessary.
|
void |
WorkspaceActionGroup.handleKeyPressed(KeyEvent event)
Deprecated.
Handles a key pressed event by invoking the appropriate action.
|
protected void |
ResourceNavigator.handleKeyPressed(KeyEvent event)
Deprecated.
Handles a key press event from the viewer.
|
void |
RefactorActionGroup.handleKeyPressed(KeyEvent event)
Deprecated.
Handles a key pressed event by invoking the appropriate action.
|
void |
ResourceNavigatorActionGroup.handleKeyPressed(KeyEvent event)
Deprecated.
Handles a key pressed event by invoking the appropriate action.
|
void |
ResourceNavigatorRenameAction.handleKeyReleased(KeyEvent event)
Deprecated.
Handle the key release
|
protected void |
ResourceNavigator.handleKeyReleased(KeyEvent event)
Deprecated.
Handles a key release in the viewer.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.