Uses of Package
com.swabunga.spell.engine

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

Classes in com.swabunga.spell.engine used by com.swabunga.spell.engine
Configuration
          The various settings used to control how a spell checker works are read from here.
SpellDictionary
          An interface for all dictionary implementations.
SpellDictionaryASpell
          Container for various methods that any SpellDictionary will use.
SpellDictionaryDichoDisk
          Another implementation of SpellDictionary that doesn't cache any words in memory.
SpellDictionaryHashMap
          The SpellDictionaryHashMap holds the dictionary

This class is thread safe.

Transformator
          An interface for all Transformators - which take a dictionary word and converts into its phonetic hash.
 

Classes in com.swabunga.spell.engine used by com.swabunga.spell.event
Configuration
          The various settings used to control how a spell checker works are read from here.
SpellDictionary
          An interface for all dictionary implementations.
 

Classes in com.swabunga.spell.engine used by com.swabunga.spell.swing
SpellDictionary
          An interface for all dictionary implementations.