Package | Description |
---|---|
com.keyoti.rapidSpell | |
com.keyoti.rapidSpell.web |
Web components package.
|
Modifier and Type | Field and Description |
---|---|
UserDictionary |
RapidSpellChecker.userDictionary
The UserDictionary being used.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieUserDictionary
Cookie based user dictionary.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.