Uses of Interface
org.eclipse.jface.text.quickassist.IQuickAssistProcessor
Packages that use IQuickAssistProcessor
Package
Description
This package provides the quick assist assistant add-on for an
ISourceViewer.Partial infrastructure for spell checking in text editors.
-
Uses of IQuickAssistProcessor in org.eclipse.jface.text.quickassist
Methods in org.eclipse.jface.text.quickassist that return IQuickAssistProcessorModifier and TypeMethodDescriptionIQuickAssistAssistant.getQuickAssistProcessor()Returns the quick assist processor to be used for the given content type.QuickAssistAssistant.getQuickAssistProcessor()Methods in org.eclipse.jface.text.quickassist with parameters of type IQuickAssistProcessorModifier and TypeMethodDescriptionvoidIQuickAssistAssistant.setQuickAssistProcessor(IQuickAssistProcessor processor) Registers a given quick assist processor for a particular content type.voidQuickAssistAssistant.setQuickAssistProcessor(IQuickAssistProcessor processor) -
Uses of IQuickAssistProcessor in org.eclipse.ui.texteditor.spelling
Classes in org.eclipse.ui.texteditor.spelling that implement IQuickAssistProcessorModifier and TypeClassDescriptionfinal classSpelling correction processor used to show quick fixes for spelling problems.