RapidSpell Desktop

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

A

actionPerformed(ActionEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Listen to GUI events and perform actions depending on the button sending the event.
actionPerformed(ActionEvent) - Method in class com.keyoti.rapidSpell.desktop.Example
Listen to GUI events and perform actions depending on the button sending the event.
actionPerformed(ActionEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Listen to GUI events and perform actions depending on the button sending the event.
actionPerformed(ActionEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
 
actionPerformed(ActionEvent) - Method in class com.keyoti.rapidSpell.desktop.AYTExample
Listen to GUI events and perform actions depending on the button sending the event.
addButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Function button - adds word in query pane to user dictionary if specified.
addButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Function button - adds word in query pane to user dictionary if specified.
addDocumentListener(DocumentListener) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
addSpellCheckListener(SpellCheckListener) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Adds a SpellCheckListener.
addSpellCheckListener(SpellCheckListener) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Adds a SpellCheckListener.
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.CheckerEngineAdapter
Adds a word to the user dictionary, if it exists.
AdvancedTextBoundary - class com.keyoti.rapidSpell.AdvancedTextBoundary.
Extends SimpleTextBoundary to included more advanced parsing.
AdvancedTextBoundary() - Constructor for class com.keyoti.rapidSpell.AdvancedTextBoundary
 
AYTExample - class com.keyoti.rapidSpell.desktop.AYTExample.
Running this RapidSpellJar (by double clicking on it in Windows, or using 'java -jar RapidSpell.jar') runs this class, which serves as an example use of RapidSpell and its GUI.
AYTExample() - Constructor for class com.keyoti.rapidSpell.desktop.AYTExample
 

B

BadWord - class com.keyoti.rapidSpell.BadWord.
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.
buildGUI() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Constructs the GUI - This should be over-ridden by sub-classes that wish to use their own layout.
buildGUI() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Constructs the GUI - This should be over-ridden by sub-classes that wish to use their own layout.

C

cancelButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Function button - cancels the search and disposes of this JFrame.
cancelButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Function button - cancels the search and disposes of this JFrame.
changeAllButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Function button - changes every occurance of bad word in document.
changeAllButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Function button - changes every occurance of bad word in document.
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
changeBadWord(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Changes the current bad word to newWord in the text.
changeButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Function button - changes bad word in document to selected suggestion or amended query pane word.
changeButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Function button - changes bad word in document to selected suggestion or amended query pane word.
changedUpdate(DocumentEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Gives notification that an attribute or set of attributes changed.
changedUpdate(DocumentEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Gives notification that an attribute or set of attributes changed.
check() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Bring up the spell checker JFrame and start checking the component set by setJTextComponentToCheck().
check() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Bring up the spell checker JFrame and start checking the component set by setJTextComponentToCheck().
check(JTextComponent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Bring up the spell checker JFrame and start checking the JTextComponent textComponent.
check(JTextComponent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Bring up the spell checker JFrame and start checking the JTextComponent textComponent.
check(String) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Checks the text for errors.
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()
check(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
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().
CheckerEngineAdapter - class com.keyoti.rapidSpell.CheckerEngineAdapter.
Abstract base implementation of ICheckerEngine, override chosen members for desired functionality.
CheckerEngineAdapter() - Constructor for class com.keyoti.rapidSpell.CheckerEngineAdapter
Default constructor.
clearAllHighlights() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Clears all spell check highlights (underlines) from the whole document (all text boxes).
color - Variable in class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter
 
com.keyoti.rapidSpell - package com.keyoti.rapidSpell
Core spell checker package.
com.keyoti.rapidSpell.desktop - package com.keyoti.rapidSpell.desktop
Desktop components package.
com.keyoti.rapidSpell.event - package com.keyoti.rapidSpell.event
Spell check events fired by the GUI.
createNewTextBoxUtilityAdapter(JTextComponent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Returns a new instance of a TextBoxUtilityAdapter, for 'textBox'.
CultureText - class com.keyoti.rapidSpell.CultureText.
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
currentText - Variable in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 

D

deHighlightText(BadWord) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Removes a highlight from a bad word in the text component The word specified by theBadWord does not necessarily have to have been identified as "bad", before this method is called.
dictFile - Variable in class com.keyoti.rapidSpell.UserDictionary
The file containing the dictionary
dispose() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Frees up resources.
dispose() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Frees up resources.
dispose() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Frees up resources.
dispose() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Frees up resources.
disposeAtEnd - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Whether to dispose of this frame when checking is finished
disposeAtEnd - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Whether to dispose of this frame when checking is finished
dontSuggest - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
Dont suggest words in this array (swear words).
Double - Static variable in class com.keyoti.rapidSpell.desktop.UnderlineStyle
 
DUTCH - Static variable in class com.keyoti.rapidSpell.LanguageType
Dutch (Not supported yet).

E

ENGLISH - Static variable in class com.keyoti.rapidSpell.LanguageType
English.
Example - class com.keyoti.rapidSpell.desktop.Example.
Running this RapidSpellJar (by double clicking on it in Windows, or using 'java -jar RapidSpell.jar') runs this class, which serves as an example use of RapidSpell and its GUI.
Example() - Constructor for class com.keyoti.rapidSpell.desktop.Example
 

F

finalize() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Clears up references to text boxes
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.
findSuggestions - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Whether this should look up suggestions for misspelt words or not
findSuggestions - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Whether this should look up suggestions for misspelt words or not
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() - 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(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets an enumeration of String suggestions for spelling of word.
flagged(String) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Checks if word has been flagged as mis-spelt by the check() method
focusGained(FocusEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Called when objects whose focus this is listening to gain focus.
focusGained(FocusEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Called when objects whose focus this is listening to gain focus.
focusGained(FocusEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
 
focusLost(FocusEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Empty
focusLost(FocusEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Empty
focusLost(FocusEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
 
following(int) - Method in class com.keyoti.rapidSpell.AdvancedTextBoundary
 
forceCheckAll() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Forces a check of the whole document.
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'
getAdditionalBeanInfo() - Method in class com.keyoti.rapidSpell.RapidSpellCheckerBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAddMenuText() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Add button text.
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.
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.CheckerEngineAdapter
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.
getBeanDescriptor() - Method in class com.keyoti.rapidSpell.RapidSpellCheckerBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIBeanInfo
Gets the BeanDescriptor for this bean.
getCheckAsYouType() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to spell check words as the user types/modifies text.
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.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 class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
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.desktop.RapidSpellGUI
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.desktop.RapidSpellAsYouType
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.desktop.RapidSpellGUIDialog
Gets the checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
getCheckerEngine() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Gets the checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
getColor() - Method in class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter
 
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.CheckerEngineAdapter
Gets the factor for words to consider for suggestions.
getConsiderationRange() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Sets the factor for words to consider for suggestions, lower values are faster but consider less words for suggestions.
getCultureText(String) - Static method in class com.keyoti.rapidSpell.CultureText
 
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.CheckerEngineAdapter
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.desktop.RapidSpellGUIDialog
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.desktop.RapidSpellGUI
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.desktop.RapidSpellAsYouType
The file to be used as the main dictionary, if this is null then the RapidSpellMDict jar is used.
getEndPosition() - Method in class com.keyoti.rapidSpell.BadWord
Gets the position of the end of this word in the main text.
getGUILanguage() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
The language to show the UI in.
getGUILanguage() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
The language to show the UI in.
getGUILanguage() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The language to show the UI in.
getHighlightColor() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Gets the color of the highlight used in the JTextComponent when misspelt words are found.
getHighlightColor() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Gets the color of the highlight used in the JTextComponent when misspelt words are found.
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).
getIcon(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIgnoreAllMenuText() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Ignore All button text.
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.CheckerEngineAdapter
Gets whether to ignore words that start with capital letters.
getIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Gets whether to ignore words that start with capital letters.
getIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Gets whether to ignore words that start with capital letters.
getIgnoreCapitalizedWords() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to ignore words with capital letters.
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.desktop.RapidSpellGUIDialog
Whether to ignore words with digits in them.
getIgnoreWordsWithDigits() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Whether to ignore words with digits in them.
getIgnoreWordsWithDigits() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to ignore words with digits in them.
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.CheckerEngineAdapter
Whether to ignore XML tags in the text.
getIgnoreXML() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
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.desktop.RapidSpellGUI
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.desktop.RapidSpellAsYouType
Whether to ignore XML/HTML tags, should be set true for 'rich HTML text box' support, false by default.
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.CheckerEngineAdapter
Gets whether the user dictionary should be used in finding suggestions for misspelt words.
getIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Gets whether the user dictionary should be used in finding suggestions for misspelt words.
getIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Gets whether the user dictionary should be used in finding suggestions for misspelt words.
getIncludeUserDictionaryInSuggestions() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether the user dictionary should be used in finding suggestions for misspelt words.
getLanguageNameFromType(int) - Static method in class com.keyoti.rapidSpell.LanguageType
Opposite of getLanguageTypeFromString
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.CheckerEngineAdapter
Gets the type of language parsing to use.
getLanguageParser() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Gets the type of language parsing to use.
getLanguageParser() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Gets the type of language parsing to use.
getLanguageParser() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Gets the type of language parsing to use.
getLanguageTypeFromString(String) - Static method in class com.keyoti.rapidSpell.LanguageType
Returns the LanguageType int from a String, lang may be in any case.
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.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 class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
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.desktop.RapidSpellGUI
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.desktop.RapidSpellAsYouType
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.
getNewWavyUnderlinePainter() - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Returns a new instance of WavyUnderlinePainter (or a subclass) used to paint the underlines.
getNextWord() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Returns the next word in the text.
getOptimization() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the optimization method to use.
getRapidSpellChecker() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The core spell checker object
getReason() - Method in class com.keyoti.rapidSpell.BadWord
 
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.desktop.RapidSpellGUIDialog
Gets whether to treat hyphenated (-) words as separate words, default is false.
getSeparateHyphenWords() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Gets whether to treat hyphenated (-) words as separate words, default is false.
getSeparateHyphenWords() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Gets whether to treat hyphenated (-) words as separate words, default is false.
getSharedDictionary() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to use one shared dictionary amongst all RapidSpell instances under this VM.
getShowAddMenuOption() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to show the Add option in the context menu.
getShowSuggestionsContextMenu() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to show a context menu with suggestions when a misspelt word is right clicked, has no effect on developer set context menu.
getSpellCheckListeners() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Gets all SpellCheckListeners.
getSpellCheckListeners() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Gets all SpellCheckListeners.
getStartPosition() - Method in class com.keyoti.rapidSpell.BadWord
Gets the position of the start of this word in the main text.
getSuggestions() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Returns suggestions menu items for the last right clicked word.
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.CheckerEngineAdapter
Gets the suggestions method, where method is an integer identifier.
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Gets the suggestions method to use.
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Gets the suggestions method to use.
getSuggestionsMethod() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The suggestions method to use.
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.
getSuggestSplitWords() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to check for joined words when looking for suggestions.
getSuggestSplitWords() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Whether to check for joined words when looking for suggestions.
getSuggestSplitWords() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Whether to check for joined words when looking for suggestions.
getSuggestSplitWords() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to check for joined words when looking for suggestions.
getTextComponent() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The JTextComponent to check as the user types/modifies text.
getTextComponents() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The JTextComponents to check as the user types/modifies text.
getUnderlineColor() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The underline color to use with mis-spelt words.
getUnderlineStyle() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The underline style to use with mis-spelt words.
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.CheckerEngineAdapter
The user dictionary, this should be null if no user dictionary is being used.
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.
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
getWordStart() - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Gets the current word's start index in the text

H

HASHING_SUGGESTIONS - Static variable in class com.keyoti.rapidSpell.RapidSpellChecker
Indicator for suggestion method (Hashing is default).
HASHING_SUGGESTIONS - Static variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Indicator for suggestion method (Hashing is default).
HASHING_SUGGESTIONS - Static variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Indicator for suggestion method (Hashing is default).
highlightText(BadWord) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Highlights a bad word in the text component The location of theBadWord must be relative to the checkFromPosition.

I

ICheckerEngine - interface com.keyoti.rapidSpell.ICheckerEngine.
Defines the interface required for a class to be used as a checker engine.
IdentifyChange() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Returns the start and end indices in the current RTF text of the changed text (must later be adjusted for word start and end) note that end index is on right side of last character.
IdentifyChange() - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Returns the start and end indices in the current text of the changed 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
ignoreAll(String) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Marks word to be ignored in rest of the text.
ignoreAllButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Function button - ignores all occurances of current bad word.
ignoreAllButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Function button - ignores all occurances of current bad word.
ignoreButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Function button - ignores current bad word and continues checking document.
ignoreButton - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Function button - ignores current bad word and continues checking document.
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.
insertUpdate(DocumentEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Gives notification that there was an insert into the document.
insertUpdate(DocumentEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Gives notification that there was an insert into the document.
isAtNonWhiteSpace(int) - Method in class com.keyoti.rapidSpell.AdvancedTextBoundary
 
isCancelled() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Whether the spell check was cancelled
isCancelled() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Whether the spell check was cancelled
isInIgnorePos(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to ignore words starting at this position.
isShowFinishedMessageBox() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Returns whether a JOptionPane message box should be opened when the spell check is complete.
isShowFinishedMessageBox() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Returns whether a JOptionPane message box should be opened when the spell check is complete.
isValid() - Method in class com.keyoti.rapidSpell.UserDictionary
Returns if the dictionary file is valid.
ITALIAN - Static variable in class com.keyoti.rapidSpell.LanguageType
Italian.
itemStateChanged(ItemEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Listen to GUI events and perform actions.
itemStateChanged(ItemEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Listen to GUI events and perform actions.

K

keyPressed(KeyEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Invoked when a key has been pressed.
keyReleased(KeyEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Invoked when a key has been pressed.
keyTyped(KeyEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Invoked when a key has been pressed.

L

LanguageType - class com.keyoti.rapidSpell.LanguageType.
Language type identifiers.
LanguageType() - Constructor for class com.keyoti.rapidSpell.LanguageType
 
LastRightClickChar() - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
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
 
main(String[]) - Static method in class com.keyoti.rapidSpell.desktop.Example
 
main(String[]) - Static method in class com.keyoti.rapidSpell.desktop.AYTExample
 
makeChange(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Changes the current bad word for one selected from the suggestions list or entered in the query pane returns the word used.
makeChange(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Changes the current bad word for one selected from the suggestions list or entered in the query pane returns the word used.
mouseClicked(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Invoked when the mouse has been clicked on a component.
mouseEntered(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Invoked when the mouse enters a component.
mouseExited(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Invoked when the mouse exits a component.
mousePressed(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Invoked when a mouse button has been released on a component.

N

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.
nextBadWord() - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Gets the next bad word in the list that was identified by check.
NoCurrentBadWordException - exception com.keyoti.rapidSpell.NoCurrentBadWordException.
Thrown if nextBadWord() has not been run first and found a mis-spelt word
notInDictionaryLabel - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
JLabel marking the not in dictionary query pane.
notInDictionaryLabel - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
JLabel marking the not in dictionary query pane.
NullJTextComponentException - exception com.keyoti.rapidSpell.desktop.NullJTextComponentException.
Thrown if a valid JTextComponent hasn't been set to be checked (by the GUI for example).
nullSharedDictionary() - Static method in class com.keyoti.rapidSpell.RapidSpellChecker
This will null the shared dictionary, allowing it to be GC'ed.

O

oldText - Variable in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
OnFocus(Component) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Called when text box is focused
OnPopup(MouseEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Called when context menu is popped up.
OnTextChanged() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Called when text in text box changes
OnTextChanged() - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Called when the text box's text is changed
optimizeForMemory - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to optimize suggestion finding for memory instead of speed.

P

paint(Graphics, int, int, Shape, JTextComponent) - Method in class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter
Called when painting of highlight is required, as per javax.swing.text.Highlighter.HighlightPainter interface.
paintUnderline(Graphics, int, int, int, int) - Method in class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter
Paints the underline from 'startX' to 'endX' at 'startY', with UnderlineStyle 'style' onto 'g'.
PHONETIC_SUGGESTIONS - Static variable in class com.keyoti.rapidSpell.RapidSpellChecker
Indicator for suggestion method (Hashing is default).
PHONETIC_SUGGESTIONS - Static variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Indicator for suggestion method (Hashing is default).
PHONETIC_SUGGESTIONS - Static variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
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
 
propertyChange(PropertyChangeEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Called when property changes are made in the text box.

Q

queryWordPane - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
JTextArea where not in dictionary (bad words) are queried and replacements can be entered.
queryWordPane - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
JTextArea where not in dictionary (bad words) are queried and replacements can be entered.

R

RapidSpellAsYouType - class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType.
RapidSpell Desktop As-You-Type Control, spell checks text boxes as the user types.
RapidSpellAsYouType() - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Default constructor.
RapidSpellChecker - class com.keyoti.rapidSpell.RapidSpellChecker.
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 com.keyoti.rapidSpell.RapidSpellCheckerBeanInfo.
JavaBean configuration information.
RapidSpellCheckerBeanInfo() - Constructor for class com.keyoti.rapidSpell.RapidSpellCheckerBeanInfo
 
RapidSpellGUI - class com.keyoti.rapidSpell.desktop.RapidSpellGUI.
Multi-threaded GUI for user to spell check any JTextComponent (eg, JEditorPane, JTextArea, JTextField).
RapidSpellGUI() - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Construct this GUI component - this will NOT open a new JFrame, call check() to do that.
RapidSpellGUIBeanInfo - class com.keyoti.rapidSpell.desktop.RapidSpellGUIBeanInfo.
JavaBean configuration information.
RapidSpellGUIBeanInfo() - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIBeanInfo
 
RapidSpellGUIDialog - class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog.
Multi-threaded GUI for user to spell check any JTextComponent (eg, JEditorPane, JTextArea, JTextField).
RapidSpellGUIDialog() - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
RapidSpellGUIDialog(Dialog) - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
RapidSpellGUIDialog(Dialog, boolean) - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
RapidSpellGUIDialog(Dialog, String) - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
RapidSpellGUIDialog(Dialog, String, boolean) - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
RapidSpellGUIDialog(JFrame) - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
RapidSpellGUIDialog(JFrame, boolean) - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
RapidSpellGUIDialog(JFrame, String) - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
RapidSpellGUIDialog(JFrame, String, boolean) - Constructor for class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Construct this GUI component - this will NOT open a new JDialog, call check() to do that.
readAll(ArrayList) - Method in class com.keyoti.rapidSpell.UserDictionary
Read the dictionary word list into list
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.
removeAllUnderlines() - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
removeDocumentListener(DocumentListener) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
removeSpellCheckListener(SpellCheckListener) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Removes a SpellCheckListener.
removeSpellCheckListener(SpellCheckListener) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Removes a SpellCheckListener.
RemoveUnderline(int) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
RemoveUnderline(int, int, int, Color) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Remove underline text, from start index to end index.
removeUpdate(DocumentEvent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
 
removeUpdate(DocumentEvent) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
run() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Called by the constructor in a new thread, to setup document parameters and check the text while the GUI components instantiate.
run() - Method in class com.keyoti.rapidSpell.desktop.SuggestionFinder
 
run() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Called by the constructor in a new thread, to setup document parameters and check the text while the GUI components instantiate.

S

setAddMenuText(String) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Add button text.
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.
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.CheckerEngineAdapter
Whether to allow words spelt with mixed case, eg.
setAnyMixedCase(boolean) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Whether to allow words spelt with any case, eg.
setCheckAsYouType(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to spell check words as the user types/modifies text.
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.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 class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
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.desktop.RapidSpellGUI
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.desktop.RapidSpellAsYouType
Whether to check if words are made of compound forms - to be used in languages which use compounds, such as German.
setCheckerEngine(ICheckerEngine) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Sets the checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
setCheckerEngine(ICheckerEngine) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Sets the checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
setColor(Color) - Method in class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter
Sets the color of the underline
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.CheckerEngineAdapter
Sets the breadth of the suggestions search.
setConsiderationRange(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Sets the factor for words to consider for suggestions, lower values are faster but consider less words for suggestions.
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.CheckerEngineAdapter
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.desktop.RapidSpellGUIDialog
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.desktop.RapidSpellGUI
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.desktop.RapidSpellAsYouType
The file to be used as the main dictionary, if this is null then the RapidSpellMDict jar is used.
setDictFileStream(InputStream) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Passes a Dict file as a stream, to be used for the main dictionary.
setGUILanguage(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
The language to show the UI in.
setGUILanguage(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
The language to show the UI in.
setGUILanguage(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The language to show the UI in.
setHighlightColor(Color) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Sets the color of the highlight used in the JTextComponent when misspelt words are found.
setHighlightColor(Color) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Sets the color of the highlight used in the JTextComponent when misspelt words are found.
setIgnoreAllMenuText(String) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Ignore All button text.
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.CheckerEngineAdapter
Sets whether to ignore capitalized words.
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Sets whether to ignore words that start with capital letters.
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Sets whether to ignore words that start with capital letters.
setIgnoreCapitalizedWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to ignore words with capital letters.
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.desktop.RapidSpellGUIDialog
Whether to ignore words with digits in them.
setIgnoreWordsWithDigits(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Whether to ignore words with digits in them.
setIgnoreWordsWithDigits(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to ignore words with digits in them.
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.CheckerEngineAdapter
Whether to ignore XML tags in the text.
setIgnoreXML(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
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.desktop.RapidSpellGUI
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.desktop.RapidSpellAsYouType
Whether to ignore XML/HTML tags, should be set true for 'rich HTML text box' support, false by default.
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.CheckerEngineAdapter
Sets whether to include the user dictionary in suggestions taken from this engine.
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Sets whether the user dictionary should be used in finding suggestions for misspelt words.
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Sets whether the user dictionary should be used in finding suggestions for misspelt words.
setIncludeUserDictionaryInSuggestions(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether the user dictionary should be used in finding suggestions for misspelt words.
setJTextComponentToCheck(JTextComponent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Set the JTextComponent (eg; JTextArea etc) that this GUI will spell check.
setJTextComponentToCheck(JTextComponent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Set the JTextComponent (eg; JTextArea etc) that this GUI will spell check.
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(int) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
The type of language parsing to use.
setLanguageParser(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
The type of language parsing to use.
setLanguageParser(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
The type of language parsing to use.
setLanguageParser(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The type of language parsing to use.
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.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 class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
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.desktop.RapidSpellGUI
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.desktop.RapidSpellAsYouType
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.
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.
setOptimization(int) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the optimization method to use.
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.
setPosition(int) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the pointer position for the nextBadWord iterator.
setRapidSpellChecker(RapidSpellChecker) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The core spell checker object
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.CheckerEngineAdapter
Sets whether to separate words with hyphens in them into separate words.
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Sets whether to treat hyphenated (-) words as separate words, default is false.
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Sets whether to treat hyphenated (-) words as separate words, default is false.
setSeparateHyphenWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Sets whether to treat hyphenated (-) words as separate words, default is false.
setSharedDictionary(boolean) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Whether to use one shared dictionary amongst all RapidSpell instances under this VM.
setShowAddMenuOption(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to show the Add option in the context menu.
setShowFinishedMessageBox(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Sets whether a JOptionPane message box should be opened when the spell check is complete.
setShowFinishedMessageBox(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Sets whether a JOptionPane message box should be opened when the spell check is complete.
setShowSuggestionsContextMenu(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to show a context menu with suggestions when a misspelt word is right clicked, has no effect on developer set context menu.
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(int) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the suggestions method, where method is an integer identifier.
setSuggestionsMethod(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Sets the suggestions method to use.
setSuggestionsMethod(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Sets the suggestions method to use.
setSuggestionsMethod(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The suggestions method to use.
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.CheckerEngineAdapter
Whether to check for joined words when looking for suggestions.
setSuggestSplitWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Whether to check for joined words when looking for suggestions.
setSuggestSplitWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Whether to check for joined words when looking for suggestions.
setSuggestSplitWords(boolean) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Whether to check for joined words when looking for suggestions.
setTextComponent(JTextComponent) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The JTextComponent to check as the user types/modifies text.
setTextComponents(JTextComponent[]) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The JTextComponents to check as the user types/modifies text.
setUnderlineColor(Color) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The underline color to use with mis-spelt words.
setUnderlineStyle(int) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
The underline style to use with mis-spelt words.
setUnderlineStyle(int) - Method in class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter
 
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(File) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the UserDictionary file path 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(UserDictionary) - Method in interface com.keyoti.rapidSpell.ICheckerEngine
Sets the UserDictionary object to be used as a user dictionary source.
setUserDictionary(UserDictionary) - Method in class com.keyoti.rapidSpell.RapidSpellChecker
Sets the user dictionary to use.
setUserDictionary(UserDictionary) - Method in class com.keyoti.rapidSpell.CheckerEngineAdapter
Sets the UserDictionary object to be used as a user dictionary source.
setUserDictionaryFile(File) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Set the user dictionary file, if this file doesn't exist it will be created.
setUserDictionaryFile(File) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Set the user dictionary file, if this file doesn't exist it will be created.
setUserDictionaryFile(File) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Set the user dictionary file, if this file doesn't exist it will be created.
SetUserDictionaryFile(File) - Method in class com.keyoti.rapidSpell.desktop.RapidSpellAsYouType
Set the user dictionary file, if this file doesn't exist it will be created.
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.
shouldEnableAddButton() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
 
shouldEnableAddButton() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
 
Single - Static variable in class com.keyoti.rapidSpell.desktop.UnderlineStyle
 
SPANISH - Static variable in class com.keyoti.rapidSpell.LanguageType
Spanish.
SpellCheckEvent - class com.keyoti.rapidSpell.event.SpellCheckEvent.
Fired when the RapidSpellGUI changes state.
SpellCheckEvent(Object) - Constructor for class com.keyoti.rapidSpell.event.SpellCheckEvent
Creates a new SpellCheckEvent.
spellCheckFinished(SpellCheckEvent) - Method in interface com.keyoti.rapidSpell.event.SpellCheckListener
Called when the RapidSpellGUI finishes checking a document.
SpellCheckListener - interface com.keyoti.rapidSpell.event.SpellCheckListener.
Specifies a listener to state changes in the RapidSpellGUI
spellCheckStarted(SpellCheckEvent) - Method in interface com.keyoti.rapidSpell.event.SpellCheckListener
Called when the RapidSpellGUI begins checking a document.
start() - Method in class com.keyoti.rapidSpell.desktop.SuggestionFinder
 
SuggestionFinder - class com.keyoti.rapidSpell.desktop.SuggestionFinder.
Seperate thread to find suggestions and populate the JList
SuggestionFinder(JList, ICheckerEngine, JLabel, int) - Constructor for class com.keyoti.rapidSpell.desktop.SuggestionFinder
 
suggestionFinderCheckBox - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Check box - enables/disables the suggestion finder
suggestionFinderCheckBox - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Check box - enables/disables the suggestion finder
suggestionsLabel - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
JLabel marking the suggestions JList, is changed to "Finding Suggestions..." periodically.
suggestionsLabel - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
JLabel marking the suggestions JList, is changed to "Finding Suggestions..." periodically.
suggestionsList - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
JList where suggestions are loaded.
suggestionsList - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
JList where suggestions are loaded.

T

Test - class com.keyoti.rapidSpell.Test.
Used for assertion tests,
Test() - Constructor for class com.keyoti.rapidSpell.Test
 
textBox - Variable in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
TextBoxUtilityAdapter - class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter.
Facilitates painting on any JTextComponent and tracks changes This class can be derived from for custom painting of other text boxes.
TextBoxUtilityAdapter(JTextComponent) - Constructor for class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
theSpellChecker - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
The spell checker component being used
theSpellChecker - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
The spell checker component being used
theTextComponent() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Returns the instance of the text component being checked, from the WeakReference held
theTextComponent() - Method in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Returns the instance of the text component being checked, from the WeakReference held
theTextComponentRef - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog
Weak reference to the text component being checked
theTextComponentRef - Variable in class com.keyoti.rapidSpell.desktop.RapidSpellGUI
Weak reference to the text component being checked
ThinWavy - Static variable in class com.keyoti.rapidSpell.desktop.UnderlineStyle
 

U

Underline(int, int, int, Color) - Method in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
Underline text, from start index to end index.
underlines - Variable in class com.keyoti.rapidSpell.desktop.TextBoxUtilityAdapter
 
UnderlineStyle - class com.keyoti.rapidSpell.desktop.UnderlineStyle.
Identifier fields for underline styles in RapidSpellAsYouType.
UnderlineStyle() - Constructor for class com.keyoti.rapidSpell.desktop.UnderlineStyle
 
userDictionary - Variable in class com.keyoti.rapidSpell.RapidSpellChecker
The UserDictionary being used.
UserDictionary - class com.keyoti.rapidSpell.UserDictionary.
Represents the UserDictionary
UserDictionary() - Constructor for class com.keyoti.rapidSpell.UserDictionary
 
UserDictionary(File) - Constructor for class com.keyoti.rapidSpell.UserDictionary
Construct a UserDictionary based on the userDictionaryFile, which does not have to exist.
UserDictionary(File, int) - Constructor for class com.keyoti.rapidSpell.UserDictionary
Construct a UserDictionary based on the userDictionaryFile, which does not have to exist.

W

Wavy - Static variable in class com.keyoti.rapidSpell.desktop.UnderlineStyle
 
Wavy2 - Static variable in class com.keyoti.rapidSpell.desktop.UnderlineStyle
 
Wavy3 - Static variable in class com.keyoti.rapidSpell.desktop.UnderlineStyle
 
WavyUnderlinePainter - class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter.
The highlight painter used to paint underlines.
WavyUnderlinePainter() - Constructor for class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter
 
WavyUnderlinePainter(Color) - Constructor for class com.keyoti.rapidSpell.desktop.WavyUnderlinePainter
 

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

RapidSpell Desktop


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