Uses of Class
com.inet.jortho.Suggestion
-
Packages that use Suggestion Package Description com.inet.jortho This package implements the spell checker JOrtho. -
-
Uses of Suggestion in com.inet.jortho
Fields in com.inet.jortho with type parameters of type Suggestion Modifier and Type Field Description private java.util.HashMap<Suggestion,Suggestion>
Suggestions. map
private java.util.HashMap<Suggestion,Suggestion>
Suggestions. map
Methods in com.inet.jortho that return types with arguments of type Suggestion Modifier and Type Method Description (package private) java.util.List<Suggestion>
Suggestions. getlist()
java.util.List<Suggestion>
DictionaryBase. searchSuggestions(java.lang.String word)
Returns a list of suggestions if the word is not in the dictionary.Methods in com.inet.jortho with parameters of type Suggestion Modifier and Type Method Description (package private) void
Suggestions. add(Suggestion suggestion)
Add a suggestion.int
Suggestion. compareTo(Suggestion sugg)
Method parameters in com.inet.jortho with type arguments of type Suggestion Modifier and Type Method Description protected void
CheckerListener. addSuggestionMenuItem(javax.swing.text.JTextComponent jText, int begOffs, int endOffs, java.util.List<Suggestion> list, boolean needCapitalization)
Add menu items to the with suggestions to the menu.
-