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 TypeInterfaceDescriptioninterface
Deprecated.As of 3.2, replaced by Platform UI's field assist supportClasses in org.eclipse.jface.contentassist that implement IContentAssistantModifier and TypeClassDescriptionclass
Deprecated.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 TypeClassDescriptionclass
The standard implementation of theIContentAssistant
interface.Fields in org.eclipse.jface.text.contentassist declared as IContentAssistantModifier and TypeFieldDescriptionfinal IContentAssistant
ContentAssistEvent.assistant
The 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 IContentAssistant
SourceViewer.fContentAssistant
The 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.