Uses of Class
javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
Package
Description
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.-
Uses of HTMLDocument.HTMLReader.TagAction in javax.swing.text.html
Modifier and TypeClassDescriptionclass
Action assigned by default to handle the Block task of the reader.class
Action assigned by default to handle the Character task of the reader.class
Action to support forms by building all of the elements used to represent form controls.class
Action assigned by default to handle the Hidden task of the reader.class
Action assigned by default to handle the Isindex task of the reader.class
Action assigned by default to handle the Paragraph task of the reader.class
Action assigned by default to handle the Pre block task of the reader.class
Action assigned by default to handle the Special task of the reader.Modifier and TypeMethodDescriptionprotected void
HTMLDocument.HTMLReader.registerTag
(HTML.Tag t, HTMLDocument.HTMLReader.TagAction a) Registers a handler for the given tag.