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-spellchecker-apimodule-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.spellchecker.spi.dictionary
├─ org.netbeans.modules.spellchecker.spi.dictionary.Dictionary.class - [JAR]
├─ org.netbeans.modules.spellchecker.spi.dictionary.DictionaryProvider.class - [JAR]
├─ org.netbeans.modules.spellchecker.spi.dictionary.ValidityType.class - [JAR]
org.netbeans.modules.spellchecker.api
├─ org.netbeans.modules.spellchecker.api.LocaleQuery.class - [JAR]
├─ org.netbeans.modules.spellchecker.api.Spellchecker.class - [JAR]
org.netbeans.modules.spellchecker.spi
├─ org.netbeans.modules.spellchecker.spi.LocaleQueryImplementation.class - [JAR]
org.netbeans.modules.spellchecker.spi.language
├─ org.netbeans.modules.spellchecker.spi.language.TokenList.class - [JAR]
├─ org.netbeans.modules.spellchecker.spi.language.TokenListProvider.class - [JAR]
org.netbeans.modules.spellchecker.spi.language.support
├─ org.netbeans.modules.spellchecker.spi.language.support.MultiTokenList.class - [JAR]