RapidSpell Web


Uses of Class
com.keyoti.rapidSpell.UserDictionary

Packages that use UserDictionary
com.keyoti.rapidSpell   
com.keyoti.rapidSpell.web Web components package. 
 

Uses of UserDictionary in com.keyoti.rapidSpell
 

Fields in com.keyoti.rapidSpell declared as UserDictionary
 UserDictionary RapidSpellChecker.userDictionary
          The UserDictionary being used.
 

Methods in com.keyoti.rapidSpell that return UserDictionary
 UserDictionary RapidSpellChecker.getUserDictionary()
          Gets the user dictionary to use.
 UserDictionary ICheckerEngine.getUserDictionary()
          Gets the user dictionary.
 UserDictionary CheckerEngineAdapter.getUserDictionary()
          The user dictionary, this should be null if no user dictionary is being used.
 

Methods in com.keyoti.rapidSpell with parameters of type UserDictionary
 void RapidSpellChecker.setUserDictionary(UserDictionary userDictionary)
          Sets the user dictionary to use.
 void ICheckerEngine.setUserDictionary(UserDictionary userDictionary)
          Sets the UserDictionary object to be used as a user dictionary source.
 void CheckerEngineAdapter.setUserDictionary(UserDictionary userDictionary)
          Sets the UserDictionary object to be used as a user dictionary source.
 

Uses of UserDictionary in com.keyoti.rapidSpell.web
 

Subclasses of UserDictionary in com.keyoti.rapidSpell.web
 class CookieUserDictionary
          Cookie based user dictionary.
 

Methods in com.keyoti.rapidSpell.web that return UserDictionary
 UserDictionary RapidSpellWebBean.getUserDictionary()
          A UserDictionary object to be used as a user dictionary.
 UserDictionary RapidSpellWeb.getUserDictionary()
          A UserDictionary object to be used as a user dictionary.
 

Methods in com.keyoti.rapidSpell.web with parameters of type UserDictionary
 void RapidSpellWebBean.setUserDictionary(UserDictionary value)
          A UserDictionary object to be used as a user dictionary.
 void RapidSpellWeb.setUserDictionary(UserDictionary value)
          A UserDictionary object to be used as a user dictionary.
 


RapidSpell Web


Copyright © 2002-2013 Keyoti Inc. All Rights Reserved.