View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org-netbeans-spi-navigator-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.navigator
├─ org.netbeans.modules.navigator.LazyPanel.class - [JAR]
├─ org.netbeans.modules.navigator.NavigatorController.class - [JAR]
├─ org.netbeans.modules.navigator.NavigatorPanelRegistrationProcessor.class - [JAR]
├─ org.netbeans.modules.navigator.NavigatorTC.class - [JAR]
├─ org.netbeans.modules.navigator.ProviderRegistry.class - [JAR]
├─ org.netbeans.modules.navigator.ShowNavigatorAction.class - [JAR]
org.netbeans.spi.navigator
├─ org.netbeans.spi.navigator.NavigatorDisplayer.class - [JAR]
├─ org.netbeans.spi.navigator.NavigatorHandler.class - [JAR]
├─ org.netbeans.spi.navigator.NavigatorLookupHint.class - [JAR]
├─ org.netbeans.spi.navigator.NavigatorLookupPanelsPolicy.class - [JAR]
├─ org.netbeans.spi.navigator.NavigatorPanel.class - [JAR]
├─ org.netbeans.spi.navigator.NavigatorPanelWithToolbar.class - [JAR]
├─ org.netbeans.spi.navigator.NavigatorPanelWithUndo.class - [JAR]