Uses of Interface
org.eclipse.jface.text.contentassist.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
Modifier and TypeInterfaceDescriptioninterface
Deprecated.As of 3.2, replaced by Platform UI's field assist supportModifierConstructorDescriptionDeprecated.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
Modifier and TypeInterfaceDescriptioninterface
Extension interface ofIContentAssistProcessor
that allows to get additional information when queried for auto activationModifier and TypeFieldDescriptionfinal IContentAssistProcessor
ContentAssistEvent.processor
The processor for the current partition.Modifier and TypeMethodDescriptionContentAssistant.getContentAssistProcessor
(String contentType) IContentAssistant.getContentAssistProcessor
(String contentType) Returns the content assist processor to be used for the given content type.Modifier 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.ModifierConstructorDescriptionCreates 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
Modifier and TypeClassDescriptionclass
A completion processor that computes template proposals. -
Uses of IContentAssistProcessor in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionfinal class
A completion proposal computer for hippie word completions. -
Uses of IContentAssistProcessor in org.eclipse.ui.texteditor.templates
Modifier and TypeMethodDescriptionprotected IContentAssistProcessor
TemplatePreferencePage.EditTemplateDialog.getTemplateProcessor()
Returns the content assist processor that suggests template variables.