Uses of Interface
org.eclipse.jface.text.contentassist.IContentAssistant
Packages that use IContentAssistant
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl.Provides a content assist add-on for an
ITextViewer.Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of IContentAssistant in org.eclipse.jface.contentassist
Subinterfaces of IContentAssistant in org.eclipse.jface.contentassistModifier and TypeInterfaceDescriptioninterfaceDeprecated.As of 3.2, replaced by Platform UI's field assist supportClasses in org.eclipse.jface.contentassist that implement IContentAssistantModifier and TypeClassDescriptionclassDeprecated.As of 3.2, replaced by Platform UI's field assist support * -
Uses of IContentAssistant in org.eclipse.jface.text.contentassist
Classes in org.eclipse.jface.text.contentassist that implement IContentAssistantModifier and TypeClassDescriptionclassThe standard implementation of theIContentAssistantinterface.Fields in org.eclipse.jface.text.contentassist declared as IContentAssistantModifier and TypeFieldDescriptionfinal IContentAssistantContentAssistEvent.assistantThe content assistant computing proposals. -
Uses of IContentAssistant in org.eclipse.jface.text.source
Fields in org.eclipse.jface.text.source declared as IContentAssistantModifier and TypeFieldDescriptionprotected IContentAssistantSourceViewer.fContentAssistantThe viewer's content assistantMethods in org.eclipse.jface.text.source that return IContentAssistantModifier and TypeMethodDescriptionSourceViewerConfiguration.getContentAssistant(ISourceViewer sourceViewer) Returns the content assistant ready to be used with the given source viewer.Constructors in org.eclipse.jface.text.source with parameters of type IContentAssistantModifierConstructorDescriptionContentAssistantFacade(IContentAssistant contentAssistant) Creates a new facade.