Searched defs:TR (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java78 TR, enum constant in enum:HtmlTag
H A DHtmlTree.java656 * Generates a TR tag for an HTML table with some content.
659 * @return an HtmlTree object for the TR tag
661 public static HtmlTree TR(Content body) { method in class:HtmlTree
662 HtmlTree htmltree = new HtmlTree(HtmlTag.TR, nullCheck(body));
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java566 public static final String TR = "tr"; field in class:HTMLWriter
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java228 public static final Tag TR = new Tag("tr", false, true); field in class:HTML.Tag
275 TH, TITLE, TR, TT, U, UL, VAR
591 * TH, TITLE, TR, TT, U, UL, VAR}. If the given

Completed in 97 milliseconds