Klasse javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction | 1.2 |
java.lang.Object | +--javax.swing.AbstractAction | +--javax.swing.text.TextAction | +--javax.swing.text.StyledEditorKit.StyledTextAction | +--javax.swing.text.html.HTMLEditorKit.HTMLTextAction | +--javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
Datenelemente | |
---|---|
protected String | html |
protected HTML.Tag | parentTag |
protected HTML.Tag | addTag |
protected HTML.Tag | alternateParentTag |
protected HTML.Tag | alternateAddTag |
Konstruktoren | |
---|---|
public | HTMLEditorKit.InsertHTMLTextAction(String name, String html, HTML.Tag parentTag, HTML.Tag addTag) |
public | HTMLEditorKit.InsertHTMLTextAction(String name, String html, HTML.Tag parentTag, HTML.Tag addTag, HTML.Tag alternateParentTag, HTML.Tag alternateAddTag) |
Methoden | |
---|---|
protected void | insertHTML(JEditorPane editor, HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag addTag) |
protected void | insertAtBoundary(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag) ![]() |
protected void | insertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
Verworfen in Version 1.4. |
public void | actionPerformed(ActionEvent ae) |