|
|||||||||
| Home >> All >> org >> eclipse >> jface >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.jface.text
Interface IEventConsumer

- public interface IEventConsumer
Implementers can register with a text viewer and receive
VerifyEvents before the text viewer they are registered with.
If the event consumer marks events as processed by turning their
doit field to false the text viewer
subsequently ignores them. Clients may implement this interface.
ITextViewerExtension2allows clients to manage
the org.eclipse.swt.events.VerifyListeners of a text viewer. This
makes IEventConsumer obsolete.
| Method Summary | |
void |
processEvent(org.eclipse.swt.events.VerifyEvent event)
Processes the given event and marks it as done if it should be ignored by subsequent receivers. |
| Method Detail |
processEvent
public void processEvent(org.eclipse.swt.events.VerifyEvent event)
- Processes the given event and marks it as done if it should
be ignored by subsequent receivers.
|
|||||||||
| Home >> All >> org >> eclipse >> jface >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC