org.eclipse.cdt.internal.ui.text.contentassist
Class CContentAssistProcessor

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor
      extended by org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor
All Implemented Interfaces:
org.eclipse.jface.text.contentassist.IContentAssistProcessor

public class CContentAssistProcessor
extends ContentAssistProcessor

C/C++ content assist processor.


Constructor Summary
CContentAssistProcessor(org.eclipse.ui.IEditorPart editor, org.eclipse.jface.text.source.ISourceViewer viewer, org.eclipse.jface.text.contentassist.ContentAssistant assistant, java.lang.String partition)
           
 
Method Summary
 char[] getCompletionProposalAutoActivationCharacters()
           
 org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()
           
 void setCompletionProposalAutoActivationCharacters(char[] activationSet)
          Sets this processor's set of characters triggering the activation of the completion proposal computation.
 
Methods inherited from class org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor
computeCompletionProposals, computeContextInformation, getContextInformationAutoActivationCharacters, getErrorMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CContentAssistProcessor

public CContentAssistProcessor(org.eclipse.ui.IEditorPart editor,
                               org.eclipse.jface.text.source.ISourceViewer viewer,
                               org.eclipse.jface.text.contentassist.ContentAssistant assistant,
                               java.lang.String partition)
Method Detail

getContextInformationValidator

public org.eclipse.jface.text.contentassist.IContextInformationValidator getContextInformationValidator()
Specified by:
getContextInformationValidator in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Overrides:
getContextInformationValidator in class ContentAssistProcessor

setCompletionProposalAutoActivationCharacters

public void setCompletionProposalAutoActivationCharacters(char[] activationSet)
Description copied from class: ContentAssistProcessor
Sets this processor's set of characters triggering the activation of the completion proposal computation.

Overrides:
setCompletionProposalAutoActivationCharacters in class ContentAssistProcessor
Parameters:
activationSet - the activation set

getCompletionProposalAutoActivationCharacters

public char[] getCompletionProposalAutoActivationCharacters()
Specified by:
getCompletionProposalAutoActivationCharacters in interface org.eclipse.jface.text.contentassist.IContentAssistProcessor
Overrides:
getCompletionProposalAutoActivationCharacters in class ContentAssistProcessor