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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java204 * @param styleClass stylesheet class for the tag
208 public static HtmlTree DIV(HtmlStyle styleClass, Content body) { argument
210 if (styleClass != null)
211 htmltree.addStyle(styleClass);
304 * @param styleClass stylesheet class for the tag
309 HtmlStyle styleClass, Content body) {
313 if (styleClass != null)
314 htmltree.addStyle(styleClass);
323 * @param styleClass stylesheet class for the tag
327 public static HtmlTree HEADING(HtmlTag headingTag, HtmlStyle styleClass, Conten argument
308 HEADING(HtmlTag headingTag, boolean printTitle, HtmlStyle styleClass, Content body) argument
398 LI(HtmlStyle styleClass, Content body) argument
481 P(HtmlStyle styleClass, Content body) argument
527 SPAN(HtmlStyle styleClass, Content body) argument
565 TABLE(HtmlStyle styleClass, int border, int cellPadding, int cellSpacing, String summary, Content body) argument
600 TD(HtmlStyle styleClass, Content body) argument
625 TH(HtmlStyle styleClass, String scope, Content body) argument
673 UL(HtmlStyle styleClass, Content body) argument
[all...]

Completed in 26 milliseconds