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

/openjdk7/jdk/test/javax/security/auth/x500/X500Principal/
H A DEquals.java125 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 DAbstractTreeWriter.java122 * 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 DHtmlSerialMethodWriter.java77 * @param heading the heading for the section
82 public Content getSerializableMethods(String heading, Content serializableMethodContent) { argument
85 Content headingContent = new StringContent(heading);
H A DHtmlSerialFieldWriter.java99 * @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 DPackageWriterImpl.java101 public Content getPackageHeader(String heading) { argument
114 Content packageHead = new RawHtml(heading);
H A DAbstractMemberWriter.java387 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 DPackageSummaryWriter.java55 * @param heading Package name.
58 public abstract Content getPackageHeader(String heading); argument
H A DSerializedFormWriter.java83 * 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