Uses of Interface
org.eclipse.jface.text.IEventConsumer
Packages that use 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
Methods in org.eclipse.jface.contentassist with parameters of type IEventConsumerModifier and TypeMethodDescriptionvoidAbstractControlContentAssistSubjectAdapter.setEventConsumer(IEventConsumer eventConsumer) Deprecated.voidIContentAssistSubjectControl.setEventConsumer(IEventConsumer eventConsumer) If supported, registers an event consumer with this content assist subject. -
Uses of IEventConsumer in org.eclipse.jface.text
Fields in org.eclipse.jface.text declared as IEventConsumerModifier and TypeFieldDescriptionprotected IEventConsumerTextViewer.fEventConsumerThe text viewer's event consumerMethods in org.eclipse.jface.text with parameters of type IEventConsumerModifier and TypeMethodDescriptionvoidITextViewer.setEventConsumer(IEventConsumer consumer) Registers an event consumer with this viewer.voidTextViewer.setEventConsumer(IEventConsumer consumer)