Package org.eclipse.ui.texteditor.spelling
Partial infrastructure for spell checking in text editors.
-
Interface Summary Interface Description IPreferenceStatusMonitor A monitor that can be notified about status changes.ISpellingEngine A spelling engine that can be contributed to theorg.eclipse.ui.workbench.texteditor.spellingEngineextension point.ISpellingPreferenceBlock Contributors to theorg.eclipse.ui.texteditor.spellingEngineextension point can specify an implementation of this interface to be displayed on the spelling preference page, if the corresponding engine is selected.ISpellingProblemCollector A collector ofSpellingProblems. -
Class Summary Class Description SpellingAnnotation Spelling annotation.SpellingContext A spelling context allows aISpellingEngineto retrieve information about the spelling check it has to perform.SpellingCorrectionProcessor Spelling correction processor used to show quick fixes for spelling problems.SpellingEngineDescriptor Describes an extension to thespellingEngineextension point.SpellingProblem A spelling problem as reported by theSpellingServiceservice to theISpellingProblemCollector.SpellingReconcileStrategy Reconcile strategy used for spell checking.SpellingService System wide spelling service.