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 support for managing annotations attached to a document.
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.