Class Summary |
AYTExample |
Running this RapidSpellJar (by double clicking on it in Windows, or using 'java -jar RapidSpell.jar') runs this
class, which serves as an example use of RapidSpell and its GUI. |
Example |
Running this RapidSpellJar (by double clicking on it in Windows, or using 'java -jar RapidSpell.jar') runs this
class, which serves as an example use of RapidSpell and its GUI. |
RapidSpellAsYouType |
RapidSpell Desktop As-You-Type Control, spell checks text boxes as the user types. |
RapidSpellGUI |
Multi-threaded GUI for user to spell check any JTextComponent (eg, JEditorPane, JTextArea, JTextField). |
RapidSpellGUIBeanInfo |
JavaBean configuration information. |
RapidSpellGUIDialog |
Multi-threaded GUI for user to spell check any JTextComponent (eg, JEditorPane, JTextArea, JTextField). |
SuggestionFinder |
Seperate thread to find suggestions and populate the JList |
TextBoxUtilityAdapter |
Facilitates painting on any JTextComponent and tracks changes
This class can be derived from for custom painting of other text boxes. |
UnderlineStyle |
Identifier fields for underline styles in RapidSpellAsYouType. |
WavyUnderlinePainter |
The highlight painter used to paint underlines. |