com.swabunga.spell.examples
Class SpellCheckExample2

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

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 ([email protected])

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

SpellCheckExample2

public SpellCheckExample2(java.lang.String phoneticFileName)
Method Detail

spellingError

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

main

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