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-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.spellchecker.hints
├─ org.netbeans.modules.spellchecker.hints.AddToDictionaryHint.class - [JAR]
├─ org.netbeans.modules.spellchecker.hints.DictionaryBasedHint.class - [JAR]
org.netbeans.modules.spellchecker
├─ org.netbeans.modules.spellchecker.ComponentPeer.class - [JAR]
├─ org.netbeans.modules.spellchecker.CompoundDictionary.class - [JAR]
├─ org.netbeans.modules.spellchecker.DefaultLocaleQueryImplementation.class - [JAR]
├─ org.netbeans.modules.spellchecker.DictionaryImpl.class - [JAR]
├─ org.netbeans.modules.spellchecker.DictionaryProviderImpl.class - [JAR]
├─ org.netbeans.modules.spellchecker.LookupAccessor.class - [JAR]
├─ org.netbeans.modules.spellchecker.ProjectLocaleQueryImplementation.class - [JAR]
├─ org.netbeans.modules.spellchecker.SpellcheckerHighlightLayerFactory.class - [JAR]
├─ org.netbeans.modules.spellchecker.TrieDictionary.class - [JAR]
├─ org.netbeans.modules.spellchecker.Utilities.class - [JAR]
org.netbeans.modules.spellchecker.options
├─ org.netbeans.modules.spellchecker.options.CheckBoxRenderrer.class - [JAR]
├─ org.netbeans.modules.spellchecker.options.DictionaryInstallerPanel.class - [JAR]
├─ org.netbeans.modules.spellchecker.options.SpellcheckerOptionsPanel.class - [JAR]
├─ org.netbeans.modules.spellchecker.options.SpellcheckerOptionsPanelController.class - [JAR]
org.netbeans.modules.spellchecker.plain
├─ org.netbeans.modules.spellchecker.plain.PlainTokenList.class - [JAR]
├─ org.netbeans.modules.spellchecker.plain.PlainTokenListProvider.class - [JAR]
org.netbeans.modules.spellchecker.completion
├─ org.netbeans.modules.spellchecker.completion.AddToDictionaryCompletionItem.class - [JAR]
├─ org.netbeans.modules.spellchecker.completion.WordCompletion.class - [JAR]
├─ org.netbeans.modules.spellchecker.completion.WordCompletionItem.class - [JAR]