langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/PackageSummaryWriter.java
changeset 2320 5b8c377175f4
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
2319:71bde363b33e 2320:5b8c377175f4
    62      * Write the table of classes in this package.
    62      * Write the table of classes in this package.
    63      *
    63      *
    64      * @param classes the array of classes to document.
    64      * @param classes the array of classes to document.
    65      * @param label the label for this table.
    65      * @param label the label for this table.
    66      */
    66      */
    67     public abstract void writeClassesSummary(ClassDoc[] classes, String label);
    67     public abstract void writeClassesSummary(ClassDoc[] classes, String label, String tableSummary, String[] tableHeader);
    68 
    68 
    69     /**
    69     /**
    70      * Write the header for the summary.
    70      * Write the header for the summary.
    71      *
    71      *
    72      * @param heading Package name.
    72      * @param heading Package name.