com.keyoti.rapidSpell
Class RapidSpellCheckerBean

java.lang.Object
  |
  +--com.keyoti.rapidSpell.RapidSpellChecker
        |
        +--com.keyoti.rapidSpell.RapidSpellCheckerBean
All Implemented Interfaces:
java.io.Serializable

public class RapidSpellCheckerBean
extends RapidSpellChecker
implements java.io.Serializable

Bean encapsulation for the RapidSpellChecker API

See Also:
Serialized Form

Fields inherited from class com.keyoti.rapidSpell.RapidSpellChecker
currentBadWordEnd, currentBadWordStart, dontSuggest, userDictionary
 
Constructor Summary
RapidSpellCheckerBean()
           
 
Method Summary
 java.lang.String getTextToCheck()
           
 void setTextToCheck(java.lang.String textToCheck)
           
 
Methods inherited from class com.keyoti.rapidSpell.RapidSpellChecker
addWord, changeBadWord, check, check, getAmendedText, getSuggestions, getSuggestions, ignoreAll, lookUp, nextBadWord, reset, setPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidSpellCheckerBean

public RapidSpellCheckerBean()
Method Detail

setTextToCheck

public void setTextToCheck(java.lang.String textToCheck)

getTextToCheck

public java.lang.String getTextToCheck()


Copyright © Keyoti All Rights Reserved.