org.eclipse.cdt.internal.ui.text.contentassist
Class CContentAssistProcessor
java.lang.Object
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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