Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction1.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

Deklaration

public static class HTMLEditorKit.InsertHTMLTextAction
extends javax.swing.text.html.HTMLEditorKit.HTMLTextAction

Beschreibung


 
Datenelemente
protected Stringhtml
protected HTML.TagparentTag
protected HTML.TagaddTag
protected HTML.TagalternateParentTag
protected HTML.TagalternateAddTag
 
Konstruktoren
publicHTMLEditorKit.InsertHTMLTextAction(String name, String html, HTML.Tag parentTag, HTML.Tag addTag)
publicHTMLEditorKit.InsertHTMLTextAction(String name, String html, HTML.Tag parentTag, HTML.Tag addTag, HTML.Tag alternateParentTag, HTML.Tag alternateAddTag)
 
Methoden
protected voidinsertHTML(JEditorPane editor, HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag addTag)
protected voidinsertAtBoundary(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)     [1.3]
protected voidinsertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
      Verworfen in Version 1.4.
public voidactionPerformed(ActionEvent ae)


 

Datenelemente im Detail

protected String html
protected HTML.Tag parentTag
protected HTML.Tag addTag
protected HTML.Tag alternateParentTag
protected HTML.Tag alternateAddTag

 

Konstruktoren im Detail

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 im Detail

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)     [1.3]
protected void insertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
public void actionPerformed(ActionEvent ae)


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.