Uses of Interface
com.inet.jortho.CustomUIProvider
-
Packages that use CustomUIProvider Package Description com.inet.jortho This package implements the spell checker JOrtho. -
-
Uses of CustomUIProvider in com.inet.jortho
Fields in com.inet.jortho declared as CustomUIProvider Modifier and Type Field Description private static CustomUIProvider
SpellChecker. customUIProvider
Methods in com.inet.jortho that return CustomUIProvider Modifier and Type Method Description static CustomUIProvider
SpellChecker. getCustomUIProvider()
Gets the currently set CustomUIProvider.Methods in com.inet.jortho with parameters of type CustomUIProvider Modifier and Type Method Description static void
SpellChecker. setCustomUIProvider(CustomUIProvider customUIProvider)
Set a CustomUIProvider.
-