2004.04.29


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

Field Summary
 
Fields inherited from class com.jdc.gui.html.tag.Attribute
SINGLE_QUOTE
 
Fields inherited from class com.jdc.xml.tag.Attribute
DOUBLE_QUOTE, EQUALS
 
Fields inherited from interface com.jdc.gui.html.MarkupLanguage
XHTML
 
Constructor Summary
Title()
          Constructs a Title object.
 
Method Summary
 String create(String text)
          Create and return the title name/title attribute.
 
Methods inherited from class com.jdc.gui.html.tag.Attribute
create, create, getName, getQuoteCharacter, getQuotedValue, getValue
 
Methods inherited from class com.jdc.xml.tag.Attribute
create, create, create, create, create, getQualifier, setName, setQualifier, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Title

public Title()
Constructs a Title object.

Method Detail

create

public String create(String text)
Create and return the title name/title attribute.

Returns:
String Title attribute.

2004.04.29



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