langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleWriterImpl.java
changeset 37943 2efb75c09230
parent 37747 878801512393
child 38911 48a00b5ee366
equal deleted inserted replaced
37942:b0e834553947 37943:2efb75c09230
   266             li.addContent(deprDiv);
   266             li.addContent(deprDiv);
   267         }
   267         }
   268     }
   268     }
   269 
   269 
   270     /**
   270     /**
       
   271      * Get this module link.
       
   272      *
       
   273      * @return a content tree for the module link
       
   274      */
       
   275     @Override
       
   276     protected Content getNavLinkModule() {
       
   277         Content li = HtmlTree.LI(HtmlStyle.navBarCell1Rev, moduleLabel);
       
   278         return li;
       
   279     }
       
   280 
       
   281     /**
   271      * Get "PREV MODULE" link in the navigation bar.
   282      * Get "PREV MODULE" link in the navigation bar.
   272      *
   283      *
   273      * @return a content tree for the previous link
   284      * @return a content tree for the previous link
   274      */
   285      */
   275     public Content getNavLinkPrevious() {
   286     public Content getNavLinkPrevious() {