RapidSpell Desktop


Uses of Class
com.keyoti.rapidSpell.BadWord

Packages that use BadWord
com.keyoti.rapidSpell Core spell checker package. 
com.keyoti.rapidSpell.desktop Desktop components package. 
 

Uses of BadWord in com.keyoti.rapidSpell
 

Methods in com.keyoti.rapidSpell that return BadWord
 BadWord ICheckerEngine.nextBadWord()
          Gets the next bad word in the list that was identified by Check.
 BadWord RapidSpellChecker.nextBadWord()
          Returns the next mis-spelt word in the text, as a BadWord object.
 BadWord CheckerEngineAdapter.nextBadWord()
          Gets the next bad word in the list that was identified by check.
 

Uses of BadWord in com.keyoti.rapidSpell.desktop
 

Methods in com.keyoti.rapidSpell.desktop with parameters of type BadWord
protected  void RapidSpellAsYouType.highlightText(BadWord theBadWord)
          Highlights a bad word in the text component The location of theBadWord must be relative to the checkFromPosition.
protected  void RapidSpellAsYouType.deHighlightText(BadWord theBadWord)
          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.
 


RapidSpell Desktop


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