|
RapidSpell Desktop |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.keyoti.rapidSpell.desktop.SuggestionFinder
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 |
public SuggestionFinder(javax.swing.JList jList, ICheckerEngine spellChecker, javax.swing.JLabel status, int guiLanguage)
jList
- the JList that the suggestions will be loaded intospellChecker
- the RapidSpellChecker to use to find suggestionsstatus
- the JLabel that should be changed to "Finding Suggestions" whilst loadingMethod Detail |
public void start()
public void run()
|
RapidSpell Desktop |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |