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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractControlContentAssistSubjectAdapter
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
|
class |
ComboContentAssistSubjectAdapter
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
|
class |
TextContentAssistSubjectAdapter
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
|
Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
ISubjectControlContentAssistProcessor.computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl,
int documentOffset)
Deprecated.
Returns a list of completion proposals based on the specified location
within the document that corresponds to the current cursor position
within the text viewer.
|
IContextInformation[] |
ISubjectControlContentAssistProcessor.computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl,
int documentOffset)
Deprecated.
Returns information about possible contexts based on the specified
location within the document that corresponds to the current cursor
position within the content assist subject control.
|
void |
ISubjectControlContentAssistant.install(IContentAssistSubjectControl contentAssistSubjectControl)
Deprecated.
Installs content assist support on the given subject.
|
void |
SubjectControlContentAssistant.install(IContentAssistSubjectControl contentAssistSubjectControl)
Deprecated.
|
void |
ISubjectControlContextInformationPresenter.install(IContextInformation info,
IContentAssistSubjectControl contentAssistSubjectControl,
int offset)
Deprecated.
Installs this presenter for the given context information.
|
void |
SubjectControlContextInformationValidator.install(IContextInformation contextInformation,
IContentAssistSubjectControl contentAssistSubjectControl,
int offset)
Deprecated.
|
void |
ISubjectControlContextInformationValidator.install(IContextInformation info,
IContentAssistSubjectControl contentAssistSubjectControl,
int offset)
Deprecated.
Installs this validator for the given context information.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ContentAssistant.install(IContentAssistSubjectControl contentAssistSubjectControl) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.