public interface SpellCheckMenu
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
addToDictionaryMenuItemText()
Returns a string that represents the localized text of the "Add to Dictionary" menu item.
|
default java.util.List<java.lang.String> |
dictionarySuggestions()
Returns an immutable list of suggested replacements for a misspelled word under the cursor or
an empty list if there are no suggestions.
|
default java.lang.String |
misspelledWord()
Returns a string that represents the misspelled word under the cursor, if any.
|
default java.lang.String misspelledWord()
default java.util.List<java.lang.String> dictionarySuggestions()
default java.lang.String addToDictionaryMenuItemText()