Uses of Class
org.eclipse.swt.events.VerifyEvent
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a content assist add-on for an
ITextViewer
.Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
SWT Custom widgets.
SWT typed listener support.
-
Uses of VerifyEvent in org.eclipse.jface.text
Modifier and TypeMethodDescriptionprotected IRegion
TextViewer.event2ModelRange
(VerifyEvent event) Translates the widget region of the given verify event into the corresponding region of the viewer's document.protected void
TextViewer.handleVerifyEvent
(VerifyEvent e) Handles the verify event issued by the viewer's text widget.void
IEventConsumer.processEvent
(VerifyEvent event) Processes the given event and marks it as done if it should be ignored by subsequent receivers. -
Uses of VerifyEvent in org.eclipse.jface.text.contentassist
Modifier and TypeMethodDescriptionvoid
ContentAssistant.AutoAssistListener.verifyKey
(VerifyEvent event) -
Uses of VerifyEvent in org.eclipse.jface.text.link
Modifier and TypeMethodDescriptionLinkedModeUI.IExitPolicy.doExit
(LinkedModeModel model, VerifyEvent event, int offset, int length) Checks whether the linked mode should be left after receiving the givenVerifyEvent
and selection. -
Uses of VerifyEvent in org.eclipse.jface.text.source.projection
Modifier and TypeMethodDescriptionprotected void
ProjectionViewer.handleVerifyEvent
(VerifyEvent e) -
Uses of VerifyEvent in org.eclipse.swt.custom
Modifier 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
Modifier and TypeMethodDescriptionvoid
VerifyListener.verifyText
(VerifyEvent e) Sent when the text is about to be modified.