|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerifyEvent | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
org.eclipse.jface.text.source | Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer. |
org.eclipse.swt.custom | SWT Custom widgets. |
org.eclipse.swt.events | SWT typed listener support. |
Uses of VerifyEvent in org.eclipse.jface.text |
Methods in org.eclipse.jface.text with parameters of type VerifyEvent | |
protected void |
TextViewer.handleVerifyEvent(VerifyEvent e)
|
protected IRegion |
TextViewer.event2ModelRange(VerifyEvent event)
Translates the widget region of the given verify event into the corresponding region of the viewer's document. |
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.source |
Methods in org.eclipse.jface.text.source with parameters of type VerifyEvent | |
protected void |
ProjectionSourceViewer.handleVerifyEvent(VerifyEvent e)
|
Uses of VerifyEvent in org.eclipse.swt.custom |
Methods in org.eclipse.swt.custom with parameters of type VerifyEvent | |
void |
VerifyKeyListener.verifyKey(VerifyEvent event)
|
Uses of VerifyEvent in org.eclipse.swt.events |
Methods in org.eclipse.swt.events with parameters of type VerifyEvent | |
void |
VerifyListener.verifyText(VerifyEvent e)
Sent when the text is about to be modified. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |