Package com.swabunga.spell.event
package com.swabunga.spell.event
-
ClassDescriptionDefines common methods and behaviour for the various word finding subclasses.This class tokenizes a input string.A basic word finder, which searches text for sequences of letters.This class tokenizes a swing document model.This class tokenizes a input file.A word finder Java source files, which searches text for sequences of letters formated as Java comments.This is the main class for spell checking (using the new event based spell checking).This event is fired off by the SpellChecker and is passed to the registered SpellCheckListenersThis is the event based listener interface.This class tokenizes a input string.A word finder for TeX and LaTeX documents, which searches text for sequences of letters, but ignores any commands and environments as well as Math environments.Offers basic methods to manipulate a text string representing a word.An interface for objects which take a String as input, and iterates through the words in the string.An exception to indicate that there not enough words as expected.An interface for objects which take a text-based media as input, and iterate through the words in the text stored in that media.A word finder for XML or HTML documents, which searches text for sequences of letters, but ignores the text inside any tags.