Methods in com.keyoti.rapidSpell that throw NoCurrentBadWordException |
java.util.Vector |
ICheckerEngine.findSuggestions()
Returns a Vector of Strings that are suitable suggestions for the current bad word (that is, the one last returned by nextBadWord() ). |
void |
ICheckerEngine.changeBadWord(java.lang.String newWord)
Changes the current bad word to newWord in the text. |
void |
RapidSpellChecker.changeBadWord(java.lang.String newWord)
Changes the current bad word to newWord in the text |
java.util.Vector |
RapidSpellChecker.findSuggestions()
Gets an enumeration of String suggestions for spelling of current bad word. |