RapidSpell Web

A B C D E F G H I L M N O P R S T U V W

A

Add(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherCollection
 
addLicenseKey(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Adds alternative license keys.
addLicenseKey(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
Adds alternative license keys.
addWord(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Adds a word to the user dictionary, if it exists.
addWord(String) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Adds a word to the user dictionary, if it exists.
addWord(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Adds word to the user dictionary (if it has been specified).
addWord(String) - Method in class com.keyoti.rapidSpell.UserDictionary
Tries to add word to this dictionary
addWord(String) - Method in class com.keyoti.rapidSpell.web.CookieUserDictionary
Tries to add word to this dictionary
AdvancedTextBoundary - Class in com.keyoti.rapidSpell
Extends SimpleTextBoundary to included more advanced parsing.
AdvancedTextBoundary() - Constructor for class com.keyoti.rapidSpell.AdvancedTextBoundary
 
Automatic - Static variable in class com.keyoti.rapidSpell.web.TextComponentInterfaceType
Use 'Automatic' for a smart interface which will identify rich/plain textboxes.

B

BadWord - Class in com.keyoti.rapidSpell
Represents a mis-spelt word in the text.
BadWord(String, int, int) - Constructor for class com.keyoti.rapidSpell.BadWord
Constructs a BadWord instance.
BadWord(String, int, int, int) - Constructor for class com.keyoti.rapidSpell.BadWord
Constructs a BadWord instance.

C

changeBadWord(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Changes the current bad word to newWord in the text.
changeBadWord(String) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Changes the current bad word to newWord in the text.
changeBadWord(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Changes the current bad word to newWord in the text
check(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Checks the text for errors.
check(String) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Checks the text for errors.
check(String, int) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Checks text for spelling correctness, from startPosition in text, mis-spelt words can be accessed through nextBadWord().
check(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord()
CheckerEngineAdapter - Class in com.keyoti.rapidSpell
Abstract base implementation of ICheckerEngine, override chosen members for desired functionality.
CheckerEngineAdapter() - Constructor for class com.keyoti.rapidSpell.CheckerEngineAdapter
Default constructor.
ClientFilesLocation - Class in com.keyoti.rapidSpell.web
 
ClientFilesLocation(int) - Constructor for class com.keyoti.rapidSpell.web.ClientFilesLocation
 
clientFilesLocation - Static variable in class com.keyoti.rapidSpell.web.Globals
The location of the client files.
com.keyoti.rapidSpell - package com.keyoti.rapidSpell
 
com.keyoti.rapidSpell.web - package com.keyoti.rapidSpell.web
Web components package.
Control - Class in com.keyoti.rapidSpell.web
 
Control() - Constructor for class com.keyoti.rapidSpell.web.Control
 
ControlServlet - Class in com.keyoti.rapidSpell.web
Handles requests for resource files and AJAX calls
ControlServlet() - Constructor for class com.keyoti.rapidSpell.web.ControlServlet
 
convertHtmlEntities(String) - Static method in class com.keyoti.rapidSpell.RapidSpellChecker
 
CookieUserDictionary - Class in com.keyoti.rapidSpell.web
Cookie based user dictionary.
CookieUserDictionary(Cookie[], HttpServletResponse, int) - Constructor for class com.keyoti.rapidSpell.web.CookieUserDictionary
New
Count() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherCollection
 
CultureText - Class in com.keyoti.rapidSpell
Contains the text for the checker in different cultures
CultureText() - Constructor for class com.keyoti.rapidSpell.CultureText
 
currentBadWordEnd - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
The start and end position of the current bad word being inspected
currentBadWordStart - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
The start and end position of the current word being inspected
Custom - Static variable in class com.keyoti.rapidSpell.web.TextComponentInterfaceType
Use 'Custom' to define your own interface.

D

dictFile - Variable in class com.keyoti.rapidSpell.UserDictionary
The file containing the dictionary
DictionaryCache - Class in com.keyoti.rapidSpell
Cache of loaded dictionaries.
DictionaryCache() - Constructor for class com.keyoti.rapidSpell.DictionaryCache
 
dispose() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Frees up resources.
doAfterBody() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
doEndTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
 
doEndTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
 
doEndTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
doEndTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
doEndTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
 
doEndTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.keyoti.rapidSpell.web.ControlServlet
Handles the HTTP GET method.
dontSuggest - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
Dont suggest words in this array (swear words).
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.keyoti.rapidSpell.web.ControlServlet
Handles the HTTP POST method.
doStartTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Renders this tag.
doStartTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Renders this tag.
doStartTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Renders this tag.
doStartTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
Renders this tag.
doStartTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
Renders this tag.
doStartTag() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
Renders this tag.
DummyServletRequest - Class in com.keyoti.rapidSpell.web
This is used for PHP (Java bridge) compatibility only.
DummyServletRequest() - Constructor for class com.keyoti.rapidSpell.web.DummyServletRequest
 
DUTCH - Static variable in class com.keyoti.rapidSpell.LanguageType
Dutch (Not supported yet).

E

ENGLISH - Static variable in class com.keyoti.rapidSpell.LanguageType
English.
External - Static variable in class com.keyoti.rapidSpell.web.ClientFilesLocation
 

F

findAnagrams(String, List) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Finds anagrams of word and puts them in anagrams if not already present.
findCompoundWords(String, List) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Finds the compound words in text and puts them in subwords, set subwords to null/nothing to just find if text has compound word formation. /* Only adds words to list if all are valid.
findLowercaseSuggestions - Static variable in class com.keyoti.rapidSpell.RapidSpellChecker
 
findSuggestions() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Returns a Vector of Strings that are suitable suggestions for the current bad word (that is, the one last returned by nextBadWord()).
findSuggestions() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Returns a Vector of Strings that are suitable suggestions for the current bad word (that is, the one last returned by nextBadWord()).
findSuggestions() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets an enumeration of String suggestions for spelling of current bad word.
findSuggestions(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets an enumeration of String suggestions for spelling of word.
findSuggestions(String, boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
 
flagged(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Checks if word has been flagged as misspelt by the check() method
following(int) - Method in class com.keyoti.rapidSpell.AdvancedTextBoundary
 
freeResources() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Sets the core spell checker engine to null, this should only be called after checking is writeHtml.
FRENCH - Static variable in class com.keyoti.rapidSpell.LanguageType
French.

G

GERMAN - Static variable in class com.keyoti.rapidSpell.LanguageType
German.
get(String, int) - Static method in class com.keyoti.rapidSpell.CultureText
Returns 'key' in the language 'culture'
get(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherCollection
 
getAddButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the add button.
getAddButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the add button.
getAddButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the add button.
getAddButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the add button.
getAddButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The add button style.
getAddButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The add button style.
getAddButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The add button style.
getAddButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The add button style.
getAddButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The add button text.
getAddButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The add button text.
getAdditionalBeanInfo() - Method in class com.keyoti.rapidSpell.RapidSpellCheckerBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAddMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getAddMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getAllowAnyCase() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to allow words spelt with any case, eg.
getAllowAnyCase() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to allow words spelt with incorrect case, eg.
getAllowAnyCase() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to allow words spelt with incorrect case, eg.
getAllowAnyCase() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to allow words spelt with incorrect case, eg.
getAllowMixedCase() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to allow words spelt with mixed case, eg.
getAllowMixedCase() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to allow words spelt with mixed case, eg.
getAllowMixedCase() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to allow words spelt with mixed case, eg.
getAllowMixedCase() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to allow words spelt with mixed case, eg.
getAllowMixedCase() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to allow words spelt with mixed case, eg.
getAmendedText() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Returns the original text sent to check() but with any alterations made through change()
getAnyMixedCase() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to allow words spelt with any case, eg.
getAssumedApplicationEncoding() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The encoding that RapidSpell will assume the application is configured to use.
getAssumedApplicationEncoding() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The encoding that RapidSpell will assume the application is configured to use.
getAssumedApplicationEncoding() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
The encoding that RapidSpell will assume the application is configured to use.
getAssumedApplicationEncoding() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The encoding that RapidSpell will assume the application is configured to use.
getAsYouTypeDelay() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getAsYouTypeDelay() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getAttribute(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
 
getAttributeNames() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getBadWordHighlightStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'bad word' highlight style.
getBadWordHighlightStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'bad word' highlight style.
getBeanDescriptor() - Method in class com.keyoti.rapidSpell.RapidSpellCheckerBeanInfo
Gets the BeanDescriptor for this bean.
getButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The HtmlInputButton shown to the user, when clicked the spell checker starts.
getButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getButtonImageMouseDown() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The button image URL.
getButtonImageMouseDown() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
 
getButtonImageMouseDown() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The button image URL.
getButtonImageMouseDown() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The button image URL.
getButtonImageMouseDown() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The button image URL.
getButtonImageMouseDown() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getButtonImageMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The button image URL.
getButtonImageMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
 
getButtonImageMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The button image URL.
getButtonImageMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The button image URL.
getButtonImageMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The button image URL.
getButtonImageMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getButtonImageMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The button image URL.
getButtonImageMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
 
getButtonImageMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The button image URL.
getButtonImageMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The button image URL.
getButtonImageMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The button image URL.
getButtonImageMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The onMouseOut of the button.
getButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The onMouseOut of the button.
getButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The onMouseOut of the button.
getButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The onMouseOut of the button.
getButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The onMouseOver of the button.
getButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The onMouseOver of the button.
getButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The onMouseOver of the button.
getButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The onMouseOver of the button.
getButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The style of the button.
getButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The style of the button.
getButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The style of the button.
getButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The style of the button.
getButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The style class of the button.
getButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The style class of the button.
getButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The style class of the button.
getButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The style class of the button.
getButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The text on the button.
getButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The text on the button.
getButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The text on the button.
getButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The text on the button.
getButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getButtonTextSpellChecking() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getButtonTextSpellChecking() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getButtonTextSpellMode() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getButtonTextSpellMode() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getCacheDictionary() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
Whether to cache the main dictionary, this will result in large performance gains.
getCacheDictionary() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
Whether to cache the main dictionary, this will result in large performance gains.
getCallBack() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The callBack URL or text box name.
getCallBack() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The callBack URL or text box name.
getChangeAllButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the change all button.
getChangeAllButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the change all button.
getChangeAllButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the change all button.
getChangeAllButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the change all button.
getChangeAllButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The change all button style.
getChangeAllButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change all button style.
getChangeAllButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Change all button style class.
getChangeAllButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change All button style.
getChangeAllButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The change all button text.
getChangeAllButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change all button text.
getChangeAllText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getChangeAllText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getChangeButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the change button.
getChangeButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the change button.
getChangeButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the change button.
getChangeButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the change button.
getChangeButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The change button style.
getChangeButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change button style.
getChangeButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Change button style class.
getChangeButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change button style.
getChangeButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The change button text.
getChangeButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change button text.
getChangeToBoxStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The text box style where the 'change to' word is displayed.
getChangeToBoxStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The text box style where the 'change to' word is displayed.
getChangeToBoxStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The text box style class where the 'change to' word is displayed.
getChangeToBoxStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The text box style class where the 'change to' word is displayed.
getChangeToLabel() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'change to' text box label
getChangeToLabel() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'change to' text box label
getChangeToLabelStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'change to' text box label style
getChangeToLabelStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'change to' text box label style
getChangeToLabelStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'change to' text box label style class
getChangeToLabelStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'change to' text box label style
getCharacterEncoding() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCheckCompoundWords() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
getCheckCompoundWords() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
getCheckCompoundWords() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
getCheckCompoundWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
getCheckCompoundWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
getCheckerEngine() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ICheckerEngine object to be used to check the text.
getCheckerEngine() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ICheckerEngine object to be used to check the text.
getCheckerEngine() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
The ICheckerEngine object to be used to check the text.
getCheckerEngine() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The ICheckerEngine object to be used to check the text.
getClientId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getClientId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getClientSideObject() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The name of the Javascript object variable representing the spell checker on the client side.
getClientSideObject() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getConsiderationRange() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Gets the factor for words to consider for suggestions.
getConsiderationRange() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Gets the factor for words to consider for suggestions.
getConsiderationRange() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the factor for words to consider for suggestions.
getConsiderationRange() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The size factor for words to consider for suggestions, lower values are faster but consider less words for suggestions.
getConsiderationRange() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The size factor for words to consider for suggestions, lower values are faster but consider less words for suggestions.
getConsiderationRange() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getConsiderationRange() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getContentLength() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentType() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getContentType() on the wrapped request object.
getCreatePopUpWindow() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether this component should create a pop-up window for the spell checker.
getCreatePopUpWindow() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether this component should create a pop-up window for the spell checker.
getCssClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
CSS class name applied to the Control CSSSheetURL must be set inorder for this to have effect inside the control.
getCssClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
CSS class name applied to the Control CSSSheetURL must be set in order for this to have effect inside the control.
getCssClassStaticOverlay() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getCssClassStaticOverlay() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getCssSheetURL() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The URL of a CSS style-sheet that should be applied to the inside of the text box.
getCssSheetURL() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
The URL of a CSS style-sheet that should be applied to the inside of the text box.
getCultureText(String) - Static method in class com.keyoti.rapidSpell.CultureText
 
getCustomAttributes() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
Any custom attributes that should be written to the tag.
getCustomAttributes() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
Any custom attributes that should be written to the tag.
getDictFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
(Optional) main dictionary (.dict) file on the server.
getDictFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
(Optional) main dictionary (.dict) file on the server.
getDictFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getDictFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getDictFilePath() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
The file to be used as the main dictionary, if this is null then the RapidSpellMDict jar is used.
getDictFilePath() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
The file to be used as the main dictionary, if this is null then the RapidSpellMDict jar is used.
getDictFilePath() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
The file to be used as the main dictionary, if this is null then the RapidSpellMDict jar is used.
getDictFilePath() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
The file path to the .dict file to use, optional.
getDictFilePath() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The file path to the .dict file to use, optional.
getEditMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getEditMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getEnableUndo() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to provide undo functionality.
getEnableUndo() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to provide undo functionality.
getEncoding() - Method in class com.keyoti.rapidSpell.UserDictionary
Gets the encoding to use
getEndPosition() - Method in class com.keyoti.rapidSpell.BadWord
Gets the position of the end of this word in the main text.
getEnterStaticSpellCheckListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getEnterStaticSpellCheckListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
GetEnumerator() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherCollection
 
getFindCapitalizedSuggestions() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to look for capitalized suggestions.
getFinishButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the finish button.
getFinishButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the finish button.
getFinishButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the finish button.
getFinishButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the finish button.
getFinishButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The finish button style.
getFinishButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The finish button style.
getFinishButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The finish button style class.
getFinishButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The Finish button style.
getFinishButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The finish button text.
getFinishButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The finish button text.
getFinishedListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
getFinishedListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
getFinishedListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
getFinishedListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
getFinishedListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getFinishedListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getFinishedOnTextBoxListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
getFinishedOnTextBoxListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
getFinishedText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The alert text shown when the spell check finishes.
getFinishedText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The alert text shown when the spell check finishes.
getFinishedText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The alert text shown when the spell check finishes.
getFinishedText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The alert text shown when the spell check finishes.
getForceDownLevelOnly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
Whether to force the control to work as if the client browser is 'down-level'.
getForceDownLevelOnly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
Whether to force the control to work as if the client browser is 'down-level'.
getGlobalChangeAll() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Whether change all operations should be global.
getGlobalChangeAll() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Whether change all operations should be global.
getGlobalIgnoreAll() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Whether ignore all operations should be global.
getGlobalIgnoreAll() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Whether ignore all operations should be global.
getGuiLanguage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The Gui Language.
getGuiLanguage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The Gui Language.
getGuiLanguage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The Gui Language.
getGuiLanguage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The UI language.
getGuiLanguage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The Gui Language.
getGuiLanguage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getHeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getHeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getIcon(int) - Method in class com.keyoti.rapidSpell.RapidSpellCheckerBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getId() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getIgnoreAllButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the ignoreAll button.
getIgnoreAllButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the ignoreAll button.
getIgnoreAllButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the ignoreAll button.
getIgnoreAllButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the ignoreAll button.
getIgnoreAllButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ignore all button style.
getIgnoreAllButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ignore all button style.
getIgnoreAllButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Ignore all button style class.
getIgnoreAllButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The Ignore all button style.
getIgnoreAllButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ignore all button text.
getIgnoreAllButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ignore all button text.
getIgnoreAllMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getIgnoreAllMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getIgnoreButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the ignore button.
getIgnoreButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the ignore button.
getIgnoreButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the ignore button.
getIgnoreButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the ignore button.
getIgnoreButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ignore button style.
getIgnoreButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ignore button style.
getIgnoreButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Ignore button style class.
getIgnoreButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The Ignore button style.
getIgnoreButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ignore button text.
getIgnoreButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ignore button text.
getIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Gets whether to ignore words that start with capital letters.
getIgnoreCapitalizedWords() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, gets whether to ignore words that start with capital letters.
getIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets whether to ignore words that start with capital letters.
getIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to ignore words with capital letters.
getIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to ignore words with capital letters.
getIgnoreEmptyTextBoxes() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to ignore text boxes that are empty.
getIgnoreEmptyTextBoxes() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Whether to ignore text boxes that are empty.
getIgnoreWordsWithDigits() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to ignore words with digits in them.
getIgnoreWordsWithDigits() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to ignore words with digits in them.
getIgnoreWordsWithDigits() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to ignore words with digits in them.
getIgnoreWordsWithDigits() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to ignore words with digits in them.
getIgnoreXML() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to ignore XML tags in the text.
getIgnoreXML() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, gets whether to ignore XML tags in the text.
getIgnoreXML() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to ignore XML/HTML tags, should be set true for 'rich HTML text box' support, false by default.
getIgnoreXML() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to ignore XML/HTML tags, false by default.
getIgnoreXML() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to ignore XML/HTML tags, false by default.
getIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Gets whether the user dictionary should be used in finding suggestions for misspelt words.
getIncludeUserDictionaryInSuggestions() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, gets whether the user dictionary should be used in finding suggestions for misspelt words.
getIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets whether the user dictionary should be used in finding suggestions for misspelt words.
getIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether the user dictionary should be used in finding suggestions for misspelt words.
getIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether the user dictionary should be used in finding suggestions for misspelt words.
getInputStream() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getInputStream() on the wrapped request object.
getIntFor(String) - Static method in class com.keyoti.rapidSpell.web.TextComponentInterfaceType
Returns the int identifier for a string, if the string is not recognised Standard is returned.
getLanguageNameFromType(int) - Static method in class com.keyoti.rapidSpell.LanguageType
Opposite of getLanguageTypeFromString
getLanguageParser() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Gets the type of language parsing to use.
getLanguageParser() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
The type of language parsing to use.
getLanguageParser() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the type of language parsing to use.
getLanguageParser() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The type of language parsing to use.
getLanguageParser() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The type of language parsing to use.
getLanguageParser() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The type of language parsing to use.
getLanguageParser() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getLanguageTypeFromString(String) - Static method in class com.keyoti.rapidSpell.LanguageType
Returns the LanguageType int from a String, lang may be in any case.
getLayout() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Html layout template, use this to customise layout, using the following layout identifiers; <PreviewPane/> <IgnoreButton/> <IgnoreAllButton/> <ChangeButton/> <ChangeAllButton/> <FinishButton/> <ChangeToLabel/> <ChangeToBox/> <UndoButton/> <SuggestionsLabel/> <SuggestionsBox/> <AddButton/> These MUST be on lines by themselves, with no other characters.
getLayout() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The Html layout template, use this to customise layout, using the following layout identifiers; <PreviewPane/> <IgnoreButton/> <IgnoreAllButton/> <ChangeButton/> <ChangeAllButton/> <UndoButton/> <FinishButton/> <ChangeToLabel/> <ChangeToBox/> <SuggestionsLabel/> <SuggestionsBox/> <AddButton/> These MUST be on lines by themselves, with no other characters.
getLeaveStaticSpellCheckListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getLeaveStaticSpellCheckListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getLeaveWindowOpenForUndo() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
getLeaveWindowOpenForUndo() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
getLeaveWindowOpenForUndo() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
getLeaveWindowOpenForUndo() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
getLegacyUserDictionaryMode() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Whether to run in legacy user dictionary mode, note this is not advised due to a scripting injection vulnerability.
getLegacyUserDictionaryModeEnabled() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Whether to run in legacy user dictionary mode, note this is not advised due to a scripting injection vulnerability
getLicenseKey() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The license key.
getLicenseKey() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The license key.
getLicenseKey() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
The license key.
getLicenseKey() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The license key.
getLocalAddr() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
getLocale() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocales() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocalName() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getLocalName() on the wrapped request object.
getLocalPort() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getLocalPort() on the wrapped request object.
getLookIntoHyphenatedText() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
getLookIntoHyphenatedText() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
getLookIntoHyphenatedText() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
getLookIntoHyphenatedText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
getLookIntoHyphenatedText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
getMaximumAnagramLength() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the longest word length to find anagrams for.
getMaxLength() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getMaxLength() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getModal() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether the popup will be modal.
getModal() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether the popup will be modal.
getModalHelperPage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The URL of the RapidSpellModalHelper.html page, used when modal=true
getModalHelperPage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The URL of the RapidSpellModalHelper.html page, used when modal=true
getMode() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The mode to use RapidSpell Web in, can be "popup" or "separate".
getMode() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The mode to use RapidSpell Web in, can be "popup" or "separate".
getName() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The 'name' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getName() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
The 'name' of this tag, this should be set to differentiate between tags when more than one is present on a page.
getNameFor(int) - Static method in class com.keyoti.rapidSpell.web.TextComponentInterfaceType
Returns the string name for an int identifier, if the identifier is not recognised "Standard" is returned.
getNextWord() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Returns the next word in the text.
getNoErrorsText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The alert text shown when the spell check finishes with no spelling errors found.
getNoErrorsText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The alert text shown when the spell check finishes with no spelling errors found.
getNoSpellErrorsText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getNoSpellErrorsText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getNoSuggestionsMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getNoSuggestionsMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getOptimization() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the optimization method to use.
getPageAttribute(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Better simulates .NET Page.Request.Form.Get behaviour
getPageAttribute(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
Better simulates .NET Page.Request.Form.Get behaviour
getParameter(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
Used by RSWEB --------------------------------------------------------------------------------------
getParameterMap() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getParameterMap() on the wrapped request object.
getParameterNames() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getParameterNames() on the wrapped request object.
getParameterValues(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
getPopUpWindowName() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
If this component doesn't create a pop-up window for the spell checker (and is in popup mode) this specifies the name of an existing window to put the spell checker in.
getPopUpWindowName() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
If this component doesn't create a pop-up window for the spell checker (and is in popup mode) this specifies the name of an existing window to put the spell checker in.
getPreviewPaneCSSLinkURL() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The URL of the stylesheet to use in the preview pane.
getPreviewPaneHeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'preview pane' height, this defines the height of the inner frame that shows the document preview during spell checking.
getPreviewPaneHeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'preview pane' height, this defines the height of the inner frame that shows the document preview during spell checking.
getPreviewPaneStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'preview pane' style, this defines the style of the inner frame that shows the document preview during spell checking.
getPreviewPaneStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'preview pane' style, this defines the style of the inner frame that shows the document preview during spell checking.
getPreviewPaneWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'preview pane' width, this defines the width of the inner frame that shows the document preview during spell checking.
getPreviewPaneWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'preview pane' width, this defines the width of the inner frame that shows the document preview during spell checking.
getProtocol() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getProtocol() on the wrapped request object.
getRapidSpellWebLaunchers() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The ID's of the RapidSpellWebLauncher controls to start when the button is clicked.
getRapidSpellWebLaunchers() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The ID's of the RapidSpellWebLauncher controls to start when the button is clicked.
getRapidSpellWebPage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The URL of the page holding the RapidSpellWeb control.
getRapidSpellWebPage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The URL of the page holding the RapidSpellWeb control.
getRapidSpellWInlineHelperPage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The URL of the page holding the RapidSpellWInlineHelper tag.
getRapidSpellWInlineHelperPage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getReader() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getReader() on the wrapped request object.
getRealPath(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
Deprecated.  
getReason() - Method in class com.keyoti.rapidSpell.BadWord
 
getRemoteAddr() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
Used by RSWEB --------------------------------------------------------------------------------------
getRemoteHost() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
getRemotePort() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getRemotePort() on the wrapped request object.
getRemoveDuplicateMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getRemoveDuplicateMenuText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getRequestDispatcher(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
getRequestParameter(String, ServletRequest, String) - Static method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Reads a request param.
getResponseTimeout() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getResponseTimeout() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getResponseTimeoutMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getResponseTimeoutMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getRSMultipleID() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The ID property of the RapidSpellWebMultiple (if used)
getRSMultipleID() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The ID property of the RapidSpellWebMultiple (if used)
getRsMultipleID() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getRsMultipleID() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getRunSpellCheckFunctionJS() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getScheme() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getScheme() on the wrapped request object.
getScriptFilterLevel() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Level of filtration.
getScriptFilterLevel() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Level of filtration.
getSeparateHyphenWords() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets whether to treat hyphenated (-) words as separate words, default is false.
getSeparateHyphenWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to treat hyphenated (-) words as separate words, default is false.
getSeparateHyphenWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to treat hyphenated (-) words as separate words, default is false.
getServerName() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
Used by RSWEB --------------------------------------------------------------------------------------
getServerPort() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return getServerPort() on the wrapped request object.
getServletInfo() - Method in class com.keyoti.rapidSpell.web.ControlServlet
Returns a short description of the servlet.
getSharedDictionary() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to use one shared dictionary amongst all RapidSpell instances under this VM.
getShowButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to show the button.
getShowButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to show the button.
getShowButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to show the launcher button (set to false to hide button/images).
getShowButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Whether to show the launcher button (set to false to hide button/images).
getShowFinishedMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to show the popup dialog at the end of the spell check.
getShowFinishedMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to show the popup dialog at the end of the spell check.
getShowFinishedMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to show the popup dialog at the end of the spell check.
getShowFinishedMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Whether to show the popup dialog at the end of the spell check.
getShowNoErrorsMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to show the popup dialog if there were no errors in the text.
getShowNoErrorsMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to show the popup dialog if there were no errors in the text.
getShowXMLTags() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to show XML/HTML tags in the preview window, false by default.
getShowXMLTags() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to show XML/HTML tags in the preview window, false by default.
getSSLFriendly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
getSSLFriendly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
getSSLFriendly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
getSSLFriendly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
getSSLFriendly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
getSSLFriendly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
getSslFriendlyPage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getSslFriendlyPage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getStartedOnTextBoxListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The name of a JavaScript function (without brackets) that should be called when spell checking is started, per text box.
getStartedOnTextBoxListener() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The name of a JavaScript function (without brackets) that should be called when spell checking is started, per text box.
getStartPosition() - Method in class com.keyoti.rapidSpell.BadWord
Gets the position of the start of this word in the main text.
getStyleBackColor() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleBackColor() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleBorderColor() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleBorderColor() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleBorderStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleBorderStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleBorderWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleBorderWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleFontFamily() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleFontFamily() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleFontSize() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleFontSize() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleFontStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleFontStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleFontTextDecoration() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleFontTextDecoration() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleFontWeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleFontWeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleForeColor() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleForeColor() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleLeft() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleLeft() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStylePosition() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStylePosition() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleTop() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleTop() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getStyleZIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getStyleZIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getSuggestionsBoxStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The selection box style where the suggestions are displayed.
getSuggestionsBoxStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The selection box style where the suggestions are displayed.
getSuggestionsBoxStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The selection box style class where the suggestions are displayed.
getSuggestionsBoxStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The selection box style where the suggestions are displayed.
getSuggestionsLabel() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'suggestions' box label.
getSuggestionsLabel() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'suggestions' box label
getSuggestionsLabelStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'suggestions' box label style
getSuggestionsLabelStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'suggestions' box label style
getSuggestionsLabelStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'suggestions' box label style class.
getSuggestionsLabelStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'change to' text box label style
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Gets the suggestions method, where method is an integer identifier.
getSuggestionsMethod() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, sets the suggestions method, where method is an integer identifier.
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the suggestions method to use.
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Suggestions method to use.
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Suggestions method to use.
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getSuggestSplitWords() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to check for joined words when looking for suggestions.
getSuggestSplitWords() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to check for joined words when looking for suggestions.
getSuggestSplitWords() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to check for joined words when looking for suggestions.
getTabIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The tab order of the control.
getTabIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The tab order of the control.
getTabIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The tab order of the control.
getTabIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
getTabIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getTabIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getTabIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getTabIndex() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The text content of the textbox.
getText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getTextComponentID() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The HTML 'id' of the textarea to spell check.
getTextComponentID() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getTextComponentInterface() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The text box interface to be used.
getTextComponentInterface() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The text box interface to be used.
getTextComponentInterface() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The text box interface to be used.
getTextComponentInterface() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
The text box interface to be used.
getTextComponentName() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The form and name of the text component to be checked on the form.
getTextComponentName() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The form and name of the text component to be checked on the form.
getUndoButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the undo button.
getUndoButtonOnMouseOut() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the undo button.
getUndoButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the undo button.
getUndoButtonOnMouseOver() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the undo button.
getUndoButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The undo button style.
getUndoButtonStyle() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The undo button style.
getUndoButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Undo button style class.
getUndoButtonStyleClass() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The undo button style.
getUndoButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The undo button text.
getUndoButtonText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The undo button text.
getUserDictionary() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
The user dictionary, this should be null if no user dictionary is being used.
getUserDictionary() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Gets the user dictionary.
getUserDictionary() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the user dictionary to use.
getUserDictionary() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
A UserDictionary object to be used as a user dictionary.
getUserDictionary() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
A UserDictionary object to be used as a user dictionary.
getUserDictionaryFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
A path to the file to be used as a user dictionary.
getUserDictionaryFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
A path to the file to be used as a user dictionary.
getUserDictionaryFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The user dictionary file on the server for the user.
getUserDictionaryFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The user dictionary file on the server for the user.
getUserDictionaryFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
getUserDictionaryFile() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
getUseSmoothTransitions() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to use smooth transitions between text boxes.
getUseSmoothTransitions() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Whether to use smooth transitions between text boxes.
getVersion() - Static method in class com.keyoti.rapidSpell.web.Version
Returns a String representation of the Version format: "Product m.r.m-(status)*" status is omitted for stable releases for no-release-versions, an asterisk is append to the Version-String to denote the volatile character of the version.
getVisible() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getVisible() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getWarnDuplicates() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to treat duplicate words as errors (eg.
getWarnDuplicates() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to treat duplicate words as errors (eg.
getWarnDuplicates() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to treat duplicate words as errors (eg.
getWarnDuplicates() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to treat duplicate words as errors (eg.
getWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
getWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
getWindowHeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Sets the window height (in pixels), when used in Mode=popup.
getWindowHeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Sets the window height (in pixels), when used in Mode=popup.
getWindowHeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Sets the window height (in pixels), when used in Mode=popup.
getWindowHeight() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Sets the window height (in pixels), when used in Mode=popup.
getWindowWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Sets the window width (in pixels), when used in Mode=popup.
getWindowWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Sets the window width (in pixels), when used in Mode=popup.
getWindowWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Sets the window width (in pixels), when used in Mode=popup.
getWindowWidth() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Sets the window width (in pixels), when used in Mode=popup.
getWindowX() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Sets the window X position (in pixels), when used in Mode=popup (set to -1 to not specify).
getWindowX() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Sets the window X position (in pixels), when used in Mode=popup (set to -1 to not specify).
getWindowX() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Sets the window X position (in pixels), when used in Mode=popup.
getWindowX() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Sets the window X position (in pixels), when used in Mode=popup.
getWindowY() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Sets the window Y position (in pixels), when used in Mode=popup (set to -1 to not specify).
getWindowY() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Sets the window Y position (in pixels), when used in Mode=popup (set to -1 to not specify).
getWindowY() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Sets the window Y position (in pixels), when used in Mode=popup.
getWindowY() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Sets the window Y position (in pixels), when used in Mode=popup.
getWord() - Method in class com.keyoti.rapidSpell.BadWord
Gets the String of this bad word.
getWordEnd() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the current word's end index in the text
getWordIterator() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
The word iterator used to break strings into words.
getWordStart() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the current word's start index in the text
Globals - Class in com.keyoti.rapidSpell.web
 
Globals() - Constructor for class com.keyoti.rapidSpell.web.Globals
 

H

HASHING_SUGGESTIONS - Static variable in class com.keyoti.rapidSpell.RapidSpellChecker
Indicator for suggestion method (Hashing is default).
HtmlSelect - Class in com.keyoti.rapidSpell.web
Html select box
HtmlSelect() - Constructor for class com.keyoti.rapidSpell.web.HtmlSelect
 
HTMLTextBox - Static variable in class com.keyoti.rapidSpell.web.TextComponentInterfaceType
Use 'HTMLTextBox' for some rich html text boxes (IE5+).

I

ICheckerEngine - Interface in com.keyoti.rapidSpell
Defines the interface required for a class to be used as a checker engine.
ignoreAll(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Marks word to be ignored in rest of the text.
ignoreAll(String) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Marks word to be ignored in rest of the text.
ignoreAll(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Marks word to be ignored in rest of the text
ignoreList - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
Vector of words to be ignored.
ignoreXML - Variable in class com.keyoti.rapidSpell.AdvancedTextBoundary
Whether to ignore XML/HTML tags, false by default.
Internal - Static variable in class com.keyoti.rapidSpell.web.ClientFilesLocation
 
isAllowMixedCase() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isAllowMixedCase() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isAtNonWhiteSpace(int) - Method in class com.keyoti.rapidSpell.AdvancedTextBoundary
 
isChangeButtonTextWithState() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isChangeButtonTextWithState() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isCheckAsYouType() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isCheckAsYouType() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isCheckAsYouTypeOnPageLoad() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isCheckAsYouTypeOnPageLoad() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isCheckCompoundWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isCheckCompoundWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isCopyComputedStyleToOverlay() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isCopyComputedStyleToOverlay() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isDoubleClickSwitchesMode() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isDoubleClickSwitchesMode() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isDownLevel() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
Whether the control is running for a 'down level' (old) browser and therefore reduced functionality.
isEnabled() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
isEnabled() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
isEnterEditModeWhenNoMoreErrors() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isEnterEditModeWhenNoMoreErrors() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isExternal() - Method in class com.keyoti.rapidSpell.web.ClientFilesLocation
 
isForceDownLevelOnly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
isIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isIgnoreWordsWithDigits() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isIgnoreWordsWithDigits() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isIgnoreXML() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isIgnoreXML() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isInternal() - Method in class com.keyoti.rapidSpell.web.ClientFilesLocation
 
isLookIntoHyphenatedText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isLookIntoHyphenatedText() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isMultiline() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
Whether to show in multiline mode, if not will be single line.
isMultiline() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
isReadOnly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
isReadOnly() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
isRightClickForMenu() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isRightClickForMenu() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isSecure() - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return isSecure() on the wrapped request object.
isSeparateHyphenWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isSeparateHyphenWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isShowAddItemAlways() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isShowAddItemAlways() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isShowButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isShowButton() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isShowChangeAllItem() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isShowChangeAllItem() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isShowEditItem() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isShowEditItem() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isShowNoErrorsMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isShowNoErrorsMessage() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isSuggestSplitWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isSuggestSplitWords() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isUserDictionaryFileAllowed(File, ArrayList, ServletContext) - Static method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
 
isUseXMLHTTPWhenAvailable() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isUseXMLHTTPWhenAvailable() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isV2Parser() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isV2Parser() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
isValid() - Method in class com.keyoti.rapidSpell.UserDictionary
Returns if the dictionary file is valid.
isValid() - Method in class com.keyoti.rapidSpell.web.CookieUserDictionary
Returns if the dictionary file is valid.
isWarnDuplicates() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
isWarnDuplicates() - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
ITALIAN - Static variable in class com.keyoti.rapidSpell.LanguageType
Italian.
items - Variable in class com.keyoti.rapidSpell.web.HtmlSelect
The items in this select box

L

Label - Class in com.keyoti.rapidSpell.web
Html Label
Label() - Constructor for class com.keyoti.rapidSpell.web.Label
Create a Html label
LanguageType - Class in com.keyoti.rapidSpell
Language type identifiers.
LanguageType() - Constructor for class com.keyoti.rapidSpell.LanguageType
 
lookUp(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Checks if query is in the word dictionary.
lookUpMainDictionary(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Checks if query is in the word dictionary - returns true if doesnt start with a letter of apostrophe
lookUpUserDictionary(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Look up the query in the user dictionary if it exists

M

main(String[]) - Static method in class com.keyoti.rapidSpell.Test
 
makeRealPath(ServletContext, String) - Static method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
 
multiple - Variable in class com.keyoti.rapidSpell.web.HtmlSelect
 

N

nextBadWord() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Gets the next bad word in the list that was identified by check.
nextBadWord() - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Gets the next bad word in the list that was identified by Check.
nextBadWord() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Returns the next mis-spelt word in the text, as a BadWord object.
NoCurrentBadWordException - Exception in com.keyoti.rapidSpell
Thrown if nextBadWord() has not been run first and found a mis-spelt word
nullSharedDictionary() - Static method in class com.keyoti.rapidSpell.RapidSpellChecker
This will null the shared dictionary, allowing it to be GC'ed.

O

OnInit(Writer, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
OnPreRender(Writer, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
OnPreRender(Writer, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
Called during the pre-render page cycle.
OPTIMIZE_FOR_MEMORY - Static variable in class com.keyoti.rapidSpell.RapidSpellChecker
Indicator for optimization (OPTIMIZE_FOR_SPEED only works with PHONETIC_SUGGESTIONS method).
OPTIMIZE_FOR_SPEED - Static variable in class com.keyoti.rapidSpell.RapidSpellChecker
Indicator for optimization (OPTIMIZE_FOR_SPEED only works with PHONETIC_SUGGESTIONS method).
optimizeForMemory - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to optimize suggestion finding for memory instead of speed.

P

PHONETIC_SUGGESTIONS - Static variable in class com.keyoti.rapidSpell.RapidSpellChecker
Indicator for suggestion method (Hashing is default).
PORTUGUESE - Static variable in class com.keyoti.rapidSpell.LanguageType
Portuguese (Not supported yet).
preceding(int) - Method in class com.keyoti.rapidSpell.AdvancedTextBoundary
 
previousWord - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
 
processRequest(HttpServletRequest, HttpServletResponse) - Method in class com.keyoti.rapidSpell.web.ControlServlet
Processes requests for both HTTP GET and POST methods.

R

RapidSpellChecker - Class in com.keyoti.rapidSpell
Checks a text string for spelling errors and makes suggested corrections.
RapidSpellChecker() - Constructor for class com.keyoti.rapidSpell.RapidSpellChecker
Creates a RapidSpellChecker, with no user dictionary.
RapidSpellChecker(String) - Constructor for class com.keyoti.rapidSpell.RapidSpellChecker
Creates a RapidSpellChecker, with no user dictionary.
RapidSpellCheckerBeanInfo - Class in com.keyoti.rapidSpell
JavaBean configuration information.
RapidSpellCheckerBeanInfo() - Constructor for class com.keyoti.rapidSpell.RapidSpellCheckerBeanInfo
 
RapidSpellWeb - Class in com.keyoti.rapidSpell.web
RapidSpell Web tag, this is the actual dialog spell checker tag (see RapidSpellWebBean for underlying logic).
RapidSpellWeb() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWeb
 
RapidSpellWebBean - Class in com.keyoti.rapidSpell.web
RapidSpell Web Bean, returns html for the actual spell checker, this is useful for Servlets.
RapidSpellWebBean() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWebBean
 
RapidSpellWebLauncher - Class in com.keyoti.rapidSpell.web
RapidSpell Web Launcher Tag, shows a button/image that launches the spell checker
RapidSpellWebLauncher() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Creates a RapidSpell Launcher
RapidSpellWebLauncherBean - Class in com.keyoti.rapidSpell.web
RapidSpell Web Launcher Bean, returns html that shows a button which launches the spell checker, useful for Servlets
RapidSpellWebLauncherBean() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
 
RapidSpellWebLauncherCollection - Class in com.keyoti.rapidSpell.web
 
RapidSpellWebLauncherCollection() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWebLauncherCollection
 
RapidSpellWebLauncherCollection(String) - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWebLauncherCollection
 
RapidSpellWebMultiple - Class in com.keyoti.rapidSpell.web
RapidSpell Web Multiple Tag, shows a button that launches multiple RapidSpellWebLaunchers consecutively.
RapidSpellWebMultiple() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Creates a RapidSpell Launcher
RapidSpellWebMultipleBean - Class in com.keyoti.rapidSpell.web
RapidSpell Web Multiple Bean, returns html that shows a button which launches multiple spell checkers, useful for Servlets
RapidSpellWebMultipleBean() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Creates a RapidSpellWebMultiple
RapidSpellWInline - Class in com.keyoti.rapidSpell.web
RapidSpellWInline Tag, shows a button/image that launches the spell checker
RapidSpellWInline() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWInline
Creates a RapidSpell Launcher
RapidSpellWInlineBean - Class in com.keyoti.rapidSpell.web
 
RapidSpellWInlineBean() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
RapidSpellWInlineHelper - Class in com.keyoti.rapidSpell.web
RapidSpellWInlineHelper Tag, performs spell check in AJAX requests
RapidSpellWInlineHelper() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
Creates a RapidSpell Launcher
RapidSpellWInlineHelperBean - Class in com.keyoti.rapidSpell.web
 
RapidSpellWInlineHelperBean() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
 
RapidSpellWInlineTextBox - Class in com.keyoti.rapidSpell.web
RapidSpellWInlineTextBox Tag, shows a text box capable of dynamic inline spell checking
RapidSpellWInlineTextBox() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
Creates a RapidSpell Launcher
RapidSpellWInlineTextBoxBean - Class in com.keyoti.rapidSpell.web
 
RapidSpellWInlineTextBoxBean() - Constructor for class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
readAll(ArrayList) - Method in class com.keyoti.rapidSpell.UserDictionary
Read the dictionary word list into list
readAll(ArrayList) - Method in class com.keyoti.rapidSpell.web.CookieUserDictionary
Read the dictionary word list into list
readUserDictionaryLockDownDirs(ServletContext) - Static method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
 
REASON_DUPLICATE - Static variable in class com.keyoti.rapidSpell.BadWord
BadWord reason, duplicate word occurance.
REASON_SPELLING - Static variable in class com.keyoti.rapidSpell.BadWord
BadWord reason, incorrect spelling.
Remove(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherCollection
 
removeAllDictionaries() - Static method in class com.keyoti.rapidSpell.DictionaryCache
 
removeAttribute(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
removeDictionary(String) - Static method in class com.keyoti.rapidSpell.DictionaryCache
 
Render(Writer) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
 
Render(Writer, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
renderControl(Writer) - Method in class com.keyoti.rapidSpell.web.HtmlSelect
Renders this object to Jsp output.
renderControl(Writer) - Method in class com.keyoti.rapidSpell.web.Label
Renders this object to Jsp output.
RenderEndTag(Writer, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
replace(String, String, String) - Static method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
 
resourceURL(String, ClientFilesLocation) - Static method in class com.keyoti.rapidSpell.web.Globals
Used internally
RSButton - Class in com.keyoti.rapidSpell.web
RapidSpell button
RSButton(String) - Constructor for class com.keyoti.rapidSpell.web.RSButton
 
RSButton() - Constructor for class com.keyoti.rapidSpell.web.RSButton
 
RSText - Class in com.keyoti.rapidSpell.web
Html text box
RSText() - Constructor for class com.keyoti.rapidSpell.web.RSText
Initializes a new instance of the RSText class

S

setAddButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the add button.
setAddButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the add button.
setAddButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the add button.
setAddButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the add button.
setAddButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The add button style.
setAddButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The add button style.
setAddButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The add button style.
setAddButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The add button style.
setAddButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The add button text.
setAddButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The add button text.
setAddMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setAddMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setAllowAnyCase(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to allow words spelt with any case, eg.
setAllowAnyCase(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to allow words spelt with incorrect case, eg.
setAllowAnyCase(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to allow words spelt with incorrect case, eg.
setAllowAnyCase(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to allow words spelt with incorrect case, eg.
setAllowMixedCase(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to allow words spelt with mixed case, eg.
setAllowMixedCase(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to allow words spelt with mixed case, eg.
setAllowMixedCase(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to allow words spelt with mixed case, eg.
setAllowMixedCase(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to allow words spelt with mixed case, eg.
setAllowMixedCase(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to allow words spelt with mixed case, eg.
setAllowMixedCase(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setAllowMixedCase(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setAnyMixedCase(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to allow words spelt with any case, eg.
setAssumedApplicationEncoding(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The encoding that RapidSpell will assume the application is configured to use.
setAssumedApplicationEncoding(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The encoding that RapidSpell will assume the application is configured to use.
setAssumedApplicationEncoding(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
The encoding that RapidSpell will assume the application is configured to use.
setAssumedApplicationEncoding(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The encoding that RapidSpell will assume the application is configured to use.
setAsYouTypeDelay(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setAsYouTypeDelay(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setAttribute(String, Object) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
setBadWordHighlightStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'bad word' highlight style.
setBadWordHighlightStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'bad word' highlight style.
setBodyContent(BodyContent) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setButton(RSButton) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setButton(RSButton) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setButtonImageMouseDown(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The button image URL.
setButtonImageMouseDown(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
 
setButtonImageMouseDown(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setButtonImageMouseDown(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setButtonImageMouseDown(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The button image URL.
setButtonImageMouseDown(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setButtonImageMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The button image URL.
setButtonImageMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
 
setButtonImageMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setButtonImageMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setButtonImageMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The button image URL.
setButtonImageMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setButtonImageMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The button image URL.
setButtonImageMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
 
setButtonImageMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setButtonImageMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setButtonImageMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The button image URL.
setButtonImageMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The onMouseOut of the button.
setButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The onMouseOut of the button.
setButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The onMouseOut of the button.
setButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The onMouseOut of the button.
setButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The onMouseOver of the button.
setButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The onMouseOver of the button.
setButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The onMouseOver of the button.
setButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The onMouseOver of the button.
setButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The style of the button.
setButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The style of the button.
setButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The style of the button.
setButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The style of the button.
setButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The style class of the button.
setButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The style class of the button.
setButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The style class of the button.
setButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The style class of the button.
setButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The text on the button.
setButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The text on the button.
setButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The text on the button.
setButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The text on the button.
setButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setButtonTextSpellChecking(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setButtonTextSpellChecking(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setButtonTextSpellMode(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setButtonTextSpellMode(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setCacheDictionary(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
Whether to cache the main dictionary, this will result in large performance gains.
setCacheDictionary(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
Whether to cache the main dictionary, this will result in large performance gains.
setCallBack(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The callBack URL or text box name.
setCallBack(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The callBack URL or text box name.
setChangeAllButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the change all button.
setChangeAllButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the change all button.
setChangeAllButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the change all button.
setChangeAllButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the change all button.
setChangeAllButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The change all button style.
setChangeAllButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change all button style.
setChangeAllButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Change all button style class.
setChangeAllButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change All button style.
setChangeAllButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The change all button text.
setChangeAllButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change all button text.
setChangeAllText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setChangeAllText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setChangeButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the change button.
setChangeButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the change button.
setChangeButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the change button.
setChangeButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the change button.
setChangeButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The change button style.
setChangeButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change button style.
setChangeButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Change button style class.
setChangeButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change button style.
setChangeButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The change button text.
setChangeButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The change button text.
setChangeButtonTextWithState(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setChangeButtonTextWithState(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setChangeToBoxStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The text box style where the 'change to' word is displayed.
setChangeToBoxStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The text box style where the 'change to' word is displayed.
setChangeToBoxStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The text box style class where the 'change to' word is displayed.
setChangeToBoxStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The text box style class where the 'change to' word is displayed.
setChangeToLabel(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'change to' text box label
setChangeToLabel(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'change to' text box label
setChangeToLabelStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'change to' text box label style
setChangeToLabelStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'change to' text box label style
setChangeToLabelStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'change to' text box label style class
setChangeToLabelStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'change to' text box label style
setCharacterEncoding(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
The default behavior of this method is to set the character encoding on the wrapped request object.
setCheckAsYouType(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setCheckAsYouType(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setCheckAsYouTypeOnPageLoad(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setCheckAsYouTypeOnPageLoad(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setCheckCompoundWords(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
setCheckCompoundWords(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
setCheckCompoundWords(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
setCheckCompoundWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
setCheckCompoundWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
setCheckCompoundWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setCheckCompoundWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setCheckerEngine(ICheckerEngine) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ICheckerEngine object to be used to check the text.
setCheckerEngine(ICheckerEngine) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ICheckerEngine object to be used to check the text.
setCheckerEngine(ICheckerEngine) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
The ICheckerEngine object to be used to check the text.
setCheckerEngine(ICheckerEngine) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The ICheckerEngine object to be used to check the text.
setConsiderationRange(int) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the breadth of the suggestions search.
setConsiderationRange(int) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, sets the breadth of the suggestions search.
setConsiderationRange(int) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the factor for words to consider for suggestions, Should be O(100), lower values are faster but consider less words for suggestions.
setConsiderationRange(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The size factor for words to consider for suggestions, lower values are faster but consider less words for suggestions.
setConsiderationRange(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The size factor for words to consider for suggestions, lower values are faster but consider less words for suggestions.
setConsiderationRange(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setConsiderationRange(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setCopyComputedStyleToOverlay(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setCopyComputedStyleToOverlay(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setCreatePopUpWindow(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether this component should create a pop-up window for the spell checker.
setCreatePopUpWindow(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether this component should create a pop-up window for the spell checker.
setCssClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
CSS class name applied to the Control CSSSheetURL must be set inorder for this to have effect inside the control.
setCssClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
CSS class name applied to the Control CSSSheetURL must be set in order for this to have effect inside the control.
setCssClassStaticOverlay(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setCssClassStaticOverlay(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setCssSheetURL(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The URL of a CSS style-sheet that should be applied to the inside of the text box.
setCssSheetURL(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
The URL of a CSS style-sheet that should be applied to the inside of the text box.
setCustomAttributes(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
Any custom attributes that should be written to the tag.
setCustomAttributes(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
Any custom attributes that should be written to the tag.
setDictFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
(Optional) main dictionary (.dict) file on the server.
setDictFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
(Optional) main dictionary (.dict) file on the server.
setDictFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setDictFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setDictFilePath(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
The file to be used as the main dictionary, if this is null then the RapidSpellMDict jar is used.
setDictFilePath(String) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
The file to be used as the main dictionary, if this is null then the RapidSpellMDict jar is used.
setDictFilePath(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
The file to be used as the main dictionary, if this is null then the RapidSpellMDict jar is used.
setDictFilePath(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
The file path to the .dict file to use, optional.
setDictFilePath(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The file path to the .dict file to use, optional.
setDictFileStream(InputStream, String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Passes a Dict file as a stream, to be used for the main dictionary.
setDoubleClickSwitchesMode(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setDoubleClickSwitchesMode(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setEditMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setEditMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setEnabled(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setEnabled(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setEnableUndo(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to provide undo functionality.
setEnableUndo(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to provide undo functionality.
setEncoding(String) - Method in class com.keyoti.rapidSpell.UserDictionary
Sets the encoding to use
setEnterEditModeWhenNoMoreErrors(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setEnterEditModeWhenNoMoreErrors(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setEnterStaticSpellCheckListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setEnterStaticSpellCheckListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setFindCapitalizedSuggestions(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to look for capitalized suggestions.
setFinishButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the finish button.
setFinishButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the finish button.
setFinishButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the finish button.
setFinishButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the finish button.
setFinishButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The finish button style.
setFinishButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The finish button style.
setFinishButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The finish button style class.
setFinishButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The Finish button style.
setFinishButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The finish button text.
setFinishButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The finish button text.
setFinishedListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
setFinishedListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
setFinishedListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
setFinishedListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setFinishedListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setFinishedListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setFinishedOnTextBoxListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
setFinishedOnTextBoxListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setFinishedText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The alert text shown when the spell check finishes.
setFinishedText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The alert text shown when the spell check finishes.
setFinishedText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The alert text shown when the spell check finishes.
setFinishedText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The alert text shown when the spell check finishes.
setForceDownLevelOnly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
Whether to force the control to work as if the client browser is 'down-level'.
setForceDownLevelOnly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
Whether to force the control to work as if the client browser is 'down-level'.
setGlobalChangeAll(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Whether change all operations should be global.
setGlobalChangeAll(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Whether change all operations should be global.
setGlobalIgnoreAll(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Whether ignore all operations should be global.
setGlobalIgnoreAll(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Whether ignore all operations should be global.
setGuiLanguage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The Gui Language, value should be one of "ENGLISH", "FRENCH" etc.
setGuiLanguage(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The Gui Language, value should be one of LanguageType.ENGLISH, LanguageType.FRENCH etc.
setGuiLanguage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The Gui Language, value should be one of "ENGLISH", "FRENCH" etc.
setGuiLanguage(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setGuiLanguage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The Gui Language, value should be one of "ENGLISH", "FRENCH" etc.
setGuiLanguage(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setHeight(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setHeight(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setId(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setIgnoreAllButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the ignoreAll button.
setIgnoreAllButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the ignoreAll button.
setIgnoreAllButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the ignoreAll button.
setIgnoreAllButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the ignoreAll button.
setIgnoreAllButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ignore all button style.
setIgnoreAllButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ignore all button style.
setIgnoreAllButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Ignore all button style class.
setIgnoreAllButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The Ignore all button style.
setIgnoreAllButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ignore all button text.
setIgnoreAllButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ignore all button text.
setIgnoreAllMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setIgnoreAllMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setIgnoreButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the ignore button.
setIgnoreButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the ignore button.
setIgnoreButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the ignore button.
setIgnoreButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the ignore button.
setIgnoreButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ignore button style.
setIgnoreButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ignore button style.
setIgnoreButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Ignore button style class.
setIgnoreButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The Ignore button style.
setIgnoreButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The ignore button text.
setIgnoreButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The ignore button text.
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets whether to ignore capitalized words.
setIgnoreCapitalizedWords(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, sets whether to ignore capitalized words.
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets whether to ignore words that start with capital letters.
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to ignore words with capital letters.
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to ignore words with capital letters.
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setIgnoreEmptyTextBoxes(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to ignore text boxes that are empty.
setIgnoreEmptyTextBoxes(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setIgnoreWordsWithDigits(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to ignore words with digits in them.
setIgnoreWordsWithDigits(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to ignore words with digits in them.
setIgnoreWordsWithDigits(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to ignore words with digits in them.
setIgnoreWordsWithDigits(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to ignore words with digits in them.
setIgnoreWordsWithDigits(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setIgnoreWordsWithDigits(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setIgnoreXML(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to ignore XML tags in the text.
setIgnoreXML(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, sets whether to ignore XML tags in the text.
setIgnoreXML(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to ignore XML/HTML tags, should be set true for 'rich HTML text box' support, false by default.
setIgnoreXML(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to ignore XML/HTML tags, false by default.
setIgnoreXML(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to ignore XML/HTML tags, false by default.
setIgnoreXML(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setIgnoreXML(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets whether to include the user dictionary in suggestions taken from this engine.
setIncludeUserDictionaryInSuggestions(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Sets whether to include the user dictionary in suggestions taken from this engine.
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets whether the user dictionary should be used in finding suggestions for misspelt words.
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether the user dictionary should be used in finding suggestions for misspelt words.
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether the user dictionary should be used in finding suggestions for misspelt words.
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setLanguageParser(int) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
The type of language parsing to use.
setLanguageParser(int) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
The type of language parsing to use.
setLanguageParser(int) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
The type of language parsing to use.
setLanguageParser(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The type of language parsing to use.
setLanguageParser(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The type of language parsing to use.
setLanguageParser(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The type of language parsing to use.
setLanguageParser(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setLayout(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Html layout template, use this to customise layout, using the following layout identifiers; <PreviewPane/> <IgnoreButton/> <IgnoreAllButton/> <ChangeButton/> <ChangeAllButton/> <UndoButton/> <FinishButton/> <ChangeToLabel/> <ChangeToBox/> <SuggestionsLabel/> <SuggestionsBox/> <AddButton/> These MUST be on lines by themselves, with no other characters.
setLayout(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The Html layout template, use this to customise layout, using the following layout identifiers; <PreviewPane/> <IgnoreButton/> <IgnoreAllButton/> <ChangeButton/> <ChangeAllButton/> <UndoButton/> <FinishButton/> <ChangeToLabel/> <ChangeToBox/> <SuggestionsLabel/> <SuggestionsBox/> <AddButton/> These MUST be on lines by themselves, with no other characters.
setLeaveStaticSpellCheckListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setLeaveStaticSpellCheckListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setLeaveWindowOpenForUndo(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
setLeaveWindowOpenForUndo(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
setLeaveWindowOpenForUndo(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
setLeaveWindowOpenForUndo(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
setLegacyUserDictionaryMode(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Whether to run in legacy user dictionary mode, note this is not advised due to a scripting injection vulnerability.
setLegacyUserDictionaryModeEnabled(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Whether to run in legacy user dictionary mode, note this is not advised due to a scripting injection vulnerability
setLicenseKey(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The license key.
setLicenseKey(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The license key.
setLicenseKey(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
The license key.
setLicenseKey(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
The license key.
setLookIntoHyphenatedText(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
setLookIntoHyphenatedText(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
setLookIntoHyphenatedText(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
setLookIntoHyphenatedText(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
setLookIntoHyphenatedText(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
setLookIntoHyphenatedText(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setLookIntoHyphenatedText(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setMaximumAnagramLength(int) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, sets the longest word length to find anagrams for.
setMaximumAnagramLength(int) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the longest word length to find anagrams for.
setMaxLength(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setMaxLength(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setModal(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether the popup will be modal.
setModal(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether the popup will be modal.
setModalHelperPage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The URL of the RapidSpellModalHelper.html page, used when modal=true
setModalHelperPage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The URL of the RapidSpellModalHelper.html page, used when modal=true
setMode(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The mode to use RapidSpell Web in, can be "popup" or "separate".
setMode(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The mode to use RapidSpell Web in, can be "popup" or "separate".
setMultiline(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setMultiline(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setName(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The 'name' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setName(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
The 'name' of this tag, this should be set to differentiate between tags when more than one is present on a page.
setNoErrorsText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The alert text shown when the spell check finishes with no spelling errors found.
setNoErrorsText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The alert text shown when the spell check finishes with no spelling errors found.
setNoSpellErrorsText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setNoSpellErrorsText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setNoSuggestionsMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setNoSuggestionsMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setOptimization(int) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the optimization method to use.
setPageContext(PageContext) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
 
setPageContext(PageContext) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
 
setPageContext(PageContext) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setParameters(Hashtable) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
 
setPopUpWindowName(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
If this component doesn't create a pop-up window for the spell checker (and is in popup mode) this specifies the name of an existing window to put the spell checker in.
setPopUpWindowName(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
If this component doesn't create a pop-up window for the spell checker (and is in popup mode) this specifies the name of an existing window to put the spell checker in.
setPosition(int) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the pointer position for the nextBadWord iterator.
setPosition(int) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Sets the pointer position for the nextBadWord iterator.
setPosition(int) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the pointer position for the nextBadWord() iterator.
setPreviewPaneCSSLinkURL(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The URL of the stylesheet to use in the preview pane.
setPreviewPaneHeight(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'preview pane' height, this defines the height of the inner frame that shows the document preview during spell checking.
setPreviewPaneHeight(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'preview pane' height, this defines the height of the inner frame that shows the document preview during spell checking.
setPreviewPaneStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'preview pane' style, this defines the style of the inner frame that shows the document preview during spell checking.
setPreviewPaneStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'preview pane' style, this defines the style of the inner frame that shows the document preview during spell checking.
setPreviewPaneWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'preview pane' width, this defines the width of the inner frame that shows the document preview during spell checking.
setPreviewPaneWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'preview pane' width, this defines the width of the inner frame that shows the document preview during spell checking.
setRapidSpellWebLaunchers(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setRapidSpellWebLaunchers(RapidSpellWebLauncherCollection) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setRapidSpellWebPage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The URL of the page holding the RapidSpellWeb control.
setRapidSpellWebPage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The URL of the page holding the RapidSpellWeb control.
setRapidSpellWInlineHelperPage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The URL of the page holding the RapidSpellWInlineHelper tag.
setRapidSpellWInlineHelperPage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setReadOnly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setReadOnly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setRemoteAddr(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
 
setRemoveDuplicateMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setRemoveDuplicateMenuText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setResponseTimeout(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setResponseTimeout(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setResponseTimeoutMessage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setResponseTimeoutMessage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setRightClickForMenu(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setRightClickForMenu(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setRSMultipleID(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The ID property of the RapidSpellWebMultiple (if used)
setRSMultipleID(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The ID property of the RapidSpellWebMultiple (if used)
setRsMultipleID(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setRsMultipleID(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setScriptFilterLevel(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Level of filtration.
setScriptFilterLevel(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Level of filtration.
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets whether to separate words with hyphens in them into separate words.
setSeparateHyphenWords(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, sets whether to separate words with hyphens in them into separate words.
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets whether to treat hyphenated (-) words as separate words, default is false.
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to treat hyphenated (-) words as separate words, default is false.
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to treat hyphenated (-) words as separate words, default is false.
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setServerName(String) - Method in class com.keyoti.rapidSpell.web.DummyServletRequest
 
setSharedDictionary(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to use one shared dictionary amongst all RapidSpell instances under this VM.
setShowAddItemAlways(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setShowAddItemAlways(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setShowButton(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to show the button.
setShowButton(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to show the button.
setShowButton(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setShowButton(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setShowButton(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setShowButton(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setShowChangeAllItem(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setShowChangeAllItem(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setShowEditItem(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setShowEditItem(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setShowFinishedMessage(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to show the popup dialog at the end of the spell check.
setShowFinishedMessage(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to show the popup dialog at the end of the spell check.
setShowFinishedMessage(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to show the popup dialog at the end of the spell check.
setShowFinishedMessage(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setShowNoErrorsMessage(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to show the popup dialog if there were no errors in the text.
setShowNoErrorsMessage(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to show the popup dialog if there were no errors in the text.
setShowNoErrorsMessage(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setShowNoErrorsMessage(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setShowXMLTags(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to show XML/HTML tags in the preview window, false by default.
setShowXMLTags(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to show XML/HTML tags in the preview window, false by default.
setSSLFriendly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
setSSLFriendly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
setSSLFriendly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
setSSLFriendly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
setSSLFriendly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setSSLFriendly(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setSslFriendlyPage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setSslFriendlyPage(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setStartedOnTextBoxListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The name of a JavaScript function (without brackets) that should be called when spell checking is started, per text box.
setStartedOnTextBoxListener(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setStartPosition(int) - Method in class com.keyoti.rapidSpell.BadWord
Sets the position of the start of this word in the main text.
setStyleBackColor(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleBackColor(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleBorderColor(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleBorderColor(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleBorderStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleBorderStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleBorderWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleBorderWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleFontFamily(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleFontFamily(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleFontSize(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleFontSize(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleFontStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleFontStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleFontTextDecoration(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleFontTextDecoration(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleFontWeight(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleFontWeight(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleForeColor(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleForeColor(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleLeft(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleLeft(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStylePosition(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStylePosition(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleTop(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleTop(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setStyleZIndex(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setStyleZIndex(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setSuggestionsBoxStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The selection box style where the suggestions are displayed.
setSuggestionsBoxStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The selection box style where the suggestions are displayed.
setSuggestionsBoxStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The selection box style class where the suggestions are displayed.
setSuggestionsBoxStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The selection box style class where the suggestions are displayed.
setSuggestionsLabel(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'suggestions' box label
setSuggestionsLabel(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'suggestions' box label
setSuggestionsLabelStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'suggestions' box label style
setSuggestionsLabelStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'suggestions' box label style
setSuggestionsLabelStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The 'suggestions' box label style class
setSuggestionsLabelStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The 'change to' text box label style
setSuggestionsMethod(int) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the suggestions method, where method is an integer identifier.
setSuggestionsMethod(int) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
If supported, sets the suggestions method, where method is an integer identifier.
setSuggestionsMethod(int) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the suggestions method to use.
setSuggestionsMethod(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Suggestions method to use.
setSuggestionsMethod(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Suggestions method to use.
setSuggestionsMethod(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setSuggestionsMethod(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setSuggestSplitWords(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to check for joined words when looking for suggestions.
setSuggestSplitWords(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to check for joined words when looking for suggestions.
setSuggestSplitWords(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to check for joined words when looking for suggestions.
setSuggestSplitWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setSuggestSplitWords(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setTabIndex(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The tab order of the control.
setTabIndex(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The tab order of the control.
setTabIndex(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
The tab order of the control.
setTabIndex(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setTabIndex(short) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setTabIndex(short) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setTabIndex(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setTabIndex(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
The text content of the textbox.
setText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setTextComponentID(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The HTML 'id' of the textarea to spell check.
setTextComponentID(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setTextComponentInterface(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The text box interface to be used.
setTextComponentInterface(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The text box interface to be used.
setTextComponentInterface(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
The text box interface to be used.
setTextComponentInterface(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
The text box interface to be used.
setTextComponentName(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The form and name of the text component to be checked on the form.
setTextComponentName(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The form and name of the text component to be checked on the form.
setUndoButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOut of the undo button.
setUndoButtonOnMouseOut(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOut of the undo button.
setUndoButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The onMouseOver of the undo button.
setUndoButtonOnMouseOver(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The onMouseOver of the undo button.
setUndoButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The undo button style.
setUndoButtonStyle(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The undo button style.
setUndoButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The Undo button style class.
setUndoButtonStyleClass(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The undo button style.
setUndoButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
The undo button text.
setUndoButtonText(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
The undo button text.
setUserDictionary(UserDictionary) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the UserDictionary object to be used as a user dictionary source.
setUserDictionary(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the UserDictionary file path to be used as a user dictionary source.
setUserDictionary(File) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the UserDictionary file path to be used as a user dictionary source.
setUserDictionary(UserDictionary) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Sets the UserDictionary object to be used as a user dictionary source.
setUserDictionary(File) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Sets the UserDictionary file path to be used as a user dictionary source.
setUserDictionary(File) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the user dictionary to use.
setUserDictionary(UserDictionary) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the user dictionary to use.
setUserDictionary(UserDictionary) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
A UserDictionary object to be used as a user dictionary.
setUserDictionary(UserDictionary) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
A UserDictionary object to be used as a user dictionary.
setUserDictionaryFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWeb
A path to the file to be used as a user dictionary.
setUserDictionaryFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
A path to the file to be used as a user dictionary.
setUserDictionaryFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
The user dictionary file on the server for the user.
setUserDictionaryFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
The user dictionary file on the server for the user.
setUserDictionaryFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setUserDictionaryFile(String) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setUseSmoothTransitions(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
Whether to use smooth transitions between text boxes.
setUseSmoothTransitions(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Whether to use smooth transitions between text boxes.
setUseXMLHTTPWhenAvailable(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setUseXMLHTTPWhenAvailable(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setV2Parser(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setV2Parser(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setVisible(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setVisible(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setWarnDuplicates(boolean) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Whether to treat duplicate words as errors (eg.
setWarnDuplicates(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to treat duplicate words as errors (eg.
setWarnDuplicates(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Whether to treat duplicate words as errors (eg.
setWarnDuplicates(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Whether to treat duplicate words as errors (eg.
setWarnDuplicates(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInline
 
setWarnDuplicates(boolean) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
setWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
 
setWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 
setWindowHeight(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Sets the window height (in pixels), when used in Mode=popup.
setWindowHeight(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Sets the window height (in pixels), when used in Mode=popup.
setWindowHeight(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setWindowHeight(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setWindowWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Sets the window width (in pixels), when used in Mode=popup.
setWindowWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Sets the window width (in pixels), when used in Mode=popup.
setWindowWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setWindowWidth(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setWindowX(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Sets the window X position (in pixels), when used in Mode=popup (set to -1 to not specify).
setWindowX(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Sets the window X position (in pixels), when used in Mode=popup (set to -1 to not specify).
setWindowX(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setWindowX(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setWindowY(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncher
Sets the window Y position (in pixels), when used in Mode=popup (set to -1 to not specify).
setWindowY(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Sets the window Y position (in pixels), when used in Mode=popup (set to -1 to not specify).
setWindowY(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultiple
 
setWindowY(int) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
 
setWordIterator(AdvancedTextBoundary) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
The word iterator used to break strings into words.
size - Variable in class com.keyoti.rapidSpell.web.HtmlSelect
 
SPANISH - Static variable in class com.keyoti.rapidSpell.LanguageType
Spanish.
Standard - Static variable in class com.keyoti.rapidSpell.web.TextComponentInterfaceType
Use 'Standard' for regular HTML text boxes (input type='text' and textarea).

T

tabIndex - Variable in class com.keyoti.rapidSpell.web.HtmlSelect
The tab index.
Test - Class in com.keyoti.rapidSpell
Used for assertion tests,
Test() - Constructor for class com.keyoti.rapidSpell.Test
 
text - Variable in class com.keyoti.rapidSpell.web.Label
The label text
TextComponentInterfaceType - Class in com.keyoti.rapidSpell.web
Possible text box interface type identifiers.
TextComponentInterfaceType() - Constructor for class com.keyoti.rapidSpell.web.TextComponentInterfaceType
 
toString() - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherCollection
 

U

userDictionary - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
The UserDictionary being used.
UserDictionary - Class in com.keyoti.rapidSpell
Represents the UserDictionary
UserDictionary(File) - Constructor for class com.keyoti.rapidSpell.UserDictionary
Construct a UserDictionary based on the userDictionaryFile, which does not have to exist.
UserDictionary() - Constructor for class com.keyoti.rapidSpell.UserDictionary
 
UserDictionary(File, int) - Constructor for class com.keyoti.rapidSpell.UserDictionary
Construct a UserDictionary based on the userDictionaryFile, which does not have to exist.

V

Version - Class in com.keyoti.rapidSpell.web
 
Version() - Constructor for class com.keyoti.rapidSpell.web.Version
 

W

wordHasDigits(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
 
wordIsDigits(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
 
writeHtml(Writer, PageContext, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Renders this to the Writer as Html.
writeHtml(Writer, ServletContext, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebBean
Renders this to the Writer as Html.
writeHtml(Writer, HttpServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebLauncherBean
Write the HTML/Javascript for the control to 'output'.
writeHtml(Writer) - Method in class com.keyoti.rapidSpell.web.RapidSpellWebMultipleBean
Renders this control.
writeHtml(Writer, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineBean
 
writeHtml(Writer, ServletRequest, ServletContext) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
 
writeHtml(Writer, ServletRequest) - Method in class com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean
 

A B C D E F G H I L M N O P R S T U V W

RapidSpell Web


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