public class AutoSpellEditorKit extends javax.swing.text.StyledEditorKit implements AutoSpellConstants
javax.swing.text.StyledEditorKit.AlignmentAction, javax.swing.text.StyledEditorKit.BoldAction, javax.swing.text.StyledEditorKit.FontFamilyAction, javax.swing.text.StyledEditorKit.FontSizeAction, javax.swing.text.StyledEditorKit.ForegroundAction, javax.swing.text.StyledEditorKit.ItalicAction, javax.swing.text.StyledEditorKit.StyledTextAction, javax.swing.text.StyledEditorKit.UnderlineActionjavax.swing.text.DefaultEditorKit.BeepAction, javax.swing.text.DefaultEditorKit.CopyAction, javax.swing.text.DefaultEditorKit.CutAction, javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction, javax.swing.text.DefaultEditorKit.InsertBreakAction, javax.swing.text.DefaultEditorKit.InsertContentAction, javax.swing.text.DefaultEditorKit.InsertTabAction, javax.swing.text.DefaultEditorKit.PasteActionbackwardAction, beepAction, beginAction, beginLineAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deleteNextWordAction, deletePrevCharAction, deletePrevWordAction, downAction, endAction, endLineAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableActionwordMisspelled, wordMisspelledTrue| Constructor and Description |
|---|
AutoSpellEditorKit(javax.swing.text.StyledEditorKit editorKit) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
javax.swing.text.Caret |
createCaret() |
javax.swing.text.Document |
createDefaultDocument() |
void |
deinstall(javax.swing.JEditorPane c) |
javax.swing.Action[] |
getActions() |
javax.swing.text.Element |
getCharacterAttributeRun() |
java.lang.String |
getContentType() |
javax.swing.text.MutableAttributeSet |
getInputAttributes() |
javax.swing.text.StyledEditorKit |
getStyledEditorKit() |
javax.swing.text.ViewFactory |
getViewFactory() |
void |
install(javax.swing.JEditorPane c) |
void |
read(java.io.InputStream in,
javax.swing.text.Document doc,
int pos) |
void |
read(java.io.Reader in,
javax.swing.text.Document doc,
int pos) |
void |
write(java.io.OutputStream out,
javax.swing.text.Document doc,
int pos,
int len) |
void |
write(java.io.Writer out,
javax.swing.text.Document doc,
int pos,
int len) |
public AutoSpellEditorKit(javax.swing.text.StyledEditorKit editorKit)
public javax.swing.text.StyledEditorKit getStyledEditorKit()
public java.lang.Object clone()
clone in class javax.swing.text.StyledEditorKitpublic void deinstall(javax.swing.JEditorPane c)
deinstall in class javax.swing.text.StyledEditorKitpublic javax.swing.text.Element getCharacterAttributeRun()
getCharacterAttributeRun in class javax.swing.text.StyledEditorKitpublic javax.swing.text.MutableAttributeSet getInputAttributes()
getInputAttributes in class javax.swing.text.StyledEditorKitpublic void install(javax.swing.JEditorPane c)
install in class javax.swing.text.StyledEditorKitpublic java.lang.String getContentType()
getContentType in class javax.swing.text.DefaultEditorKitpublic javax.swing.Action[] getActions()
getActions in class javax.swing.text.StyledEditorKitpublic javax.swing.text.Caret createCaret()
createCaret in class javax.swing.text.DefaultEditorKitpublic javax.swing.text.Document createDefaultDocument()
createDefaultDocument in class javax.swing.text.StyledEditorKitpublic javax.swing.text.ViewFactory getViewFactory()
getViewFactory in class javax.swing.text.StyledEditorKitpublic void read(java.io.InputStream in,
javax.swing.text.Document doc,
int pos)
throws java.io.IOException,
javax.swing.text.BadLocationException
read in class javax.swing.text.DefaultEditorKitjava.io.IOExceptionjavax.swing.text.BadLocationExceptionpublic void write(java.io.OutputStream out,
javax.swing.text.Document doc,
int pos,
int len)
throws java.io.IOException,
javax.swing.text.BadLocationException
write in class javax.swing.text.DefaultEditorKitjava.io.IOExceptionjavax.swing.text.BadLocationExceptionpublic void read(java.io.Reader in,
javax.swing.text.Document doc,
int pos)
throws java.io.IOException,
javax.swing.text.BadLocationException
read in class javax.swing.text.DefaultEditorKitjava.io.IOExceptionjavax.swing.text.BadLocationExceptionpublic void write(java.io.Writer out,
javax.swing.text.Document doc,
int pos,
int len)
throws java.io.IOException,
javax.swing.text.BadLocationException
write in class javax.swing.text.DefaultEditorKitjava.io.IOExceptionjavax.swing.text.BadLocationException