public class SpellCheckEvent
extends java.util.EventObject
| Constructor | Description |
|---|---|
SpellCheckEvent(SpellChecker spellChecker,
WordFinder finder) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
cancel() |
Set the action to terminate processing of the spellchecker.
|
Word |
getCurrentWord() |
Returns the currently word.
|
SpellDictionary |
getDictionary() |
|
SpellChecker |
getSpellChecker() |
|
WordFinder |
getWordFinder() |
|
boolean |
isCancel() |
public SpellCheckEvent(SpellChecker spellChecker, WordFinder finder)
public SpellChecker getSpellChecker()
public SpellDictionary getDictionary()
public WordFinder getWordFinder()
public Word getCurrentWord()
public void cancel()
public boolean isCancel()