Uses of Interface
org.eclipse.jface.text.quickassist.IQuickAssistAssistant
Packages that use IQuickAssistAssistant
Package
Description
This package provides the quick assist assistant add-on for an
ISourceViewer
.Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IQuickAssistAssistant in org.eclipse.jface.text.quickassist
Classes in org.eclipse.jface.text.quickassist that implement IQuickAssistAssistantModifier and TypeClassDescriptionclass
Default implementation ofIQuickAssistAssistant
. -
Uses of IQuickAssistAssistant in org.eclipse.jface.text.source
Fields in org.eclipse.jface.text.source declared as IQuickAssistAssistantModifier and TypeFieldDescriptionprotected IQuickAssistAssistant
SourceViewer.fQuickAssistAssistant
This viewer's quick assist assistant.Methods in org.eclipse.jface.text.source that return IQuickAssistAssistantModifier and TypeMethodDescriptionISourceViewerExtension3.getQuickAssistAssistant()
Returns this viewers quick assist assistant.SourceViewer.getQuickAssistAssistant()
SourceViewerConfiguration.getQuickAssistAssistant
(ISourceViewer sourceViewer) Returns the quick assist assistant ready to be used with the given source viewer.Methods in org.eclipse.jface.text.source with parameters of type IQuickAssistAssistantModifier and TypeMethodDescriptionvoid
IAnnotationAccessExtension2.setQuickAssistAssistant
(IQuickAssistAssistant assistant) Provides this annotation access with a quick assist assistant that is used to decide whether the quick fix image should be shown. -
Uses of IQuickAssistAssistant in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that return IQuickAssistAssistantModifier and TypeMethodDescriptionTextSourceViewerConfiguration.getQuickAssistAssistant
(ISourceViewer sourceViewer) -
Uses of IQuickAssistAssistant in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type IQuickAssistAssistantModifier and TypeMethodDescriptionvoid
DefaultMarkerAnnotationAccess.setQuickAssistAssistant
(IQuickAssistAssistant assistant) Constructors in org.eclipse.ui.texteditor with parameters of type IQuickAssistAssistantModifierConstructorDescriptionKeyBindingSupportForAssistant
(IQuickAssistAssistant quickAssistAssistant) Creates the support for a quick assist assistant.