Uses of Package
org.eclipse.ui.texteditor.spelling
-
Packages that use org.eclipse.ui.texteditor.spelling Package Description org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input.org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors. -
Classes in org.eclipse.ui.texteditor.spelling used by org.eclipse.ui.editors.text Class Description SpellingService System wide spelling service. -
Classes in org.eclipse.ui.texteditor.spelling used by org.eclipse.ui.texteditor.spelling Class 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.spellingEngine
extension point.ISpellingPreferenceBlock Contributors to theorg.eclipse.ui.texteditor.spellingEngine
extension 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 ofSpellingProblem
s.SpellingContext A spelling context allows aISpellingEngine
to retrieve information about the spelling check it has to perform.SpellingEngineDescriptor Describes an extension to thespellingEngine
extension point.SpellingProblem A spelling problem as reported by theSpellingService
service to theISpellingProblemCollector
.SpellingService System wide spelling service.