Uses of Class
javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
| Package | Description |
|---|---|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating
HTML text editors. |
-
Uses of HTMLDocument.HTMLReader.TagAction in javax.swing.text.html
Subclasses of HTMLDocument.HTMLReader.TagAction in javax.swing.text.html Modifier and Type Class Description classHTMLDocument.HTMLReader.BlockActionAction assigned by default to handle the Block task of the reader.classHTMLDocument.HTMLReader.CharacterActionAction assigned by default to handle the Character task of the reader.classHTMLDocument.HTMLReader.FormActionAction to support forms by building all of the elements used to represent form controls.classHTMLDocument.HTMLReader.HiddenActionAction assigned by default to handle the Hidden task of the reader.classHTMLDocument.HTMLReader.IsindexActionAction assigned by default to handle the Isindex task of the reader.classHTMLDocument.HTMLReader.ParagraphActionAction assigned by default to handle the Paragraph task of the reader.classHTMLDocument.HTMLReader.PreActionAction assigned by default to handle the Pre block task of the reader.classHTMLDocument.HTMLReader.SpecialActionAction assigned by default to handle the Special task of the reader.Methods in javax.swing.text.html with parameters of type HTMLDocument.HTMLReader.TagAction Modifier and Type Method Description protected voidHTMLDocument.HTMLReader. registerTag(HTML.Tag t, HTMLDocument.HTMLReader.TagAction a)Registers a handler for the given tag.