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.IContentAssistProcessor
public org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(String text) throws EolModelLoadingException
EolModelLoadingException
public org.eclipse.jface.text.contentassist.IContextInformation[] computeContextInformation(org.eclipse.jface.text.ITextViewer viewer, int offset)
computeContextInformation
in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
public char[] getCompletionProposalAutoActivationCharacters()
getCompletionProposalAutoActivationCharacters
in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
public char[] getContextInformationAutoActivationCharacters()
getContextInformationAutoActivationCharacters
in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
public org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()
getContextInformationValidator
in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
public String getErrorMessage()
getErrorMessage
in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Copyright © 2020. All rights reserved.