All Classes
Class
Description
Extends SimpleTextBoundary to included more advanced parsing.
Represents a mis-spelt word in the text.
Encodes and decodes to and from Base64 notation.
A
Base64.InputStream
will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.A
Base64.OutputStream
will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Abstract base implementation of ICheckerEngine, override chosen members for desired functionality.
Handles requests for resource files and AJAX calls
Cookie based user dictionary.
Contains the text for the checker in different cultures
Cache of loaded dictionaries.
This is used for PHP (Java bridge) compatibility only.
Html select box
Defines the interface required for a class to be used as a checker engine.
Html Label
Language type identifiers.
Thrown if nextBadWord() has not been run first and found a mis-spelt word
Checks a text string for spelling errors and makes suggested corrections.
JavaBean configuration information.
RapidSpell Web tag, this is the actual dialog spell checker tag (see RapidSpellWebBean for underlying logic).
RapidSpell Web Bean, returns html for the actual spell checker, this is useful for Servlets.
RapidSpell Web Launcher Tag, shows a button/image that launches the spell checker
RapidSpell Web Launcher Bean, returns html that shows a button which launches the spell checker, useful for Servlets
RapidSpell Web Multiple Tag, shows a button that launches multiple RapidSpellWebLaunchers consecutively.
RapidSpell Web Multiple Bean, returns html that shows a button which launches multiple spell checkers, useful for Servlets
RapidSpellWInline Tag, shows a button/image that launches the spell checker
RapidSpellWInlineHelper Tag, performs spell check in AJAX requests
RapidSpellWInlineTextBox Tag, shows a text box capable of dynamic inline spell checking
RapidSpell button
Html text box
Used for assertion tests,
Possible text box interface type identifiers.
Represents the UserDictionary