|
|
javax > javax.swing > javax.swing.text > javax.swing.text.editorkit >
Class: javax.swing.text.EditorKit java.lang.Object javax.swing.text.EditorKit
public abstract class EditorKit extends Object implements Cloneable, Serializable
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | Object | clone() Overrides: Object |
| | public abstract | Caret | createCaret() |
| | public abstract | Document | createDefaultDocument() |
| | public | void | deinstall(JEditorPane c) |
| | public abstract | Action[] | getActions() |
| | public abstract | String | getContentType() |
| | public abstract | ViewFactory | getViewFactory() |
| | public | void | install(JEditorPane c) |
| | public abstract | void | read(InputStream in, Document doc, int pos) Throws: IOException Throws: BadLocationException |
| | public abstract | void | read(Reader in, Document doc, int pos) Throws: IOException Throws: BadLocationException |
| | public abstract | void | write(OutputStream out, Document doc, int pos, int len) Throws: IOException Throws: BadLocationException |
| | public abstract | void | write(Writer out, Document doc, int pos, int len) Throws: IOException Throws: BadLocationException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|