src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllClassesIndexWriter.java
changeset 53863 d001808c57e8
parent 53562 0d9dee001667
child 53879 e7cb0348fa1c
equal deleted inserted replaced
53862:6c13f5a67766 53863:d001808c57e8
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   115         Content footer = HtmlTree.FOOTER();
   115         Content footer = HtmlTree.FOOTER();
   116         navBar.setUserFooter(getUserHeaderFooter(false));
   116         navBar.setUserFooter(getUserHeaderFooter(false));
   117         footer.addContent(navBar.getContent(false));
   117         footer.addContent(navBar.getContent(false));
   118         addBottom(footer);
   118         addBottom(footer);
   119         bodyTree.addContent(footer);
   119         bodyTree.addContent(footer);
   120         printHtmlDocument(null, true, bodyTree);
   120         printHtmlDocument(null, "class index", true, bodyTree);
   121     }
   121     }
   122 
   122 
   123     /**
   123     /**
   124      * Add all types to the content tree.
   124      * Add all types to the content tree.
   125      *
   125      *