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-javascript2-jquery-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.javascript2.jquery
├─ org.netbeans.modules.javascript2.jquery.PropertyNameDataItem.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.PropertyNameDataLoader.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.SelectorItem.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.SelectorsLoader.class - [JAR]
org.netbeans.modules.javascript2.jquery.editor
├─ org.netbeans.modules.javascript2.jquery.editor.Bundle.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.editor.JQueryCodeCompletion.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.editor.JQueryCompletionItem.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.editor.JQueryDeclarationFinder.class - [JAR]
org.netbeans.modules.javascript2.jquery.model
├─ org.netbeans.modules.javascript2.jquery.model.JQueryExtendInterceptor.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.model.JQueryModel.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.model.JQueryModelInterceptor.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.model.JQueryUtils.class - [JAR]
├─ org.netbeans.modules.javascript2.jquery.model.JQueryWidgetInterceptor.class - [JAR]