src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/PackageSummaryWriter.java
changeset 54596 86c1da00dd6a
parent 47427 251676148c62
child 59294 48b88b9c11eb
equal deleted inserted replaced
54595:a61da18408c1 54596:86c1da00dd6a
   161      * @param contentTree the content tree that will be printed
   161      * @param contentTree the content tree that will be printed
   162      * @throws DocFileIOException if there is a problem while writing the document
   162      * @throws DocFileIOException if there is a problem while writing the document
   163      */
   163      */
   164     public abstract void printDocument(Content contentTree) throws DocFileIOException;
   164     public abstract void printDocument(Content contentTree) throws DocFileIOException;
   165 
   165 
       
   166     /**
       
   167      * Gets the package summary tree.
       
   168      * @param summaryContentTree the content tree representing the package summary
       
   169      * @return a content tree for the package summary
       
   170      */
       
   171     public abstract Content getPackageSummary(Content summaryContentTree);
       
   172 
   166 }
   173 }