Class HutnContentAssistProcessor
java.lang.Object
org.eclipse.epsilon.hutn.dt.editor.contentAssist.HutnContentAssistProcessor
- All Implemented Interfaces:
org.eclipse.jface.text.contentassist.IContentAssistProcessor
public class HutnContentAssistProcessor
extends Object
implements org.eclipse.jface.text.contentassist.IContentAssistProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.contentassist.ICompletionProposal[]
org.eclipse.jface.text.contentassist.ICompletionProposal[]
computeCompletionProposals
(org.eclipse.jface.text.ITextViewer viewer, int offset) org.eclipse.jface.text.contentassist.IContextInformation[]
computeContextInformation
(org.eclipse.jface.text.ITextViewer viewer, int offset) char[]
char[]
org.eclipse.jface.text.contentassist.IContextInformationValidator
-
Constructor Details
-
HutnContentAssistProcessor
public HutnContentAssistProcessor()
-
-
Method Details
-
computeCompletionProposals
public org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer, int offset) - Specified by:
computeCompletionProposals
in interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
computeCompletionProposals
public org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(String text) throws EolModelLoadingException - Throws:
EolModelLoadingException
-
computeContextInformation
public org.eclipse.jface.text.contentassist.IContextInformation[] computeContextInformation(org.eclipse.jface.text.ITextViewer viewer, int offset) - Specified by:
computeContextInformation
in interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
getCompletionProposalAutoActivationCharacters
public char[] getCompletionProposalAutoActivationCharacters()- Specified by:
getCompletionProposalAutoActivationCharacters
in interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
getContextInformationAutoActivationCharacters
public char[] getContextInformationAutoActivationCharacters()- Specified by:
getContextInformationAutoActivationCharacters
in interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
getContextInformationValidator
public org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()- Specified by:
getContextInformationValidator
in interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
getErrorMessage
- Specified by:
getErrorMessage
in interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-