![]() |
|
Contents |
Inherited by DefaultEditorKit.
Public Member Functions | |
| abstract Caret | createCaret () |
| abstract Document | createDefaultDocument () |
| Object | clone () |
| void | install (final JEditorPane jep) |
| void | deinstall (final JEditorPane jep) |
| abstract Action[] | getActions () |
| abstract String | getContentType () |
| abstract ViewFactory | getViewFactory () |
| abstract void | read (InputStream in, Document doc, int pos) throws IOException, BadLocationException |
| abstract void | read (Reader in, Document doc, int pos) throws IOException, BadLocationException |
| abstract void | write (OutputStream out, Document doc, int pos, int len) throws IOException, BadLocationException |
| abstract void | write (Writer out, Document doc, int pos, int len) throws IOException, BadLocationException |
| abstract Caret createCaret | ( | ) | [pure virtual] |
Implemented in DefaultEditorKit.
| abstract Document createDefaultDocument | ( | ) | [pure virtual] |
Implemented in DefaultEditorKit, StyledEditorKit, and HTMLEditorKit.
| Object clone | ( | ) |
Reimplemented in HTMLEditorKit.
| void install | ( | final JEditorPane | jep | ) |
Reimplemented in StyledEditorKit, and HTMLEditorKit.
| void deinstall | ( | final JEditorPane | jep | ) |
Reimplemented in StyledEditorKit, and HTMLEditorKit.
| abstract Action [] getActions | ( | ) | [pure virtual] |
Implemented in DefaultEditorKit, StyledEditorKit, and HTMLEditorKit.
| abstract String getContentType | ( | ) | [pure virtual] |
Implemented in DefaultEditorKit, and HTMLEditorKit.
| abstract ViewFactory getViewFactory | ( | ) | [pure virtual] |
Implemented in JEditorPane.PlainEditorKit, DefaultEditorKit, StyledEditorKit, and HTMLEditorKit.
| abstract void read | ( | InputStream | in, | |
| Document | doc, | |||
| int | pos | |||
| ) | throws IOException, BadLocationException [pure virtual] |
| abstract void read | ( | Reader | in, | |
| Document | doc, | |||
| int | pos | |||
| ) | throws IOException, BadLocationException [pure virtual] |
| abstract void write | ( | OutputStream | out, | |
| Document | doc, | |||
| int | pos, | |||
| int | len | |||
| ) | throws IOException, BadLocationException [pure virtual] |
| abstract void write | ( | Writer | out, | |
| Document | doc, | |||
| int | pos, | |||
| int | len | |||
| ) | throws IOException, BadLocationException [pure virtual] |