Searched defs:heading (Results 1 - 8 of 8) sorted by relevance
| /openjdk7/jdk/test/javax/security/auth/x500/X500Principal/ |
| H A D | Equals.java | 125 static void printName(String heading, String input, X500Principal p) { argument 126 System.out.println(heading);
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/ |
| H A D | AbstractTreeWriter.java | 122 * Add the heading for the tree depending upon tree type if it's a 127 * @param heading heading for the tree 130 protected void addTree(List<ClassDoc> list, String heading, Content div) { argument 133 Content headingContent = getResource(heading);
|
| H A D | HtmlSerialMethodWriter.java | 77 * @param heading the heading for the section 82 public Content getSerializableMethods(String heading, Content serializableMethodContent) { argument 85 Content headingContent = new StringContent(heading);
|
| H A D | HtmlSerialFieldWriter.java | 99 * @param heading the heading for the section 104 public Content getSerializableFields(String heading, Content serializableFieldsTree) { argument 112 Content headingContent = new StringContent(heading); 133 Content heading = HtmlTree.HEADING(HtmlConstants.MEMBER_HEADING, nameContent); 134 contentTree.addContent(heading);
|
| H A D | PackageWriterImpl.java | 101 public Content getPackageHeader(String heading) { argument 114 Content packageHead = new RawHtml(heading);
|
| H A D | AbstractMemberWriter.java | 387 Content heading = HtmlTree.HEADING(HtmlConstants.MEMBER_HEADING, memberContent); 388 return heading; 447 * @param heading the section heading 452 String heading, String tableSummary, Content contentTree) { 460 writer.getTableCaption(heading)); 451 addUseInfo(List<? extends ProgramElementDoc> mems, String heading, String tableSummary, Content contentTree) argument
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/ |
| H A D | PackageSummaryWriter.java | 55 * @param heading Package name. 58 public abstract Content getPackageHeader(String heading); argument
|
| H A D | SerializedFormWriter.java | 83 * Get the heading for the serializable class. 86 * @return a content tree for the class heading 178 * @param heading the heading to write. 179 * @param contentTree content tree to which the heading will be added 182 public Content getSerializableFields(String heading, Content contentTree); argument 262 * Write the given heading. 264 * @param heading the heading to write 268 public Content getSerializableMethods(String heading, Conten argument [all...] |
Completed in 63 milliseconds