langtools/src/share/classes/com/sun/tools/doclets/formats/html/SerializedFormWriterImpl.java
changeset 14262 058238ba531e
parent 14260 727a84636f12
child 14265 4e8e488eeae0
equal deleted inserted replaced
14261:e638e77a9f15 14262:058238ba531e
    50      * @throws IOException
    50      * @throws IOException
    51      * @throws DocletAbortException
    51      * @throws DocletAbortException
    52      */
    52      */
    53     public SerializedFormWriterImpl() throws IOException {
    53     public SerializedFormWriterImpl() throws IOException {
    54         super(ConfigurationImpl.getInstance(), FILE_NAME);
    54         super(ConfigurationImpl.getInstance(), FILE_NAME);
    55     }
       
    56 
       
    57     /**
       
    58      * Writes the given header.
       
    59      *
       
    60      * @param header the header to write.
       
    61      */
       
    62     public void writeHeader(String header) {
       
    63         printHtmlHeader(header, null, true);
       
    64         printTop();
       
    65         navLinks(true);
       
    66         hr();
       
    67         center();
       
    68         h1();
       
    69         print(header);
       
    70         h1End();
       
    71         centerEnd();
       
    72     }
    55     }
    73 
    56 
    74     /**
    57     /**
    75      * Get the given header.
    58      * Get the given header.
    76      *
    59      *