2004.04.29


Package com.jdc.gui.html.tag

Provides classes for creating HTML tags.

See:
          Description

Interface Summary
TableColumn.Format Format represents the Cascading Style Sheet (CSS) class styles for a table column.
 

Class Summary
Anchor Anchor is used to create the HTML required to create an Anchor tag to display to a user including the start tag, the Anchor attributes, and the end tag.
Attribute The Attribute class represents an attribute associated with an HTML tag object.
Body Body contains the document body.
Break Break is used to create the HTML required to create a break tag for display in a browser.
DocumentType DocumentType represents an HTML or XHTML document type definition, an optional part of an HTML document prolog.
Font Font is used to create the HTML required to apply a font to display text in a browser, including the start tag, the font attributes, and the end tag as well as the actual text to display.
Form Form defines an interactive form.
Head Head contains header information about the document, such as its title, keywords, description, and style sheet.
HorizontalRule HorizontalRule is used to create the HTML required to create a horizontal rule tag for display in a browser.
Html Html contains the HTML document, made up of the HEAD followed by the BODY, except in Frameset documents where the FRAMESET element replaces the BODY.
Image Image is used to create the HTML required to create an Image tag to display to a user including the start tag, the Image attributes, and the end tag.
Input Input is used to create the HTML required to create input tags in a browser, including the start tag, the input attributes, and the end tag as well as the actual input data.
Meta Meta is
Option Option is used to create the HTML required to create an option in a selection list in a browser, including the start tag, the option attributes, and the end tag.
Select Select is used to create the HTML required to create a selection list to display in a browser, including the start tag, the select attributes, and the end tag as well as the selection options to display.
Span Span is used to create the HTML required to create a structure within a document in a browser, including the start tag, the span attributes, and the end tag.
Table Table is used to create the HTML required to create a table in a browser, including the start tag, the table attributes, and the end tag as well as the actual table data.
TableColumn TableColumn is used to create the HTML required to create a table column, i.e.
TableRow TableRow is used to create the HTML required to create a table row in a browser, including the start tag, the row attributes, and the end tag as well as the actual table row data.
Textarea Textarea is used to create the HTML required to create a structure within a document in a browser, including the start tag, the Textarea attributes, and the end tag.
Title Title represents an HTML document TITLE element.
 

Package com.jdc.gui.html.tag Description

Provides classes for creating HTML tags.

Version:
1.0
Author:
J. Damon & Co.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.