| Package | Description |
|---|---|
| org.eclipse.swt.custom | |
| org.eclipse.swt.events |
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyKeyListener.verifyKey(VerifyEvent event)
The following event fields are used:
event.character is the character that was typed (input)
event.keyCode is the key code that was typed (input)
event.stateMask is the state of the keyboard (input)
event.doit is processed or not (output)
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyListener.verifyText(VerifyEvent e)
Sent when the text is about to be modified.
|
Copyright © 2017. All Rights Reserved.