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 class
FileUserDictionary
This is a reference implementation of the interfaceUserDictionaryProvider
.Fields in com.inet.jortho declared as UserDictionaryProvider Modifier and Type Field Description private static UserDictionaryProvider
SpellChecker. userDictionaryProvider
Methods in com.inet.jortho that return UserDictionaryProvider Modifier and Type Method Description static UserDictionaryProvider
SpellChecker. getUserDictionaryProvider()
Gets the currently set UserDictionaryProvider.Methods in com.inet.jortho with parameters of type UserDictionaryProvider Modifier and Type Method Description static void
SpellChecker. setUserDictionaryProvider(UserDictionaryProvider userDictionaryProvider)
Sets the UserDictionaryProvider.
-