|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyEvent | |
---|---|
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. |
Uses of KeyEvent in org.eclipse.jface.viewers |
---|
Methods in org.eclipse.jface.viewers with parameters of type KeyEvent | |
---|---|
protected void |
TextCellEditor.keyReleaseOccured(KeyEvent keyEvent)
Processes a key release event that occurred in this cell editor. |
protected void |
ComboBoxCellEditor.keyReleaseOccured(KeyEvent keyEvent)
|
protected void |
CellEditor.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |