Subclasses of AbstractWordFinder in com.swabunga.spell.event |
class |
DefaultWordFinder
A basic word finder, which searches text for sequences of letters. |
class |
JavaWordFinder
A basic word finder, which searches text for sequences of letters. |
class |
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. |
class |
XMLWordFinder
A word finder for XML or HTML documents, which searches text for sequences
of letters, but ignores the text inside any tags. |