|
|
javax > javax.swing > javax.swing.text > javax.swing.text.html > javax.swing.text.html.htmleditorkit >
Class: javax.swing.text.html.HTMLEditorKit java.lang.Object javax.swing.text.EditorKit javax.swing.text.DefaultEditorKit javax.swing.text.StyledEditorKit javax.swing.text.html.HTMLEditorKit
public class HTMLEditorKit extends StyledEditorKit implements Accessible
FIELDS:
public static final String BOLD_ACTION : html-bold-action public static final String COLOR_ACTION : html-color-action public static final String DEFAULT_CSS : default.css public static final String FONT_CHANGE_BIGGER : html-font-bigger public static final String FONT_CHANGE_SMALLER : html-font-smaller public static final String IMG_ALIGN_BOTTOM : html-image-align-bottom public static final String IMG_ALIGN_MIDDLE : html-image-align-middle public static final String IMG_ALIGN_TOP : html-image-align-top public static final String IMG_BORDER : html-image-border public static final String ITALIC_ACTION : html-italic-action public static final String LOGICAL_STYLE_ACTION : html-logical-style-action public static final String PARA_INDENT_LEFT : html-para-indent-left public static final String PARA_INDENT_RIGHT : html-para-indent-right |
|
|
|
CONSTRUCTORS:
METHODS:
| | | | public | Object | clone() Overrides: StyledEditorKit Overrides: EditorKit Overrides: Object |
| | public | Document | createDefaultDocument() Overrides: StyledEditorKit Overrides: DefaultEditorKit Overrides: EditorKit |
| | protected | void | createInputAttributes(Element element, MutableAttributeSet set) Overrides: StyledEditorKit |
| | public | void | deinstall(JEditorPane c) Overrides: StyledEditorKit Overrides: EditorKit |
| | public | AccessibleContext | getAccessibleContext() |
| | public | Action[] | getActions() Overrides: StyledEditorKit Overrides: DefaultEditorKit Overrides: EditorKit |
| | public | String | getContentType() Overrides: DefaultEditorKit Overrides: EditorKit |
| | public | Cursor | getDefaultCursor() |
| | public | MutableAttributeSet | getInputAttributes() Overrides: StyledEditorKit |
| | public | Cursor | getLinkCursor() |
| | protected | HTMLEditorKit.Parser | getParser() |
| | public | StyleSheet | getStyleSheet() |
| | public | ViewFactory | getViewFactory() Overrides: StyledEditorKit Overrides: DefaultEditorKit Overrides: EditorKit |
| | public | void | insertHTML(HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag insertTag) Throws: RuntimeException Throws: BadLocationException Throws: IOException |
| | public | void | install(JEditorPane c) Overrides: StyledEditorKit Overrides: EditorKit |
| | public | boolean | isAutoFormSubmission() |
| | public | void | read(Reader in, Document doc, int pos) Throws: IOException Throws: BadLocationException Throws: RuntimeException Overrides: DefaultEditorKit Overrides: EditorKit |
| | public | void | setAutoFormSubmission(boolean isAuto) |
| | public | void | setDefaultCursor(Cursor cursor) |
| | public | void | setLinkCursor(Cursor cursor) |
| | public | void | setStyleSheet(StyleSheet s) |
| | public | void | write(Writer out, Document doc, int pos, int len) Throws: IOException Throws: BadLocationException Overrides: DefaultEditorKit Overrides: EditorKit |
| |
|
|
|
INHERITED METHODS:
| getInputAttributes(), getCharacterAttributeRun(), getActions(), createDefaultDocument(), install(javax.swing.JEditorPane), deinstall(javax.swing.JEditorPane), getViewFactory(), clone(), createInputAttributes(javax.swing.text.Element, javax.swing.text.MutableAttributeSet), getContentType(), getViewFactory(), getActions(), createCaret(), createDefaultDocument(), read(java.io.InputStream, javax.swing.text.Document, int), read(java.io.Reader, javax.swing.text.Document, int), write(java.io.OutputStream, javax.swing.text.Document, int, int), write(java.io.Writer, javax.swing.text.Document, int, int), clone(), install(javax.swing.JEditorPane), deinstall(javax.swing.JEditorPane), getContentType(), getViewFactory(), getActions(), createCaret(), createDefaultDocument(), read(java.io.InputStream, javax.swing.text.Document, int), read(java.io.Reader, javax.swing.text.Document, int), write(java.io.OutputStream, javax.swing.text.Document, int, int), write(java.io.Writer, javax.swing.text.Document, int, int), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|