| Interface | Description |
|---|---|
| AutoSpellConstants |
Just some constants used by autospell.
|
| Class | Description |
|---|---|
| AutoSpellCheckHandler |
This class handles the actual autospelling by implementing some listeners
on the spellchecked JEditorPane and Document.
|
| AutoSpellEditorKit |
This editorkit just forwards all method calls to the original EditorKit
for all method but getAction where it also adds a "MarkAsMisspelled" action
and getViewFactory where we return our own ViewFactory (Based on the original).
|
| AutoSpellView |
This View just forward all calls to the original view but also paints
the waved line if the Elements is marked as misspelled.
|
| AutoSpellViewFactory |
Gets the views from the original ViewFactory and but all of them in a
AutoSpellView to support the waved line style.
|