org.eclipse.xpand.ui.editor.codeassist
Class XpandContentAssistProcessor

java.lang.Object
  extended by AbstractExtXptContentAssistProcessor
      extended by org.eclipse.xpand.ui.editor.codeassist.XpandContentAssistProcessor

public class XpandContentAssistProcessor
extends AbstractExtXptContentAssistProcessor

Computes the Code Completion Proposals when CTRL+SPACE is pressed.

Since:
4.0

Constructor Summary
XpandContentAssistProcessor(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XpandContentAssistProcessor

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

internalComputeCompletionProposals

protected org.eclipse.jface.text.contentassist.ICompletionProposal[] internalComputeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer,
                                                                                                        int documentOffset)

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()


Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.