Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
public static final class: HTML.Attribute [javadoc | source]
java.lang.Object
   javax.swing.text.html.HTML$Attribute
Typesafe enumeration representing an HTML attribute.
Field Summary
public static final  Attribute SIZE     
public static final  Attribute COLOR     
public static final  Attribute CLEAR     
public static final  Attribute BACKGROUND     
public static final  Attribute BGCOLOR     
public static final  Attribute TEXT     
public static final  Attribute LINK     
public static final  Attribute VLINK     
public static final  Attribute ALINK     
public static final  Attribute WIDTH     
public static final  Attribute HEIGHT     
public static final  Attribute ALIGN     
public static final  Attribute NAME     
public static final  Attribute HREF     
public static final  Attribute REL     
public static final  Attribute REV     
public static final  Attribute TITLE     
public static final  Attribute TARGET     
public static final  Attribute SHAPE     
public static final  Attribute COORDS     
public static final  Attribute ISMAP     
public static final  Attribute NOHREF     
public static final  Attribute ALT     
public static final  Attribute ID     
public static final  Attribute SRC     
public static final  Attribute HSPACE     
public static final  Attribute VSPACE     
public static final  Attribute USEMAP     
public static final  Attribute LOWSRC     
public static final  Attribute CODEBASE     
public static final  Attribute CODE     
public static final  Attribute ARCHIVE     
public static final  Attribute VALUE     
public static final  Attribute VALUETYPE     
public static final  Attribute TYPE     
public static final  Attribute CLASS     
public static final  Attribute STYLE     
public static final  Attribute LANG     
public static final  Attribute FACE     
public static final  Attribute DIR     
public static final  Attribute DECLARE     
public static final  Attribute CLASSID     
public static final  Attribute DATA     
public static final  Attribute CODETYPE     
public static final  Attribute STANDBY     
public static final  Attribute BORDER     
public static final  Attribute SHAPES     
public static final  Attribute NOSHADE     
public static final  Attribute COMPACT     
public static final  Attribute START     
public static final  Attribute ACTION     
public static final  Attribute METHOD     
public static final  Attribute ENCTYPE     
public static final  Attribute CHECKED     
public static final  Attribute MAXLENGTH     
public static final  Attribute MULTIPLE     
public static final  Attribute SELECTED     
public static final  Attribute ROWS     
public static final  Attribute COLS     
public static final  Attribute DUMMY     
public static final  Attribute CELLSPACING     
public static final  Attribute CELLPADDING     
public static final  Attribute VALIGN     
public static final  Attribute HALIGN     
public static final  Attribute NOWRAP     
public static final  Attribute ROWSPAN     
public static final  Attribute COLSPAN     
public static final  Attribute PROMPT     
public static final  Attribute HTTPEQUIV     
public static final  Attribute CONTENT     
public static final  Attribute LANGUAGE     
public static final  Attribute VERSION     
public static final  Attribute N     
public static final  Attribute FRAMEBORDER     
public static final  Attribute MARGINWIDTH     
public static final  Attribute MARGINHEIGHT     
public static final  Attribute SCROLLING     
public static final  Attribute NORESIZE     
public static final  Attribute ENDTAG     
public static final  Attribute COMMENT     
static final  Attribute MEDIA     
static final  Attribute[] allAttributes     
Constructor:
 Attribute(String id) 
    Creates a new Attribute with the specified id.
    Parameters:
    id - the id of the new Attribute
Method from javax.swing.text.html.HTML$Attribute Summary:
toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.HTML$Attribute Detail:
 public String toString() 
    Returns the string representation of this attribute.