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 java.lang.Object implements org.eclipse.jface.text.contentassist.IContentAssistProcessor
-
-
Constructor Summary
Constructors Constructor Description HutnContentAssistProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jface.text.contentassist.ICompletionProposal[]computeCompletionProposals(java.lang.String text)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[]getCompletionProposalAutoActivationCharacters()char[]getContextInformationAutoActivationCharacters()org.eclipse.jface.text.contentassist.IContextInformationValidatorgetContextInformationValidator()java.lang.StringgetErrorMessage()
-
-
-
Method Detail
-
computeCompletionProposals
public org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer, int offset)- Specified by:
computeCompletionProposalsin interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
computeCompletionProposals
public org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(java.lang.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:
computeContextInformationin interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
getCompletionProposalAutoActivationCharacters
public char[] getCompletionProposalAutoActivationCharacters()
- Specified by:
getCompletionProposalAutoActivationCharactersin interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
getContextInformationAutoActivationCharacters
public char[] getContextInformationAutoActivationCharacters()
- Specified by:
getContextInformationAutoActivationCharactersin interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
getContextInformationValidator
public org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()
- Specified by:
getContextInformationValidatorin interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessagein interfaceorg.eclipse.jface.text.contentassist.IContentAssistProcessor
-
-