public class HutnContentAssistProcessor extends Object implements org.eclipse.jface.text.contentassist.IContentAssistProcessor
| Constructor and Description |
|---|
HutnContentAssistProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jface.text.contentassist.ICompletionProposal[] |
computeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer,
int offset) |
org.eclipse.jface.text.contentassist.ICompletionProposal[] |
computeCompletionProposals(String text) |
org.eclipse.jface.text.contentassist.IContextInformation[] |
computeContextInformation(org.eclipse.jface.text.ITextViewer viewer,
int offset) |
char[] |
getCompletionProposalAutoActivationCharacters() |
char[] |
getContextInformationAutoActivationCharacters() |
org.eclipse.jface.text.contentassist.IContextInformationValidator |
getContextInformationValidator() |
String |
getErrorMessage() |
public org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer,
int offset)
computeCompletionProposals in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorpublic org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(String text) throws EolModelLoadingException
EolModelLoadingExceptionpublic org.eclipse.jface.text.contentassist.IContextInformation[] computeContextInformation(org.eclipse.jface.text.ITextViewer viewer,
int offset)
computeContextInformation in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorpublic char[] getCompletionProposalAutoActivationCharacters()
getCompletionProposalAutoActivationCharacters in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorpublic char[] getContextInformationAutoActivationCharacters()
getContextInformationAutoActivationCharacters in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorpublic org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()
getContextInformationValidator in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorpublic String getErrorMessage()
getErrorMessage in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorCopyright © 2020. All rights reserved.