Package | Description |
---|---|
org.eclipse.jface.text.quickassist |
This package provides the quick assist assistant add-on for an ISourceViewer.
|
org.eclipse.ui.texteditor.spelling |
Partial infrastructure for spell checking in text editors.
|
Modifier and Type | Method and Description |
---|---|
IQuickAssistProcessor |
QuickAssistAssistant.getQuickAssistProcessor() |
IQuickAssistProcessor |
IQuickAssistAssistant.getQuickAssistProcessor()
Returns the quick assist processor to be used for the given content type.
|
Modifier and Type | Method and Description |
---|---|
void |
QuickAssistAssistant.setQuickAssistProcessor(IQuickAssistProcessor processor) |
void |
IQuickAssistAssistant.setQuickAssistProcessor(IQuickAssistProcessor processor)
Registers a given quick assist processor for a particular content type.
|
Modifier and Type | Class and Description |
---|---|
class |
SpellingCorrectionProcessor
Spelling correction processor used to show quick
fixes for spelling problems.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.