public interface ISubjectControlContentAssistProcessor extends IContentAssistProcessor
IContentAssistProcessor
which provides the context for the
subject control content assistant.Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
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[] |
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.
|
computeCompletionProposals, computeContextInformation, getCompletionProposalAutoActivationCharacters, getContextInformationAutoActivationCharacters, getContextInformationValidator, getErrorMessage
ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset)
contentAssistSubjectControl
- the content assist subject control whose
document is used to compute the proposalsdocumentOffset
- an offset within the document for which
completions should be computednull
if no
proposals are possibleIContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset)
contentAssistSubjectControl
- the content assist subject control whose
document is used to compute the possible contextsdocumentOffset
- an offset within the document for which context
information should be computednull
if no context could be found
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.