RapidSpell Desktop


com.keyoti.rapidSpell.desktop
Class SuggestionFinder

java.lang.Object
  |
  +--com.keyoti.rapidSpell.desktop.SuggestionFinder

public class SuggestionFinder
extends java.lang.Object
implements java.lang.Runnable

Seperate thread to find suggestions and populate the JList


Constructor Summary
SuggestionFinder(javax.swing.JList jList, ICheckerEngine spellChecker, javax.swing.JLabel status, int guiLanguage)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionFinder

public SuggestionFinder(javax.swing.JList jList,
                        ICheckerEngine spellChecker,
                        javax.swing.JLabel status,
                        int guiLanguage)
Parameters:
jList - the JList that the suggestions will be loaded into
spellChecker - the RapidSpellChecker to use to find suggestions
status - the JLabel that should be changed to "Finding Suggestions" whilst loading
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface java.lang.Runnable

RapidSpell Desktop


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