Searched refs:thTree (Results 1 - 3 of 3) sorted by relevance

/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DEnumConstantWriterImpl.java261 public void setSummaryColumnStyleAndScope(HtmlTree thTree) { argument
262 thTree.addStyle(HtmlStyle.colFirst);
263 thTree.addAttr(HtmlAttr.SCOPE, "row");
H A DConstructorWriterImpl.java171 public void setSummaryColumnStyleAndScope(HtmlTree thTree) { argument
172 thTree.addStyle(HtmlStyle.colConstructorName);
173 thTree.addAttr(HtmlAttr.SCOPE, "row");
H A DAbstractMemberWriter.java586 * @param thTree the column for which the style and scope attribute will be set
588 public void setSummaryColumnStyleAndScope(HtmlTree thTree) { argument
589 thTree.addStyle(HtmlStyle.colSecond);
590 thTree.addAttr(HtmlAttr.SCOPE, "row");

Completed in 97 milliseconds