com.swabunga.spell.examples
Class SpellCheckExample

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

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 (jheight@chariot.net.au)

Constructor Summary
SpellCheckExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void spellingError(SpellCheckEvent event)
          Propagates the spelling errors to listeners.
 
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)
Description copied from interface: SpellCheckListener
Propagates the spelling errors to listeners.

Specified by:
spellingError in interface SpellCheckListener
Parameters:
event - The event to handle

main

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