Uses of Class
org.eclipse.ui.texteditor.spelling.SpellingEngineDescriptor
-
Packages that use SpellingEngineDescriptor Package Description org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors. -
-
Uses of SpellingEngineDescriptor in org.eclipse.ui.texteditor.spelling
Methods in org.eclipse.ui.texteditor.spelling that return SpellingEngineDescriptor Modifier and Type Method Description SpellingEngineDescriptor
SpellingService. getActiveSpellingEngineDescriptor(IPreferenceStore preferences)
Returns the descriptor of the active spelling engine based on the value of thePREFERENCE_SPELLING_ENGINE
preference in the given preferences.SpellingEngineDescriptor
SpellingService. getDefaultSpellingEngineDescriptor()
Returns the default spelling engine descriptor from extensions to the spelling engine extension point.SpellingEngineDescriptor[]
SpellingService. getSpellingEngineDescriptors()
Returns all spelling engine descriptors from extensions to the spelling engine extension point.
-