Package com.teamdev.jxbrowser.menu
Interface SpellCheckMenu
public interface SpellCheckMenu
A spell check menu in the context menu.
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
Returns a string that represents the localized text of the "Add to Dictionary" menu item.Returns an immutable list of suggested replacements for a misspelled word under the cursor or an empty list if there are no suggestions.default String
Returns a string that represents the misspelled word under the cursor, if any.
-
Method Details
-
misspelledWord
Returns a string that represents the misspelled word under the cursor, if any. -
dictionarySuggestions
Returns an immutable list of suggested replacements for a misspelled word under the cursor or an empty list if there are no suggestions. -
addToDictionaryMenuItemText
Returns a string that represents the localized text of the "Add to Dictionary" menu item.
-