Class AutoSpellEditorKit

All Implemented Interfaces:
AutoSpellConstants, Serializable, Cloneable

public class AutoSpellEditorKit extends StyledEditorKit implements AutoSpellConstants
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).
Author:
Robert Gustavsson (robert@lindesign.se)
See Also: