Uses of Class
com.inet.jortho.Dictionary
-
Packages that use Dictionary Package Description com.inet.jortho This package implements the spell checker JOrtho. -
-
Uses of Dictionary in com.inet.jortho
Fields in com.inet.jortho declared as Dictionary Modifier and Type Field Description private static Dictionary
SpellChecker. currentDictionary
private Dictionary
AutoSpellChecker. dictionary
private Dictionary
CheckerListener. dictionary
private Dictionary
SpellCheckerDialog. dictionary
private Dictionary
Tokenizer. dictionary
Methods in com.inet.jortho that return Dictionary Modifier and Type Method Description Dictionary
DictionaryFactory. create()
Create from the data in this factory a Dictionary object.(package private) static Dictionary
SpellChecker. getCurrentDictionary()
Get the currentDictionary
.Methods in com.inet.jortho with parameters of type Dictionary Modifier and Type Method Description (package private) boolean
LanguageBundle_fr. existInDictionary(java.lang.String word, Dictionary dictionary, SpellCheckerOptions options, boolean isFirstWordInSentence)
(package private) boolean
LanguageBundle. existInDictionary(java.lang.String word, Dictionary dictionary, SpellCheckerOptions options, boolean isFirstWordInSentence)
Check if the word is in the current dictionary.void
SpellCheckerDialog. show(javax.swing.text.JTextComponent jTextComponent, Dictionary dic, java.util.Locale loc)
Constructors in com.inet.jortho with parameters of type Dictionary Constructor Description Tokenizer(javax.swing.text.JTextComponent jText, Dictionary dictionary, java.util.Locale locale, int startOffset, int endOffset, SpellCheckerOptions options)
Create a tokenizer for the selected range.Tokenizer(javax.swing.text.JTextComponent jText, Dictionary dictionary, java.util.Locale locale, int offset, SpellCheckerOptions options)
Create a Tokenizer for the current paragraphTokenizer(javax.swing.text.JTextComponent jText, Dictionary dictionary, java.util.Locale locale, SpellCheckerOptions options)
Create a tokenizer for the completely text document.
-