JDK-8202959 : Rearrange the top and bottom navigation bar in the javadoc generated pages
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-05-11
  • Updated: 2018-07-06
  • Resolved: 2018-06-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12 b01Fixed
Description
Rearrange the navigation bar on the javadoc generated pages. Remove the "All Classes" link and rearrange the "Frames" and "No Frames" link by moving the 2nd line, if present, of sub-navigation bar up so that there is only one line in the sub-navigation bar.
Comments
Added screenshots. 1. The one whose name ends in ...BEFORE.png is a snapshot of the published JDK 10-era docs. Note that the sub-navbar (the area with a light blue background) has two lines, containing the following text: Prev Class Next Class Frames No Frames All Classes Summary: Nested | Field | Constr | Method Detail: Field | Constr | Method 2. The one whose name ends in ...AFTER.png is a snapshot from the docs generated by this change. Note that the sub-navbar (the area with a light blue background) has just one line, containing the following text: Summary: Nested | Field | Constr | Method Detail: Field | Constr | Method The "Prev Class" and "Next Class" have gone, permanently. "Frames" and "No Frames" are not generated by default; this is a build-docs-time option. The "All Classes" link as such has gone, but a replacement/better link has been added to the main "Index" page, obtained by clicking on "Index" in the top row. (Note, this is different from the HTML index.html page.) There are equivalent changes on other pages.
27-06-2018