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-localhistory-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.localhistory.ui.view
├─ org.netbeans.modules.localhistory.ui.view.HistoryTopComponent.class - [JAR]
├─ org.netbeans.modules.localhistory.ui.view.ShowHistoryAction.class - [JAR]
org.netbeans.modules.localhistory.utils
├─ org.netbeans.modules.localhistory.utils.FileUtils.class - [JAR]
├─ org.netbeans.modules.localhistory.utils.Utils.class - [JAR]
org.netbeans.modules.localhistory.ui.actions
├─ org.netbeans.modules.localhistory.ui.actions.DeletedListRenderer.class - [JAR]
├─ org.netbeans.modules.localhistory.ui.actions.FileNode.class - [JAR]
├─ org.netbeans.modules.localhistory.ui.actions.RevertDeletedAction.class - [JAR]
├─ org.netbeans.modules.localhistory.ui.actions.RevertPanel.class - [JAR]
org.netbeans.modules.localhistory.store
├─ org.netbeans.modules.localhistory.store.LocalHistoryStore.class - [JAR]
├─ org.netbeans.modules.localhistory.store.LocalHistoryStoreFactory.class - [JAR]
├─ org.netbeans.modules.localhistory.store.LocalHistoryStoreImpl.class - [JAR]
├─ org.netbeans.modules.localhistory.store.StoreEntry.class - [JAR]
org.netbeans.modules.localhistory
├─ org.netbeans.modules.localhistory.LocalHistory.class - [JAR]
├─ org.netbeans.modules.localhistory.LocalHistoryProvider.class - [JAR]
├─ org.netbeans.modules.localhistory.LocalHistoryVCS.class - [JAR]
├─ org.netbeans.modules.localhistory.LocalHistoryVCSAnnotator.class - [JAR]
├─ org.netbeans.modules.localhistory.LocalHistoryVCSInterceptor.class - [JAR]
├─ org.netbeans.modules.localhistory.ModuleLifecycleManager.class - [JAR]