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-xml-schema-completion-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.xml.schema.completion.spi
├─ org.netbeans.modules.xml.schema.completion.spi.CompletionContext.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.spi.CompletionModelProvider.class - [JAR]
org.netbeans.modules.xml.schema.completion
├─ org.netbeans.modules.xml.schema.completion.AttributeResultItem.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.CompletionPaintComponent.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.CompletionQuery.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.CompletionResultItem.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.DocumentationItem.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.DocumentationQuery.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.ElementResultItem.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.EndTagResultItem.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.RuntimeCatalogModel.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.SchemaBasedCompletionProvider.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.TagLastCharResultItem.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.ToolTipQuery.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.ValueResultItem.class - [JAR]
org.netbeans.modules.xml.schema.completion.util
├─ org.netbeans.modules.xml.schema.completion.util.CatalogModelProvider.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.util.CompletionContextImpl.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.util.CompletionModelEx.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.util.CompletionUtil.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.util.DefaultModelProvider.class - [JAR]
├─ org.netbeans.modules.xml.schema.completion.util.MetaSchemaModelProvider.class - [JAR]