Uses of Interface
org.eclipse.jface.text.IEventConsumer
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides a framework for creating and manipulating text documents.
-
Uses of IEventConsumer in org.eclipse.jface.contentassist
Modifier and TypeMethodDescriptionvoid
AbstractControlContentAssistSubjectAdapter.setEventConsumer
(IEventConsumer eventConsumer) Deprecated.void
IContentAssistSubjectControl.setEventConsumer
(IEventConsumer eventConsumer) If supported, registers an event consumer with this content assist subject. -
Uses of IEventConsumer in org.eclipse.jface.text
Modifier and TypeFieldDescriptionprotected IEventConsumer
TextViewer.fEventConsumer
The text viewer's event consumerModifier and TypeMethodDescriptionvoid
ITextViewer.setEventConsumer
(IEventConsumer consumer) Registers an event consumer with this viewer.void
TextViewer.setEventConsumer
(IEventConsumer consumer)