Uses of Package
com.swabunga.spell.event

Packages that use com.swabunga.spell.event
com.swabunga.spell.event   
com.swabunga.spell.swing   
 

Classes in com.swabunga.spell.event used by com.swabunga.spell.event
AbstractWordFinder
          Defines common methods and behaviour for the various word finding subclasses.
AbstractWordTokenizer
          This class tokenizes a input string.
SpellCheckEvent
          This event is fired off by the SpellChecker and is passed to the registered SpellCheckListeners

AFAIK we will only require one implementation of the SpellCheckEvent (BasicSpellCheckEvent) but I have defnied this interface just in case.

SpellCheckListener
          This is the event based listener interface.
Word
           
WordFinder
          An interface for objects which take a String as input, and iterates through the words in the string.
WordTokenizer
          An interface for objects which take a text-based media as input, and iterate through the words in the text stored in that media.
 

Classes in com.swabunga.spell.event used by com.swabunga.spell.swing
SpellCheckEvent
          This event is fired off by the SpellChecker and is passed to the registered SpellCheckListeners

AFAIK we will only require one implementation of the SpellCheckEvent (BasicSpellCheckEvent) but I have defnied this interface just in case.

SpellCheckListener
          This is the event based listener interface.