javax.swing.text
public abstract class EditorKit extends Object implements Cloneable, Serializable
Constructor Summary | |
---|---|
EditorKit() |
Method Summary | |
---|---|
Object | clone() |
abstract Caret | createCaret() |
abstract Document | createDefaultDocument() |
void | deinstall(JEditorPane c)
Called when the kit is being removed from the JEditorPane. |
abstract Action[] | getActions() |
abstract String | getContentType() |
abstract ViewFactory | getViewFactory() |
void | install(JEditorPane c) |
abstract void | read(InputStream in, Document doc, int pos) |
abstract void | read(Reader in, Document doc, int pos) |
abstract void | write(OutputStream out, Document doc, int pos, int len) |
abstract void | write(Writer out, Document doc, int pos, int len) |