src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/ConstantsSummaryWriter.java
changeset 59294 48b88b9c11eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
59293:5af9fa90cd7b 59294:48b88b9c11eb
    73             Set<PackageElement> writtenPackageHeaders, Content contentListTree);
    73             Set<PackageElement> writtenPackageHeaders, Content contentListTree);
    74 
    74 
    75     /**
    75     /**
    76      * Add the content list to the documentation tree.
    76      * Add the content list to the documentation tree.
    77      *
    77      *
    78      * @param contentTree the tree to which the contents list will be added
       
    79      * @param contentListTree the content that will be added to the list
    78      * @param contentListTree the content that will be added to the list
    80      */
    79      */
    81     public abstract void addContentsList(Content contentTree, Content contentListTree);
    80     public abstract void addContentsList(Content contentListTree);
    82 
    81 
    83     /**
    82     /**
    84      * Get the constant summaries for the document.
    83      * Get the constant summaries for the document.
    85      *
    84      *
    86      * @return constant summaries header to be added to the documentation tree
    85      * @return constant summaries header to be added to the documentation tree
   127             Content classConstantTree);
   126             Content classConstantTree);
   128 
   127 
   129     /**
   128     /**
   130      * Add the summaries list to the content tree.
   129      * Add the summaries list to the content tree.
   131      *
   130      *
   132      * @param contentTree the tree to which the summaries list will be added
       
   133      * @param summariesTree the summaries content tree that will be added to the list
   131      * @param summariesTree the summaries content tree that will be added to the list
   134      */
   132      */
   135     public abstract void addConstantSummaries(Content contentTree, Content summariesTree);
   133     public abstract void addConstantSummaries(Content summariesTree);
   136 
   134 
   137     /**
   135     /**
   138      * Adds the footer for the summary documentation.
   136      * Adds the footer for the summary documentation.
   139      *
       
   140      * @param contentTree content tree to which the footer will be added
       
   141      */
   137      */
   142     public abstract void addFooter(Content contentTree);
   138     public abstract void addFooter();
   143 
   139 
   144     /**
   140     /**
   145      * Print the constants summary document.
   141      * Print the constants summary document.
   146      *
   142      *
   147      * @param contentTree content tree which should be printed
   143      * @param contentTree content tree which should be printed