Klasse javax.swing.text.html.HTMLEditorKit | 1.2 |
java.lang.Object | +--javax.swing.text.EditorKit | +--javax.swing.text.DefaultEditorKit | +--javax.swing.text.StyledEditorKit | +--javax.swing.text.html.HTMLEditorKit
Geschachtelte Klassen | |
---|---|
public static | HTMLEditorKit.HTMLFactory |
public static | HTMLEditorKit.HTMLTextAction |
public static | HTMLEditorKit.InsertHTMLAction |
public static | HTMLEditorKit.LinkController |
public abstract static | HTMLEditorKit.Parser |
public static | HTMLEditorKit.ParserCallback |
Datenelemente | |
---|---|
public final static String | DEFAULT_CSS |
public final static String | BOLD_ACTION |
public final static String | ITALIC_ACTION |
public final static String | PARA_INDENT_LEFT |
public final static String | PARA_INDENT_RIGHT |
public final static String | FONT_CHANGE_BIGGER |
public final static String | FONT_CHANGE_SMALLER |
public final static String | COLOR_ACTION |
public final static String | LOGICAL_STYLE_ACTION |
public final static String | IMG_ALIGN_TOP |
public final static String | IMG_ALIGN_MIDDLE |
public final static String | IMG_ALIGN_BOTTOM |
public final static String | IMG_BORDER |
Konstruktoren | |
---|---|
public | HTMLEditorKit() |
Methoden | |
---|---|
public String | getContentType() |
public ViewFactory | getViewFactory() |
public Document | createDefaultDocument() |
public void | read(Reader in, Document doc, int pos) |
public void | insertHTML(HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag insertTag) |
public void | write(Writer out, Document doc, int pos, int len) |
public void | install(JEditorPane c) |
public void | deinstall(JEditorPane c) |
public void | setStyleSheet(StyleSheet s) |
public StyleSheet | getStyleSheet() |
public Action[] | getActions() |
protected void | createInputAttributes(Element element, MutableAttributeSet set) |
public MutableAttributeSet | getInputAttributes() |
public void | setDefaultCursor(Cursor cursor) ![]() |
public Cursor | getDefaultCursor() ![]() |
public void | setLinkCursor(Cursor cursor) ![]() |
public Cursor | getLinkCursor() |
public Object | clone() |
protected HTMLEditorKit.Parser | getParser() |
public AccessibleContext | getAccessibleContext() ![]() |