Uses of Interface
com.inet.jortho.UserDictionaryProvider
-
Packages that use UserDictionaryProvider Package Description com.inet.jortho This package implements the spell checker JOrtho. -
-
Uses of UserDictionaryProvider in com.inet.jortho
Classes in com.inet.jortho that implement UserDictionaryProvider Modifier and Type Class Description classFileUserDictionaryThis is a reference implementation of the interfaceUserDictionaryProvider.Fields in com.inet.jortho declared as UserDictionaryProvider Modifier and Type Field Description private static UserDictionaryProviderSpellChecker. userDictionaryProviderMethods in com.inet.jortho that return UserDictionaryProvider Modifier and Type Method Description static UserDictionaryProviderSpellChecker. getUserDictionaryProvider()Gets the currently set UserDictionaryProvider.Methods in com.inet.jortho with parameters of type UserDictionaryProvider Modifier and Type Method Description static voidSpellChecker. setUserDictionaryProvider(UserDictionaryProvider userDictionaryProvider)Sets the UserDictionaryProvider.
-