Package echopointng.richtext

Interface Summary
RichTextRenderer The RichTextRenderer interface allows the customisation of a RichTextArea component.
RichTextRenderer.CommandAppearance CommandAppearance controls what a command image looks like when it is rolled over or currently in a selected state.
RichTextSpellChecker RichTextSpellChecker is an interface used by a RichTextArea to spell check the words in it.
RichTextSpellChecker.SpellCheckerWord SpellCheckerWord is used to indicate the words contained within a block of text.
 

Class Summary
AbstractRichTextSpellChecker AbstractRichTextSpellChecker can be used as basis for building more complex spell checkers.
DefaultRichTextRenderer The DefaultRichTextRenderer is the default RichTextArea renderer.