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-html-custom-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.html.custom.conf
├─ org.netbeans.modules.html.custom.conf.Attribute.class - [JAR]
├─ org.netbeans.modules.html.custom.conf.Configuration.class - [JAR]
├─ org.netbeans.modules.html.custom.conf.Element.class - [JAR]
├─ org.netbeans.modules.html.custom.conf.Tag.class - [JAR]
org.netbeans.modules.html.custom.hints
├─ org.netbeans.modules.html.custom.hints.AddAttributeFix.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.AddAttributeToSourceFix.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.AddElementFix.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.Bundle.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.CheckerElementVisitor.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.CustomElementHint.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.EditProjectsConfFix.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.MissingRequiredAttributes.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.RemoveElementFix.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.UnknownAttributes.class - [JAR]
├─ org.netbeans.modules.html.custom.hints.Utils.class - [JAR]
org.netbeans.modules.html.custom
├─ org.netbeans.modules.html.custom.CustomAttributeCompletionItem.class - [JAR]
├─ org.netbeans.modules.html.custom.CustomHintFixProvider.class - [JAR]
├─ org.netbeans.modules.html.custom.CustomHtmlExtension.class - [JAR]
├─ org.netbeans.modules.html.custom.CustomTagCompletionItem.class - [JAR]