langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocPaths.java
changeset 14549 0599d73bf1da
parent 14368 6f4c62de6985
child 15723 58a73dac9ee4
equal deleted inserted replaced
14548:aa687b312c97 14549:0599d73bf1da
    70     /** Generate the name of one of the files in the split index. */
    70     /** Generate the name of one of the files in the split index. */
    71     public static final DocPath indexN(int n) {
    71     public static final DocPath indexN(int n) {
    72         return DocPath.create("index-" + n + ".html");
    72         return DocPath.create("index-" + n + ".html");
    73     }
    73     }
    74 
    74 
       
    75     /** The name of the default javascript file. */
       
    76     public static final DocPath JAVASCRIPT = DocPath.create("script.js");
       
    77 
    75     /** The name of the file for the overview frame. */
    78     /** The name of the file for the overview frame. */
    76     public static final DocPath OVERVIEW_FRAME = DocPath.create("overview-frame.html");
    79     public static final DocPath OVERVIEW_FRAME = DocPath.create("overview-frame.html");
    77 
    80 
    78     /** The name of the file for the overview summary. */
    81     /** The name of the file for the overview summary. */
    79     public static final DocPath OVERVIEW_SUMMARY = DocPath.create("overview-summary.html");
    82     public static final DocPath OVERVIEW_SUMMARY = DocPath.create("overview-summary.html");