org.eclipse.emf.codegen.jet.editor.codeassist
Class JETTemplateDirectiveCompletionProcessor

java.lang.Object
  extended by org.eclipse.emf.codegen.jet.editor.codeassist.JETTemplateDirectiveCompletionProcessor
All Implemented Interfaces:
org.eclipse.jface.text.contentassist.IContentAssistProcessor

public class JETTemplateDirectiveCompletionProcessor
extends java.lang.Object
implements org.eclipse.jface.text.contentassist.IContentAssistProcessor

Version:
$Revision: 1.2 $

Constructor Summary
JETTemplateDirectiveCompletionProcessor()
           
 
Method Summary
 org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer, int documentOffset)
          Method computeCompletionProposals.
 org.eclipse.jface.text.contentassist.IContextInformation[] computeContextInformation(org.eclipse.jface.text.ITextViewer viewer, int documentOffset)
          Method computeContextInformation.
 char[] getCompletionProposalAutoActivationCharacters()
          Method getCompletionProposalAutoActivationCharacters.
 char[] getContextInformationAutoActivationCharacters()
          Method getContextInformationAutoActivationCharacters.
 org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()
          Method getContextInformationValidator.
 java.lang.String getErrorMessage()
          Method getErrorMessage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JETTemplateDirectiveCompletionProcessor

public JETTemplateDirectiveCompletionProcessor()
Method Detail

computeCompletionProposals

public org.eclipse.jface.text.contentassist.ICompletionProposal[] computeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer,
                                                                                             int documentOffset)
Method computeCompletionProposals.

Specified by:
computeCompletionProposals in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Parameters:
viewer - ITextViewer
documentOffset - int
Returns:
ICompletionProposal[]
See Also:
IContentAssistProcessor.computeCompletionProposals(ITextViewer, int)

computeContextInformation

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

Specified by:
computeContextInformation in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Parameters:
viewer - ITextViewer
documentOffset - int
Returns:
IContextInformation[]
See Also:
IContentAssistProcessor.computeContextInformation(ITextViewer, int)

getCompletionProposalAutoActivationCharacters

public char[] getCompletionProposalAutoActivationCharacters()
Method getCompletionProposalAutoActivationCharacters.

Specified by:
getCompletionProposalAutoActivationCharacters in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns:
char[]
See Also:
IContentAssistProcessor.getCompletionProposalAutoActivationCharacters()

getContextInformationAutoActivationCharacters

public char[] getContextInformationAutoActivationCharacters()
Method getContextInformationAutoActivationCharacters.

Specified by:
getContextInformationAutoActivationCharacters in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns:
char[]
See Also:
IContentAssistProcessor.getContextInformationAutoActivationCharacters()

getContextInformationValidator

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

Specified by:
getContextInformationValidator in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns:
IContextInformationValidator
See Also:
IContentAssistProcessor.getContextInformationValidator()

getErrorMessage

public java.lang.String getErrorMessage()
Method getErrorMessage.

Specified by:
getErrorMessage in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Returns:
String
See Also:
IContentAssistProcessor.getErrorMessage()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.