Uses of Interface
com.inet.jortho.CustomDictionaryProvider
-
Packages that use CustomDictionaryProvider Package Description com.inet.jortho This package implements the spell checker JOrtho. -
-
Uses of CustomDictionaryProvider in com.inet.jortho
Subinterfaces of CustomDictionaryProvider in com.inet.jortho Modifier and Type Interface Description interface
UserDictionaryProvider
Interface to be implemented by a user dictionary.Classes in com.inet.jortho that implement CustomDictionaryProvider Modifier and Type Class Description class
FileUserDictionary
This is a reference implementation of the interfaceUserDictionaryProvider
.Fields in com.inet.jortho declared as CustomDictionaryProvider Modifier and Type Field Description private static CustomDictionaryProvider
SpellChecker. customDictionaryProvider
Methods in com.inet.jortho that return CustomDictionaryProvider Modifier and Type Method Description static CustomDictionaryProvider
SpellChecker. getCustomDictionaryProvider()
Gets the currently set CustomDictionaryProvider.Methods in com.inet.jortho with parameters of type CustomDictionaryProvider Modifier and Type Method Description static void
SpellChecker. setCustomDictionaryProvider(CustomDictionaryProvider customDictionaryProvider)
Set a CustomDictionaryProvider.
-