org.eclipse.xtend.check.ui.editor.codeassist
Class CheckContentAssistProcessor

java.lang.Object
  extended by org.eclipse.xtend.shared.ui.expression.editor.codeassist.AbstractExtXptContentAssistProcessor
      extended by org.eclipse.xtend.check.ui.editor.codeassist.CheckContentAssistProcessor
All Implemented Interfaces:
org.eclipse.jface.text.contentassist.IContentAssistProcessor

public class CheckContentAssistProcessor
extends AbstractExtXptContentAssistProcessor

Author:
Sven Efftinge (http://www.efftinge.de)

Constructor Summary
CheckContentAssistProcessor(org.eclipse.ui.IEditorPart editor)
           
 
Method Summary
 org.eclipse.jface.text.contentassist.IContextInformation[] computeContextInformation(org.eclipse.jface.text.ITextViewer viewer, int documentOffset)
          
 char[] getCompletionProposalAutoActivationCharacters()
          
 char[] getContextInformationAutoActivationCharacters()
          
 org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()
          
 java.lang.String getErrorMessage()
          
protected  org.eclipse.jface.text.contentassist.ICompletionProposal[] internalComputeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer, int documentOffset)
           
 
Methods inherited from class org.eclipse.xtend.shared.ui.expression.editor.codeassist.AbstractExtXptContentAssistProcessor
computeCompletionProposals, getFile, getJavaProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckContentAssistProcessor

public CheckContentAssistProcessor(org.eclipse.ui.IEditorPart editor)
Method Detail

internalComputeCompletionProposals

protected org.eclipse.jface.text.contentassist.ICompletionProposal[] internalComputeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer,
                                                                                                        int documentOffset)
Specified by:
internalComputeCompletionProposals in class AbstractExtXptContentAssistProcessor

computeContextInformation

public org.eclipse.jface.text.contentassist.IContextInformation[] computeContextInformation(org.eclipse.jface.text.ITextViewer viewer,
                                                                                            int documentOffset)


getCompletionProposalAutoActivationCharacters

public char[] getCompletionProposalAutoActivationCharacters()


getContextInformationAutoActivationCharacters

public char[] getContextInformationAutoActivationCharacters()


getErrorMessage

public java.lang.String getErrorMessage()


getContextInformationValidator

public org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()