Skip to content

JANITOR – Java API Navigation Is The Only Rescue

Gerold 'Geri' Broser edited this page Dec 26, 2019 · 14 revisions

Inspired by Stack Overflow question »Missing iFrame view for Javadocs JDK 11+«.

Description

Inserts a navigation tree for modules, packages and types (interfaces, classes, enums, exceptions, errors, annotations) into the Javadoc pages of Java 11+.

JANITOR – Java API Navigation Is The Only Rescue

Installation

Easiest & Quickest

  1. Go to the scripts page and select Raw there. This should start the installation process of your browser's userscript add-on
  2. Install
  3. Enjoy!

Less easy & quick

  1. Create a new userscript in your browser's userscript add-on
  2. Go to the scripts page and select all the code there (with the mouse: Left at the beginning → Shift+Left at the end, not with keyboard's Ctrl+A!)
  3. Ctrl+C to clipboard
  4. Go to the new userscript created at 1. above
  5. Ctrl+A to select all (template) code there
  6. Ctrl+V to overwrite with the script's code
  7. Ctrl+S to save
  8. Enjoy!