RapidSpell Desktop


Uses of Interface
com.keyoti.rapidSpell.ICheckerEngine

Packages that use ICheckerEngine
com.keyoti.rapidSpell Core spell checker package. 
com.keyoti.rapidSpell.desktop Desktop 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.desktop
 

Fields in com.keyoti.rapidSpell.desktop declared as ICheckerEngine
protected  ICheckerEngine RapidSpellGUIDialog.theSpellChecker
          The spell checker component being used
protected  ICheckerEngine RapidSpellGUI.theSpellChecker
          The spell checker component being used
 

Methods in com.keyoti.rapidSpell.desktop that return ICheckerEngine
 ICheckerEngine RapidSpellGUIDialog.getCheckerEngine()
          Gets the checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
 ICheckerEngine RapidSpellGUI.getCheckerEngine()
          Gets the checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
 

Methods in com.keyoti.rapidSpell.desktop with parameters of type ICheckerEngine
 void RapidSpellGUIDialog.setCheckerEngine(ICheckerEngine value)
          Sets the checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
 void RapidSpellGUI.setCheckerEngine(ICheckerEngine value)
          Sets the checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
 

Constructors in com.keyoti.rapidSpell.desktop with parameters of type ICheckerEngine
SuggestionFinder.SuggestionFinder(javax.swing.JList jList, ICheckerEngine spellChecker, javax.swing.JLabel status, int guiLanguage)
           
 


RapidSpell Desktop


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