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 interfaceUserDictionaryProviderInterface to be implemented by a user dictionary.Classes in com.inet.jortho that implement CustomDictionaryProvider Modifier and Type Class Description classFileUserDictionaryThis is a reference implementation of the interfaceUserDictionaryProvider.Fields in com.inet.jortho declared as CustomDictionaryProvider Modifier and Type Field Description private static CustomDictionaryProviderSpellChecker. customDictionaryProviderMethods in com.inet.jortho that return CustomDictionaryProvider Modifier and Type Method Description static CustomDictionaryProviderSpellChecker. getCustomDictionaryProvider()Gets the currently set CustomDictionaryProvider.Methods in com.inet.jortho with parameters of type CustomDictionaryProvider Modifier and Type Method Description static voidSpellChecker. setCustomDictionaryProvider(CustomDictionaryProvider customDictionaryProvider)Set a CustomDictionaryProvider.
-