Uses of Interface
org.eclipse.jface.text.contentassist.IContentAssistant
-
Packages that use IContentAssistant Package Description org.eclipse.jface.contentassist Provides a content assist add-on for implementors ofIContentAssistSubjectControl.org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer.org.eclipse.jface.text.source 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.contentassist Modifier and Type Interface Description interfaceISubjectControlContentAssistantDeprecated.As of 3.2, replaced by Platform UI's field assist supportClasses in org.eclipse.jface.contentassist that implement IContentAssistant Modifier and Type Class Description classSubjectControlContentAssistantDeprecated.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 IContentAssistant Modifier and Type Class Description classContentAssistantThe standard implementation of theIContentAssistantinterface.Fields in org.eclipse.jface.text.contentassist declared as IContentAssistant Modifier and Type Field Description IContentAssistantContentAssistEvent. assistantThe content assistant computing proposals. -
Uses of IContentAssistant in org.eclipse.jface.text.source
Fields in org.eclipse.jface.text.source declared as IContentAssistant Modifier and Type Field Description protected IContentAssistantSourceViewer. fContentAssistantThe viewer's content assistantMethods in org.eclipse.jface.text.source that return IContentAssistant Modifier and Type Method Description IContentAssistantSourceViewerConfiguration. 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 IContentAssistant Constructor Description ContentAssistantFacade(IContentAssistant contentAssistant)Creates a new facade.
-