com.jdc.gui.html.tag.attr
Class Title
java.lang.Object
|
+--com.jdc.xml.tag.Attribute
|
+--com.jdc.gui.html.tag.Attribute
|
+--com.jdc.gui.html.tag.attr.Title
- All Implemented Interfaces:
- MarkupLanguage, Serializable
- public class Title
- extends Attribute
Title is used to create an HTML title attribute that provides a "tool tip" to the user
when the mouse cursor is placed on an HTML tag which implements this attribute.
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
Span,
TableColumn,
Serialized Form
|
Constructor Summary |
Title()
Constructs a Title object. |
|
Method Summary |
String |
create(String text)
Create and return the title name/title attribute. |
Title
public Title()
- Constructs a Title object.
create
public String create(String text)
- Create and return the title name/title attribute.
- Returns:
- String Title attribute.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.