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-3.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.fife.com.swabunga.spell.event
├─ org.fife.com.swabunga.spell.event.AbstractWordFinder.class - [JAR]
├─ org.fife.com.swabunga.spell.event.AbstractWordTokenizer.class - [JAR]
├─ org.fife.com.swabunga.spell.event.BasicSpellCheckEvent.class - [JAR]
├─ org.fife.com.swabunga.spell.event.DefaultWordFinder.class - [JAR]
├─ org.fife.com.swabunga.spell.event.DocumentWordTokenizer.class - [JAR]
├─ org.fife.com.swabunga.spell.event.JavaWordFinder.class - [JAR]
├─ org.fife.com.swabunga.spell.event.SpellCheckEvent.class - [JAR]
├─ org.fife.com.swabunga.spell.event.SpellCheckListener.class - [JAR]
├─ org.fife.com.swabunga.spell.event.SpellChecker.class - [JAR]
├─ org.fife.com.swabunga.spell.event.StringWordTokenizer.class - [JAR]
├─ org.fife.com.swabunga.spell.event.Word.class - [JAR]
├─ org.fife.com.swabunga.spell.event.WordFinder.class - [JAR]
├─ org.fife.com.swabunga.spell.event.WordNotFoundException.class - [JAR]
├─ org.fife.com.swabunga.spell.event.WordTokenizer.class - [JAR]
├─ org.fife.com.swabunga.spell.event.XMLWordFinder.class - [JAR]
org.fife.ui.rsyntaxtextarea.spell
├─ org.fife.ui.rsyntaxtextarea.spell.DefaultSpellCheckableTokenIdentifier.class - [JAR]
├─ org.fife.ui.rsyntaxtextarea.spell.SpellCheckableTokenIdentifier.class - [JAR]
├─ org.fife.ui.rsyntaxtextarea.spell.SpellingParser.class - [JAR]
org.fife.com.swabunga.util
├─ org.fife.com.swabunga.util.StringUtility.class - [JAR]
├─ org.fife.com.swabunga.util.VectorUtility.class - [JAR]
org.fife.com.swabunga.spell.engine
├─ org.fife.com.swabunga.spell.engine.Configuration.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.DoubleMeta.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.EditDistance.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.GenericSpellDictionary.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.GenericTransformator.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.PropertyConfiguration.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.SpellDictionary.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.SpellDictionaryASpell.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.SpellDictionaryCachedDichoDisk.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.SpellDictionaryDichoDisk.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.SpellDictionaryDisk.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.SpellDictionaryHashMap.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.Transformator.class - [JAR]
├─ org.fife.com.swabunga.spell.engine.Word.class - [JAR]
org.fife.ui.rsyntaxtextarea.spell.event
├─ org.fife.ui.rsyntaxtextarea.spell.event.SpellingParserEvent.class - [JAR]
├─ org.fife.ui.rsyntaxtextarea.spell.event.SpellingParserListener.class - [JAR]