Mega Code Archive

 
Categories / Java Tutorial / SWT
 

After all VerifyKeyListeners are notified, any VerifyListeners are then notified

This happens before the change is effected, so you still have veto power. VerifyEvent Fields FieldDescription int startThe zero-based offset of the start. Changing this value has no effect on event processing. int endThe zero-based offset of the end. Changing this value has no effect on event processing. String textThe text that will be inserted. Changing this value changes the text to be inserted.