swingwtx.swing.text
Class HTMLEditorKit

java.lang.Object
  extended byswingwtx.swing.text.EditorKit
      extended byswingwtx.swing.text.DefaultEditorKit
          extended byswingwtx.swing.text.StyledEditorKit
              extended byswingwtx.swing.text.HTMLEditorKit
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class HTMLEditorKit
extends StyledEditorKit

See Also:
Serialized Form

Field Summary
 
Fields inherited from class swingwtx.swing.text.DefaultEditorKit
backwardAction, beginAction, endAction, forwardAction
 
Constructor Summary
HTMLEditorKit()
           
 
Methods inherited from class swingwtx.swing.text.DefaultEditorKit
createDefaultDocument, getActions, getContentType, read, read, write, write
 
Methods inherited from class swingwtx.swing.text.EditorKit
clone, deinstall, install
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLEditorKit

public HTMLEditorKit()