Uses of Interface
com.jalios.jcms.spellchecker.SpellChecker
-
Packages that use SpellChecker Package Description com.jalios.jcms.spellchecker -
-
Uses of SpellChecker in com.jalios.jcms.spellchecker
Classes in com.jalios.jcms.spellchecker that implement SpellChecker Modifier and Type Class Description classXMLmindSpellCheckerDefault SpellChecker Implementation of JCMS using XMLmind SpellChecker API.Methods in com.jalios.jcms.spellchecker that return SpellChecker Modifier and Type Method Description static SpellCheckerSpellCheckerManager. getSpellChecker()Retrieve the SpellChecker instance (initialized it if needed).Methods in com.jalios.jcms.spellchecker with parameters of type SpellChecker Modifier and Type Method Description static voidSpellCheckerManager. setSpellChecker(SpellChecker spellChecker)Change the SpellChecker already initialized by this manager.
-