com.swabunga.spell.examples
Class SpellCheckExample

java.lang.Object
  extended bycom.swabunga.spell.examples.SpellCheckExample
All Implemented Interfaces:
java.util.EventListener, SpellCheckListener

public class SpellCheckExample
extends java.lang.Object
implements SpellCheckListener

This class shows an example of how to use the spell checking capability.

Author:
Jason Height ([email protected])

Constructor Summary
SpellCheckExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void spellingError(SpellCheckEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellCheckExample

public SpellCheckExample()
Method Detail

spellingError

public void spellingError(SpellCheckEvent event)
Specified by:
spellingError in interface SpellCheckListener

main

public static void main(java.lang.String[] args)