com.swabunga.spell.examples
Class SpellCheckExample2

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

public class SpellCheckExample2
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
SpellCheckExample2(java.lang.String phoneticFileName)
           
 
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

SpellCheckExample2

public SpellCheckExample2(java.lang.String phoneticFileName)
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)