Uses of Interface
org.eclipse.jface.text.contentassist.IContentAssistProcessor
Packages that use IContentAssistProcessor
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides a content assist add-on for an
ITextViewer
.Application programming interfaces for interaction
with the Eclipse text template support.
Provides a framework for text editors obeying to the
desktop rules.
Application programming interfaces for interaction
with the Eclipse text editor template support.
-
Uses of IContentAssistProcessor in org.eclipse.jface.contentassist
Subinterfaces of IContentAssistProcessor in org.eclipse.jface.contentassistModifier and TypeInterfaceDescriptioninterface
Deprecated.As of 3.2, replaced by Platform UI's field assist supportConstructors in org.eclipse.jface.contentassist with parameters of type IContentAssistProcessorModifierConstructorDescriptionDeprecated.Creates a new context information validator which is ready to be installed on a particular context information. -
Uses of IContentAssistProcessor in org.eclipse.jface.text.contentassist
Subinterfaces of IContentAssistProcessor in org.eclipse.jface.text.contentassistModifier and TypeInterfaceDescriptioninterface
Extension interface ofIContentAssistProcessor
that allows to get additional information when queried for auto activationFields in org.eclipse.jface.text.contentassist declared as IContentAssistProcessorModifier and TypeFieldDescriptionfinal IContentAssistProcessor
ContentAssistEvent.processor
The processor for the current partition.Methods in org.eclipse.jface.text.contentassist that return IContentAssistProcessorModifier and TypeMethodDescriptionContentAssistant.getContentAssistProcessor
(String contentType) IContentAssistant.getContentAssistProcessor
(String contentType) Returns the content assist processor to be used for the given content type.Methods in org.eclipse.jface.text.contentassist with parameters of type IContentAssistProcessorModifier and TypeMethodDescriptionIContentAssistProcessorExtension.adapt
(IContentAssistProcessor processor) void
ContentAssistant.addContentAssistProcessor
(IContentAssistProcessor processor, String contentType) Registers a given content assist processor for a particular content type.void
ContentAssistant.removeContentAssistProcessor
(IContentAssistProcessor processor) removes the given processor from all content types in thisContentAssistant
void
ContentAssistant.setContentAssistProcessor
(IContentAssistProcessor processor, String contentType) Registers a given content assist processor for a particular content type.Constructors in org.eclipse.jface.text.contentassist with parameters of type IContentAssistProcessorModifierConstructorDescriptionCreates a new context information validator which is ready to be installed on a particular context information. -
Uses of IContentAssistProcessor in org.eclipse.jface.text.templates
Classes in org.eclipse.jface.text.templates that implement IContentAssistProcessorModifier and TypeClassDescriptionclass
A completion processor that computes template proposals. -
Uses of IContentAssistProcessor in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IContentAssistProcessorModifier and TypeClassDescriptionfinal class
A completion proposal computer for hippie word completions. -
Uses of IContentAssistProcessor in org.eclipse.ui.texteditor.templates
Methods in org.eclipse.ui.texteditor.templates that return IContentAssistProcessorModifier and TypeMethodDescriptionprotected IContentAssistProcessor
TemplatePreferencePage.EditTemplateDialog.getTemplateProcessor()
Returns the content assist processor that suggests template variables.