public class SpellCheckEvent extends EventObject
source| Constructor and Description |
|---|
SpellCheckEvent(SpellChecker spellChecker,
WordFinder finder) |
| Modifier and Type | Method and 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() |
getSource, toStringpublic SpellCheckEvent(SpellChecker spellChecker, WordFinder finder)
public SpellChecker getSpellChecker()
public SpellDictionary getDictionary()
public WordFinder getWordFinder()
public Word getCurrentWord()
public void cancel()
public boolean isCancel()
Copyright © 2020. All rights reserved.