Package com.swabunga.spell.examples
Class SpellCheckExample2
java.lang.Object
com.swabunga.spell.examples.SpellCheckExample2
- All Implemented Interfaces:
SpellCheckListener,EventListener
This class shows an example of how to use the spell checking capability.
- Author:
- Jason Height (jheight@chariot.net.au)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidspellingError(SpellCheckEvent event) Propagates the spelling errors to listeners.
-
Constructor Details
-
SpellCheckExample2
-
-
Method Details
-
spellingError
Description copied from interface:SpellCheckListenerPropagates the spelling errors to listeners.- Specified by:
spellingErrorin interfaceSpellCheckListener- Parameters:
event- The event to handle
-
main
-