|
Class Summary |
| AbstractWordFinder |
Defines common methods and behaviour for the various word finding
subclasses. |
| AbstractWordTokenizer |
This class tokenizes a input string. |
| DefaultWordFinder |
A basic word finder, which searches text for sequences of letters. |
| DocumentWordTokenizer |
This class tokenizes a swing document model. |
| FileWordTokenizer |
This class tokenizes a input file. |
| JavaWordFinder |
A basic word finder, which searches text for sequences of letters. |
| SpellChecker |
This is the main class for spell checking (using the new event based spell
checking). |
| StringWordTokenizer |
This class tokenizes a input string. |
| TeXWordFinder |
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. |
| Word |
|
| XMLWordFinder |
A word finder for XML or HTML documents, which searches text for sequences
of letters, but ignores the text inside any tags. |