RapidSpell Web


Uses of Interface
com.keyoti.rapidSpell.ICheckerEngine

Packages that use ICheckerEngine
com.keyoti.rapidSpell   
com.keyoti.rapidSpell.web Web components package. 
 

Uses of ICheckerEngine in com.keyoti.rapidSpell
 

Classes in com.keyoti.rapidSpell that implement ICheckerEngine
 class CheckerEngineAdapter
          Abstract base implementation of ICheckerEngine, override chosen members for desired functionality.
 class RapidSpellChecker
          Checks a text string for spelling errors and makes suggested corrections.
 

Uses of ICheckerEngine in com.keyoti.rapidSpell.web
 

Methods in com.keyoti.rapidSpell.web that return ICheckerEngine
 ICheckerEngine RapidSpellWInlineHelperBean.getCheckerEngine()
          The ICheckerEngine object to be used to check the text.
 ICheckerEngine RapidSpellWInlineHelper.getCheckerEngine()
          The ICheckerEngine object to be used to check the text.
 ICheckerEngine RapidSpellWebBean.getCheckerEngine()
          The ICheckerEngine object to be used to check the text.
 ICheckerEngine RapidSpellWeb.getCheckerEngine()
          The ICheckerEngine object to be used to check the text.
 

Methods in com.keyoti.rapidSpell.web with parameters of type ICheckerEngine
 void RapidSpellWInlineHelperBean.setCheckerEngine(ICheckerEngine value)
          The ICheckerEngine object to be used to check the text.
 void RapidSpellWInlineHelper.setCheckerEngine(ICheckerEngine value)
          The ICheckerEngine object to be used to check the text.
 void RapidSpellWebBean.setCheckerEngine(ICheckerEngine value)
          The ICheckerEngine object to be used to check the text.
 void RapidSpellWeb.setCheckerEngine(ICheckerEngine value)
          The ICheckerEngine object to be used to check the text.
 


RapidSpell Web


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