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

changeset 1365
2013982bee34
parent 1364
8db45b13526e
child 1372
78962d89f283
equal deleted inserted replaced
1364:8db45b13526e 1365:2013982bee34
216 */ 216 */
217 public void printDocument(Content serializedTree) throws IOException { 217 public void printDocument(Content serializedTree) throws IOException {
218 printHtmlDocument(null, true, serializedTree); 218 printHtmlDocument(null, true, serializedTree);
219 } 219 }
220 220
221 private void tableHeader() {
222 tableIndexSummary();
223 trBgcolorStyle("#CCCCFF", "TableSubHeadingColor");
224 }
225
226 private void tableFooter() {
227 fontEnd();
228 thEnd(); trEnd(); tableEnd();
229 }
230
231 /** 221 /**
232 * Return an instance of a SerialFieldWriter. 222 * Return an instance of a SerialFieldWriter.
233 * 223 *
234 * @return an instance of a SerialFieldWriter. 224 * @return an instance of a SerialFieldWriter.
235 */ 225 */

mercurial