Package | Description |
---|---|
org.eclipse.jface.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
org.eclipse.jface.text.contentassist |
Provides a content assist add-on for an ITextViewer.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISubjectControlContentAssistant
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
|
Modifier and Type | Class and Description |
---|---|
class |
SubjectControlContentAssistant
Deprecated.
As of 3.2, replaced by Platform UI's field assist support *
|
Modifier and Type | Class and Description |
---|---|
class |
ContentAssistant
The standard implementation of the
IContentAssistant interface. |
Modifier and Type | Field and Description |
---|---|
IContentAssistant |
ContentAssistEvent.assistant
The content assistant computing proposals.
|
Modifier and Type | Field and Description |
---|---|
protected IContentAssistant |
SourceViewer.fContentAssistant
The viewer's content assistant
|
Modifier and Type | Method and Description |
---|---|
IContentAssistant |
SourceViewerConfiguration.getContentAssistant(ISourceViewer sourceViewer)
Returns the content assistant ready to be used with the given source viewer.
|
Constructor and Description |
---|
ContentAssistantFacade(IContentAssistant contentAssistant)
Creates a new facade.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.