| Package | Description |
|---|---|
| org.eclipse.swt.events | |
| org.eclipse.swt.widgets |
| 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. |
Copyright © 2017. All Rights Reserved.