Searched defs:contentTree (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHelpWriter.java93 * @param contentTree the content tree to which the help file contents will be added
95 protected void addHelpFileContents(Content contentTree) { argument
102 contentTree.addContent(div);
314 contentTree.addContent(divContent);
H A DSingleIndexWriter.java108 * @param contentTree the content tree to which the links for indexes will be added
110 protected void addLinksForIndexes(Content contentTree) { argument
113 contentTree.addContent(
115 contentTree.addContent(getSpace());
H A DFrameOutputWriter.java107 * @param contentTree the content tree to which the non-frames information will be added
109 protected void addFrameWarning(Content contentTree) { argument
121 contentTree.addContent(noframes);
149 * @param contentTree the content tree to which the information will be added
151 private void addAllPackagesFrameTag(Content contentTree) { argument
154 contentTree.addContent(frame);
160 * @param contentTree the content tree to which the information will be added
162 private void addAllClassesFrameTag(Content contentTree) { argument
165 contentTree.addContent(frame);
171 * @param contentTree th
173 addClassFrameTag(Content contentTree) argument
[all...]
H A DPackageFrameWriter.java121 * @param contentTree the content tree to which the listing will be added
123 protected void addClassListing(Content contentTree) { argument
127 getResource("doclet.Interfaces"), contentTree);
129 getResource("doclet.Classes"), contentTree);
131 getResource("doclet.Enums"), contentTree);
133 getResource("doclet.Exceptions"), contentTree);
135 getResource("doclet.Errors"), contentTree);
137 getResource("doclet.AnnotationTypes"), contentTree);
141 getResource("doclet.Interfaces"), contentTree);
143 getResource("doclet.Classes"), contentTree);
162 addClassKindListing(ClassDoc[] arr, Content labelContent, Content contentTree) argument
[all...]
H A DTreeWriter.java121 * @param contentTree the content tree to which the links will be added
123 protected void addPackageTreeLinks(Content contentTree) { argument
131 contentTree.addContent(span);
150 contentTree.addContent(ul);
H A DAbstractIndexWriter.java99 * @param contentTree the content tree to which the information will be added
102 Content contentTree) {
103 contentTree.addContent(getMarkerAnchor("_" + unicode + "_"));
107 contentTree.addContent(heading);
122 contentTree.addContent(dl);
167 * @param contentTree the content tree to which the class info will be added
169 protected void addClassInfo(ClassDoc cd, Content contentTree) { argument
170 contentTree.addContent(getResource("doclet.in",
207 * @param contentTree the content tree to which the comment will be added
209 protected void addComment(ProgramElementDoc element, Content contentTree) { argument
101 addContents(Character unicode, List<? extends Doc> memberlist, Content contentTree) argument
240 addMemberDesc(MemberDoc member, Content contentTree) argument
[all...]
H A DAbstractTreeWriter.java100 * @param contentTree the content tree to which the level information will be added
103 boolean isEnum, Content contentTree) {
117 contentTree.addContent(ul);
147 * @param contentTree the content tree to which the information will be added
150 Content contentTree) {
163 contentTree.addContent(" (");
164 contentTree.addContent(getResource("doclet.also"));
165 contentTree.addContent(" extends ");
167 contentTree.addContent(" (implements ");
170 contentTree
102 addLevelInfo(ClassDoc parent, List<ClassDoc> list, boolean isEnum, Content contentTree) argument
149 addExtendsImplements(ClassDoc parent, ClassDoc cd, Content contentTree) argument
189 addPartialInfo(ClassDoc cd, Content contentTree) argument
[all...]
H A DDeprecatedListWriter.java173 * @param contentTree the content tree to which the index link will be added
176 int type, Content contentTree) {
180 contentTree.addContent(li);
211 * @param contentTree the content tree to which the anchor will be added
175 addIndexLink(DeprecatedAPIListBuilder builder, int type, Content contentTree) argument
H A DPackageUseWriter.java132 * @param contentTree the content tree to which the package use information will be added
134 protected void addPackageUse(Content contentTree) throws IOException { argument
141 contentTree.addContent(ul);
147 * @param contentTree the content tree to which the package list will be added
149 protected void addPackageList(Content contentTree) throws IOException { argument
170 contentTree.addContent(li);
176 * @param contentTree the content tree to which the class list will be added
178 protected void addClassList(Content contentTree) throws IOException { argument
216 contentTree.addContent(li);
225 * @param contentTree th
227 addClassRow(ClassDoc usedClass, String packageName, Content contentTree) argument
243 addPackageUse(PackageDoc pkg, Content contentTree) argument
[all...]
H A DSplitIndexWriter.java133 * @param contentTree the content tree to which the links for indexes will be added
135 protected void addLinksForIndexes(Content contentTree) { argument
139 contentTree.addContent(getHyperLink("index-" + j + ".html",
141 contentTree.addContent(getSpace());
H A DConstantsSummaryWriterImpl.java292 public void addFooter(Content contentTree) { argument
293 addNavLinks(false, contentTree);
294 addBottom(contentTree);
300 public void printDocument(Content contentTree) { argument
301 printHtmlDocument(null, true, contentTree);
H A DHtmlSerialFieldWriter.java128 * @param contentTree the content tree to which the member header will be added
131 String fieldDimensions, String fieldName, Content contentTree) {
134 contentTree.addContent(heading);
145 contentTree.addContent(pre);
152 * @param contentTree the tree to which the deprecated info will be added
154 public void addMemberDeprecatedInfo(FieldDoc field, Content contentTree) { argument
155 addDeprecatedInfo(field, contentTree);
162 * @param contentTree the tree to which the deprecated info will be added
164 public void addMemberDescription(FieldDoc field, Content contentTree) { argument
166 writer.addInlineComment(field, contentTree);
130 addMemberHeader(ClassDoc fieldType, String fieldTypeStr, String fieldDimensions, String fieldName, Content contentTree) argument
180 addMemberDescription(SerialFieldTag serialFieldTag, Content contentTree) argument
195 addMemberTags(FieldDoc field, Content contentTree) argument
[all...]
H A DPackageWriterImpl.java243 public void addPackageFooter(Content contentTree) { argument
244 addNavLinks(false, contentTree);
245 addBottom(contentTree);
251 public void printDocument(Content contentTree) { argument
253 true, contentTree);
H A DAnnotationTypeWriterImpl.java181 public void addFooter(Content contentTree) { argument
182 contentTree.addContent(HtmlConstants.END_OF_CLASS_DATA);
183 addNavLinks(false, contentTree);
184 addBottom(contentTree);
190 public void printDocument(Content contentTree) { argument
192 true, contentTree);
H A DClassUseWriter.java239 * @param contentTree the content tree to which the class use information will be added
241 protected void addClassUse(Content contentTree) throws IOException { argument
249 contentTree.addContent(ul);
255 * @param contentTree the content tree to which the packages list will be added
257 protected void addPackageList(Content contentTree) throws IOException { argument
279 contentTree.addContent(li);
285 * @param contentTree the content tree to which the package annotation list will be added
287 protected void addPackageAnnotationList(Content contentTree) throws IOException { argument
320 contentTree.addContent(li);
326 * @param contentTree th
328 addClassList(Content contentTree) argument
354 addPackageUse(PackageDoc pkg, Content contentTree) argument
370 addClassUse(PackageDoc pkg, Content contentTree) argument
[all...]
H A DClassWriterImpl.java190 public void addFooter(Content contentTree) { argument
191 contentTree.addContent(HtmlConstants.END_OF_CLASS_DATA);
192 addNavLinks(false, contentTree);
193 addBottom(contentTree);
199 public void printDocument(Content contentTree) { argument
201 true, contentTree);
H A DSubWriterHolderWriter.java140 * @param contentTree the content tree to which the comment will be added
142 protected void addIndexComment(Doc member, Content contentTree) { argument
143 addIndexComment(member, member.firstSentenceTags(), contentTree);
213 * @param contentTree the content tree to which the link will be added
216 ProgramElementDoc member, Content contentTree) {
217 addSummaryLinkComment(mw, member, member.firstSentenceTags(), contentTree);
294 * @param contentTree the tree used to generate the complete member tree
297 public Content getMemberTree(Content contentTree) { argument
298 Content ul = HtmlTree.UL(HtmlStyle.blockList, contentTree);
305 * @param contentTree th
215 addSummaryLinkComment(AbstractMemberWriter mw, ProgramElementDoc member, Content contentTree) argument
308 getMemberSummaryTree(Content contentTree) argument
318 getMemberDetailsTree(Content contentTree) argument
328 getMemberTree(HtmlStyle style, Content contentTree) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DAbstractMemberBuilder.java71 * @param contentTree content tree to which the documentation will be added
74 public void build(XMLNode node, Content contentTree) { argument
76 super.build(node, contentTree);
H A DAbstractBuilder.java98 * @param contentTree content tree to which the documentation will be added
100 protected void build(XMLNode node, Content contentTree) { argument
105 new Object[]{node, contentTree});
125 * @param contentTree content tree to which the documentation will be added
127 protected void buildChildren(XMLNode node, Content contentTree) { argument
129 build(child, contentTree);
H A DAnnotationTypeBuilder.java65 private Content contentTree; field in class:AnnotationTypeBuilder
101 build(LayoutParser.getInstance(configuration).parseXML(ROOT), contentTree);
115 * @param contentTree the content tree to which the documentation will be added
117 public void buildAnnotationTypeDoc(XMLNode node, Content contentTree) throws Exception { argument
118 contentTree = writer.getHeader(configuration.getText("doclet.AnnotationType") +
122 contentTree.addContent(annotationContentTree);
123 writer.addFooter(contentTree);
124 writer.printDocument(contentTree);
H A DPackageSummaryBuilder.java66 private Content contentTree; field in class:PackageSummaryBuilder
100 build(LayoutParser.getInstance(configuration).parseXML(ROOT), contentTree);
114 * @param contentTree the content tree to which the documentation will be added
116 public void buildPackageDoc(XMLNode node, Content contentTree) throws Exception { argument
117 contentTree = packageWriter.getPackageHeader(
119 buildChildren(node, contentTree);
120 packageWriter.addPackageFooter(contentTree);
121 packageWriter.printDocument(contentTree);
136 * @param contentTree the content tree to which the package contents
139 public void buildContent(XMLNode node, Content contentTree) { argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DConstantsSummaryWriter.java131 * @param contentTree content tree to which the footer will be added
133 public abstract void addFooter(Content contentTree); argument
138 * @param contentTree content tree which should be printed
140 public abstract void printDocument(Content contentTree); argument
H A DPackageSummaryWriter.java107 * @param contentTree the tree to which the footer will be added
109 public abstract void addPackageFooter(Content contentTree); argument
114 * @param contentTree the content tree that will be printed
116 public abstract void printDocument(Content contentTree); argument
H A DAnnotationTypeWriter.java146 * @param contentTree content tree to which the footer will be added
148 public void addFooter(Content contentTree); argument
153 * @param contentTree content tree that will be printed as a document
155 public void printDocument(Content contentTree); argument
H A DClassWriter.java173 * @param contentTree content tree to which the footer will be added
175 public void addFooter(Content contentTree); argument
180 * @param contentTree content tree that will be printed as a document
182 public void printDocument(Content contentTree); argument

Completed in 95 milliseconds

12