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-modules-java-editor-lib-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.editor.ext.java
├─ org.netbeans.editor.ext.java.JavaDocSyntax.class - [JAR]
├─ org.netbeans.editor.ext.java.JavaFoldManager.class - [JAR]
├─ org.netbeans.editor.ext.java.JavaFormatSupport.class - [JAR]
├─ org.netbeans.editor.ext.java.JavaFormatter.class - [JAR]
├─ org.netbeans.editor.ext.java.JavaLayerTokenContext.class - [JAR]
├─ org.netbeans.editor.ext.java.JavaSyntax.class - [JAR]
├─ org.netbeans.editor.ext.java.JavaTokenContext.class - [JAR]
org.netbeans.lib.java.editor
├─ org.netbeans.lib.java.editor.LegacyJavasettingsInitializer.class - [JAR]