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 spellchecker-142.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.intellij.spellchecker.tokenizer
├─ com.intellij.spellchecker.tokenizer.CommentTokenizer.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.CustomFileTypeTokenizer.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.EscapeSequenceTokenizer.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.HtmlSpellcheckingStrategy.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.LanguageSpellchecking.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.PsiIdentifierOwnerTokenizer.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.SpellcheckingStrategy.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.SuppressibleSpellcheckingStrategy.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.Token.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.TokenConsumer.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.Tokenizer.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.TokenizerBase.class - [JAR]
├─ com.intellij.spellchecker.tokenizer.XmlTextTokenizer.class - [JAR]
com.intellij.spellchecker.engine
├─ com.intellij.spellchecker.engine.BaseSpellChecker.class - [JAR]
├─ com.intellij.spellchecker.engine.SpellCheckerEngine.class - [JAR]
├─ com.intellij.spellchecker.engine.SpellCheckerFactory.class - [JAR]
├─ com.intellij.spellchecker.engine.Suggestion.class - [JAR]
├─ com.intellij.spellchecker.engine.SuggestionProvider.class - [JAR]
├─ com.intellij.spellchecker.engine.Transformation.class - [JAR]
com.intellij.spellchecker.inspections
├─ com.intellij.spellchecker.inspections.BaseSplitter.class - [JAR]
├─ com.intellij.spellchecker.inspections.CommentSplitter.class - [JAR]
├─ com.intellij.spellchecker.inspections.IdentifierSplitter.class - [JAR]
├─ com.intellij.spellchecker.inspections.PlainTextSplitter.class - [JAR]
├─ com.intellij.spellchecker.inspections.PropertiesSplitter.class - [JAR]
├─ com.intellij.spellchecker.inspections.SpellCheckingInspection.class - [JAR]
├─ com.intellij.spellchecker.inspections.Splitter.class - [JAR]
├─ com.intellij.spellchecker.inspections.TextSplitter.class - [JAR]
├─ com.intellij.spellchecker.inspections.WordSplitter.class - [JAR]
com.intellij.spellchecker.quickfixes
├─ com.intellij.spellchecker.quickfixes.AcceptWordAsCorrect.class - [JAR]
├─ com.intellij.spellchecker.quickfixes.ChangeTo.class - [JAR]
├─ com.intellij.spellchecker.quickfixes.DictionarySuggestionProvider.class - [JAR]
├─ com.intellij.spellchecker.quickfixes.RenameTo.class - [JAR]
├─ com.intellij.spellchecker.quickfixes.ShowSuggestions.class - [JAR]
├─ com.intellij.spellchecker.quickfixes.SpellCheckerQuickFix.class - [JAR]
com.intellij.spellchecker.compress
├─ com.intellij.spellchecker.compress.Alphabet.class - [JAR]
├─ com.intellij.spellchecker.compress.CompressedDictionary.class - [JAR]
├─ com.intellij.spellchecker.compress.Encoder.class - [JAR]
├─ com.intellij.spellchecker.compress.UnitBitSet.class - [JAR]
com.intellij.spellchecker.actions
├─ com.intellij.spellchecker.actions.SpellingPopupActionGroup.class - [JAR]
icons
├─ icons.SpellcheckerIcons.class - [JAR]
com.intellij.spellchecker.settings
├─ com.intellij.spellchecker.settings.SpellCheckerSettings.class - [JAR]
├─ com.intellij.spellchecker.settings.SpellCheckerSettingsManager.class - [JAR]
├─ com.intellij.spellchecker.settings.SpellCheckerSettingsPane.class - [JAR]
com.intellij.spellchecker.ui
├─ com.intellij.spellchecker.ui.SpellCheckingEditorCustomization.class - [JAR]
├─ com.intellij.spellchecker.ui.SpellCheckingEditorCustomizationProviderImpl.class - [JAR]
com.intellij.spellchecker.util
├─ com.intellij.spellchecker.util.SPFileUtil.class - [JAR]
├─ com.intellij.spellchecker.util.SpellCheckerBundle.class - [JAR]
├─ com.intellij.spellchecker.util.Strings.class - [JAR]
com.intellij.spellchecker.state
├─ com.intellij.spellchecker.state.AggregatedDictionaryState.class - [JAR]
├─ com.intellij.spellchecker.state.CachedDictionaryState.class - [JAR]
├─ com.intellij.spellchecker.state.DictionaryState.class - [JAR]
├─ com.intellij.spellchecker.state.ProjectDictionarySplitter.class - [JAR]
├─ com.intellij.spellchecker.state.ProjectDictionaryState.class - [JAR]
├─ com.intellij.spellchecker.state.StateLoader.class - [JAR]
com.intellij.spellchecker.xml
├─ com.intellij.spellchecker.xml.NoSpellchecking.class - [JAR]
├─ com.intellij.spellchecker.xml.XmlSpellcheckingStrategy.class - [JAR]
com.intellij.spellchecker
├─ com.intellij.spellchecker.BaseSuggestionProvider.class - [JAR]
├─ com.intellij.spellchecker.BundledDictionaryProvider.class - [JAR]
├─ com.intellij.spellchecker.DefaultBundledDictionariesProvider.class - [JAR]
├─ com.intellij.spellchecker.FileLoader.class - [JAR]
├─ com.intellij.spellchecker.SpellCheckerManager.class - [JAR]
├─ com.intellij.spellchecker.SpellCheckerSeveritiesProvider.class - [JAR]
├─ com.intellij.spellchecker.StreamLoader.class - [JAR]
com.intellij.spellchecker.dictionary
├─ com.intellij.spellchecker.dictionary.AggregatedDictionary.class - [JAR]
├─ com.intellij.spellchecker.dictionary.Dictionary.class - [JAR]
├─ com.intellij.spellchecker.dictionary.EditableDictionary.class - [JAR]
├─ com.intellij.spellchecker.dictionary.EditableDictionaryLoader.class - [JAR]
├─ com.intellij.spellchecker.dictionary.Loader.class - [JAR]
├─ com.intellij.spellchecker.dictionary.ProjectDictionary.class - [JAR]
├─ com.intellij.spellchecker.dictionary.UserDictionary.class - [JAR]
com.intellij.spellchecker.generator
├─ com.intellij.spellchecker.generator.SpellCheckerDictionaryGenerator.class - [JAR]