|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyEvent | |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
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.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
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.views.navigator | 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 KeyEvent | |
protected void |
AbstractDebugView.handleKeyPressed(KeyEvent event)
Handles key events in viewer. |
Uses of KeyEvent in org.eclipse.jface.text |
Methods in org.eclipse.jface.text with parameters of type KeyEvent | |
void |
PaintManager.keyPressed(KeyEvent e)
|
void |
PaintManager.keyReleased(KeyEvent e)
|
Uses of KeyEvent in org.eclipse.jface.viewers |
Methods in org.eclipse.jface.viewers with parameters of type KeyEvent | |
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. |
Uses of KeyEvent in org.eclipse.swt.events |
Subclasses of KeyEvent in org.eclipse.swt.events | |
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 |
Methods in org.eclipse.swt.events with parameters of type KeyEvent | |
void |
KeyListener.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.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. |
Uses of KeyEvent in org.eclipse.ui |
Methods in org.eclipse.ui with parameters of type KeyEvent | |
boolean |
IKeyBindingService.processKey(KeyEvent event)
Deprecated. |
Uses of KeyEvent in org.eclipse.ui.actions |
Methods in org.eclipse.ui.actions with parameters of type KeyEvent | |
void |
RefreshAction.handleKeyReleased(KeyEvent event)
Handle the key release. |
Uses of KeyEvent in org.eclipse.ui.views.navigator |
Methods in org.eclipse.ui.views.navigator with parameters of type KeyEvent | |
void |
ResourceNavigatorActionGroup.handleKeyPressed(KeyEvent event)
Handles a key pressed event by invoking the appropriate action. |
void |
RefactorActionGroup.handleKeyPressed(KeyEvent event)
Handles a key pressed event by invoking the appropriate action. |
protected void |
ResourceNavigator.handleKeyPressed(KeyEvent event)
Handles a key press event from the viewer. |
protected void |
ResourceNavigator.handleKeyReleased(KeyEvent event)
Handles a key release in the viewer. |
void |
ResourceNavigatorRenameAction.handleKeyReleased(KeyEvent event)
Handle the key release |
void |
WorkspaceActionGroup.handleKeyPressed(KeyEvent event)
Handles a key pressed event by invoking the appropriate action. |
void |
MainActionGroup.handleKeyPressed(KeyEvent event)
Handles a key pressed event by invoking the appropriate action, delegating to the subgroups as necessary. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |