Uses of Class
org.eclipse.swt.events.VerifyEvent
Packages that use VerifyEvent
-
Uses of VerifyEvent in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type VerifyEventModifier and TypeMethodDescriptionvoid
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) -
Uses of VerifyEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type VerifyEventModifier and TypeMethodDescriptionvoid
VerifyListener.verifyText
(VerifyEvent e) Sent when the text is about to be modified.