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 void
void
spellingError
(SpellCheckEvent event) Propagates the spelling errors to listeners.
-
Constructor Details
-
SpellCheckExample2
-
-
Method Details
-
spellingError
Description copied from interface:SpellCheckListener
Propagates the spelling errors to listeners.- Specified by:
spellingError
in interfaceSpellCheckListener
- Parameters:
event
- The event to handle
-
main
-