Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
public static class: HTML.UnknownTag [javadoc | source]
java.lang.Object
   javax.swing.text.html.HTML.Tag
      javax.swing.text.html.HTML$UnknownTag

All Implemented Interfaces:
    java$io$Serializable

Fields inherited from javax.swing.text.html.HTML$Tag:
blockTag,  breakTag,  name,  unknown,  A,  ADDRESS,  APPLET,  AREA,  B,  BASE,  BASEFONT,  BIG,  BLOCKQUOTE,  BODY,  BR,  CAPTION,  CENTER,  CITE,  CODE,  DD,  DFN,  DIR,  DIV,  DL,  DT,  EM,  FONT,  FORM,  FRAME,  FRAMESET,  H1,  H2,  H3,  H4,  H5,  H6,  HEAD,  HR,  HTML,  I,  IMG,  INPUT,  ISINDEX,  KBD,  LI,  LINK,  MAP,  MENU,  META,  NOBR,  NOFRAMES,  OBJECT,  OL,  OPTION,  P,  PARAM,  PRE,  SAMP,  SCRIPT,  SELECT,  SMALL,  SPAN,  STRIKE,  S,  STRONG,  STYLE,  SUB,  SUP,  TABLE,  TD,  TEXTAREA,  TH,  TITLE,  TR,  TT,  U,  UL,  VAR,  IMPLIED,  CONTENT,  COMMENT,  allTags
Constructor:
 public UnknownTag(String id) 
    Creates a new UnknownTag with the specified id.
    Parameters:
    id - the id of the new tag
Method from javax.swing.text.html.HTML$UnknownTag Summary:
equals,   hashCode
Methods from javax.swing.text.html.HTML$Tag:
breaksFlow,   isBlock,   isParagraph,   isPreformatted,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.HTML$UnknownTag Detail:
 public boolean equals(Object obj) 
    Compares this object to the specifed object. The result is true if and only if the argument is not null and is an UnknownTag object with the same name.
 public int hashCode() 
    Returns the hash code which corresponds to the string for this tag.