Uses of Interface
com.swabunga.spell.event.SpellCheckEvent

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

Uses of SpellCheckEvent in com.swabunga.spell.event
 

Methods in com.swabunga.spell.event with parameters of type SpellCheckEvent
 void SpellCheckListener.spellingError(SpellCheckEvent event)
           
 

Uses of SpellCheckEvent in com.swabunga.spell.swing
 

Methods in com.swabunga.spell.swing with parameters of type SpellCheckEvent
 void JSpellForm.setSpellEvent(SpellCheckEvent event)
          Sets the current spell check event that is being shown to the user
 void JSpellDialog.show(SpellCheckEvent e)
           
 void JTextComponentSpellChecker.spellingError(SpellCheckEvent event)