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

changeset 243
edd944553131
parent 182
47a62d8d98b4
child 554
9d9f26857129
equal deleted inserted replaced
242:889ec3ddc91b 243:edd944553131
41 * @see AbstractMemberWriter 41 * @see AbstractMemberWriter
42 * @see ClassWriterImpl 42 * @see ClassWriterImpl
43 * 43 *
44 * @author Robert Field 44 * @author Robert Field
45 * @author Atul M Dambalkar 45 * @author Atul M Dambalkar
46 * @author Bhavesh Patel (Modified)
46 */ 47 */
47 public abstract class SubWriterHolderWriter extends HtmlDocletWriter { 48 public abstract class SubWriterHolderWriter extends HtmlDocletWriter {
48 49
49 public SubWriterHolderWriter(ConfigurationImpl configuration, 50 public SubWriterHolderWriter(ConfigurationImpl configuration,
50 String filename) throws IOException { 51 String filename) throws IOException {
70 tdEnd(); 71 tdEnd();
71 } 72 }
72 73
73 public void printSummaryHeader(AbstractMemberWriter mw, ClassDoc cd) { 74 public void printSummaryHeader(AbstractMemberWriter mw, ClassDoc cd) {
74 mw.printSummaryAnchor(cd); 75 mw.printSummaryAnchor(cd);
75 tableIndexSummary(); 76 mw.printTableSummary();
76 tableHeaderStart("#CCCCFF"); 77 tableCaptionStart();
77 mw.printSummaryLabel(cd); 78 mw.printSummaryLabel();
78 tableHeaderEnd(); 79 tableCaptionEnd();
80 mw.printSummaryTableHeader(cd);
79 } 81 }
80 82
81 public void printTableHeadingBackground(String str) { 83 public void printTableHeadingBackground(String str) {
82 tableIndexDetail(); 84 tableIndexDetail();
83 tableHeaderStart("#CCCCFF", 1); 85 tableHeaderStart("#CCCCFF", 1);

mercurial