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 jmyspell-core-1.0-jitsi-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dts.spell.finder
├─ org.dts.spell.finder.AbstractWordFinder.class - [JAR]
├─ org.dts.spell.finder.CharSequenceWordFinder.class - [JAR]
├─ org.dts.spell.finder.StringBufferWordFinder.class - [JAR]
├─ org.dts.spell.finder.StringBuilderWordFinder.class - [JAR]
├─ org.dts.spell.finder.Word.class - [JAR]
├─ org.dts.spell.finder.WordFinder.class - [JAR]
├─ org.dts.spell.finder.WordNotFoundException.class - [JAR]
org.dts.spell.tokenizer
├─ org.dts.spell.tokenizer.AbstractWordTokenizer.class - [JAR]
├─ org.dts.spell.tokenizer.CharIteratorAdapter.class - [JAR]
├─ org.dts.spell.tokenizer.DefaultWordTokenizer.class - [JAR]
├─ org.dts.spell.tokenizer.FilteredTokenizer.class - [JAR]
├─ org.dts.spell.tokenizer.MatcherWordTokenizer.class - [JAR]
├─ org.dts.spell.tokenizer.WordTokenizer.class - [JAR]
org.dts.spell.dictionary
├─ org.dts.spell.dictionary.AbstractDictionaryProvider.class - [JAR]
├─ org.dts.spell.dictionary.DictionaryManager.class - [JAR]
├─ org.dts.spell.dictionary.DictionaryProvider.class - [JAR]
├─ org.dts.spell.dictionary.SpellDictionary.class - [JAR]
├─ org.dts.spell.dictionary.SpellDictionaryException.class - [JAR]
org.dts.spell.dictionary.myspell
├─ org.dts.spell.dictionary.myspell.AffEntry.class - [JAR]
├─ org.dts.spell.dictionary.myspell.AffixHeader.class - [JAR]
├─ org.dts.spell.dictionary.myspell.AffixMgr.class - [JAR]
├─ org.dts.spell.dictionary.myspell.Conditions.class - [JAR]
├─ org.dts.spell.dictionary.myspell.GuessWord.class - [JAR]
├─ org.dts.spell.dictionary.myspell.HEntry.class - [JAR]
├─ org.dts.spell.dictionary.myspell.MapEntry.class - [JAR]
├─ org.dts.spell.dictionary.myspell.MySpell.class - [JAR]
├─ org.dts.spell.dictionary.myspell.PfxEntry.class - [JAR]
├─ org.dts.spell.dictionary.myspell.ReplEntry.class - [JAR]
├─ org.dts.spell.dictionary.myspell.SfxEntry.class - [JAR]
├─ org.dts.spell.dictionary.myspell.SuggestMgr.class - [JAR]
├─ org.dts.spell.dictionary.myspell.Utils.class - [JAR]
org.dts.spell.filter
├─ org.dts.spell.filter.ChainFilter.class - [JAR]
├─ org.dts.spell.filter.DumpFilter.class - [JAR]
├─ org.dts.spell.filter.Filter.class - [JAR]
org.dts.spell.utils
├─ org.dts.spell.utils.EventMulticaster.class - [JAR]
├─ org.dts.spell.utils.FileUtils.class - [JAR]
├─ org.dts.spell.utils.LRUMap.class - [JAR]
org.dts.spell.myspell.utils
├─ org.dts.spell.myspell.utils.CharMap.class - [JAR]
org.dts.spell.dictionary.myspell.wordmaps
├─ org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap.class - [JAR]
├─ org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap.class - [JAR]
├─ org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap.class - [JAR]
├─ org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMapWithCache.class - [JAR]
├─ org.dts.spell.dictionary.myspell.wordmaps.SimpleHEntry.class - [JAR]
├─ org.dts.spell.dictionary.myspell.wordmaps.StopWatch.class - [JAR]
├─ org.dts.spell.dictionary.myspell.wordmaps.WordMap.class - [JAR]
├─ org.dts.spell.dictionary.myspell.wordmaps.WordMapWithCharMap.class - [JAR]
org.dts.spell
├─ org.dts.spell.ErrorInfo.class - [JAR]
├─ org.dts.spell.SpellChecker.class - [JAR]
org.dts.spell.dictionary.openoffice
├─ org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider.class - [JAR]
├─ org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary.class - [JAR]
org.dts.spell.event
├─ org.dts.spell.event.ErrorCountListener.class - [JAR]
├─ org.dts.spell.event.FindSpellCheckErrorListener.class - [JAR]
├─ org.dts.spell.event.ProgressEvent.class - [JAR]
├─ org.dts.spell.event.ProgressListener.class - [JAR]
├─ org.dts.spell.event.ProgressListenerSupport.class - [JAR]
├─ org.dts.spell.event.SpellCheckAdapter.class - [JAR]
├─ org.dts.spell.event.SpellCheckEvent.class - [JAR]
├─ org.dts.spell.event.SpellCheckListener.class - [JAR]