Package | Description |
---|---|
org.eclipse.jface.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
Modifier and Type | Method and Description |
---|---|
void |
IContentAssistSubjectControl.setEventConsumer(IEventConsumer eventConsumer)
If supported, registers an event consumer with this content assist
subject.
|
void |
AbstractControlContentAssistSubjectAdapter.setEventConsumer(IEventConsumer eventConsumer)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected IEventConsumer |
TextViewer.fEventConsumer
The text viewer's event consumer
|
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.setEventConsumer(IEventConsumer consumer) |
void |
ITextViewer.setEventConsumer(IEventConsumer consumer)
Registers an event consumer with this viewer.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.