src/share/classes/com/sun/tools/doclets/formats/html/PropertyWriterImpl.java

changeset 1737
7a9ef837e57f
parent 1736
74cd21f2c2fe
child 1747
df4f44800923
equal deleted inserted replaced
1736:74cd21f2c2fe 1737:7a9ef837e57f
233 233
234 /** 234 /**
235 * {@inheritDoc} 235 * {@inheritDoc}
236 */ 236 */
237 public void addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) { 237 public void addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) {
238 Content classLink = new RawHtml(writer.getPreQualifiedClassLink( 238 Content classLink = writer.getPreQualifiedClassLink(
239 LinkInfoImpl.Kind.MEMBER, cd, false)); 239 LinkInfoImpl.Kind.MEMBER, cd, false);
240 Content label = new StringContent(cd.isClass() ? 240 Content label = new StringContent(cd.isClass() ?
241 configuration.getText("doclet.Properties_Inherited_From_Class") : 241 configuration.getText("doclet.Properties_Inherited_From_Class") :
242 configuration.getText("doclet.Properties_Inherited_From_Interface")); 242 configuration.getText("doclet.Properties_Inherited_From_Interface"));
243 Content labelHeading = HtmlTree.HEADING(HtmlConstants.INHERITED_SUMMARY_HEADING, 243 Content labelHeading = HtmlTree.HEADING(HtmlConstants.INHERITED_SUMMARY_HEADING,
244 label); 244 label);

mercurial