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-editor-mimelookup-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.api.editor.mimelookup
├─ org.netbeans.api.editor.mimelookup.MimeLookup.class - [JAR]
├─ org.netbeans.api.editor.mimelookup.MimePath.class - [JAR]
├─ org.netbeans.api.editor.mimelookup.MimeRegistration.class - [JAR]
├─ org.netbeans.api.editor.mimelookup.MimeRegistrations.class - [JAR]
org.netbeans.spi.editor.mimelookup
├─ org.netbeans.spi.editor.mimelookup.Class2LayerFolder.class - [JAR]
├─ org.netbeans.spi.editor.mimelookup.InstanceProvider.class - [JAR]
├─ org.netbeans.spi.editor.mimelookup.MimeDataProvider.class - [JAR]
├─ org.netbeans.spi.editor.mimelookup.MimeLocation.class - [JAR]
├─ org.netbeans.spi.editor.mimelookup.MimeLookupInitializer.class - [JAR]
org.netbeans.modules.editor.mimelookup
├─ org.netbeans.modules.editor.mimelookup.APIAccessor.class - [JAR]
├─ org.netbeans.modules.editor.mimelookup.CreateRegistrationProcessor.class - [JAR]
├─ org.netbeans.modules.editor.mimelookup.MimeLookupCacheSPI.class - [JAR]
├─ org.netbeans.modules.editor.mimelookup.MimePathLookup.class - [JAR]
├─ org.netbeans.modules.editor.mimelookup.SharedMimeLookupCache.class - [JAR]