Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.contentassist |
Provides a content assist add-on for an ITextViewer.
|
org.eclipse.jface.text.link |
Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
|
org.eclipse.jface.text.source.projection |
This package provides the UI part for projection documents of which the most important part is the projection viewer.
|
org.eclipse.swt.custom |
SWT Custom widgets.
|
org.eclipse.swt.events |
SWT typed listener support.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentAssistant.AutoAssistListener.verifyKey(VerifyEvent event) |
Modifier and Type | Method and Description |
---|---|
LinkedModeUI.ExitFlags |
LinkedModeUI.IExitPolicy.doExit(LinkedModeModel model,
VerifyEvent event,
int offset,
int length)
Checks whether the linked mode should be left after receiving the
given
VerifyEvent and selection. |
Modifier and Type | Method and Description |
---|---|
protected void |
ProjectionViewer.handleVerifyEvent(VerifyEvent e) |
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 (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.