-
Method Summary
void
Add word to the run-time dictionary
boolean
Indicate resource is closed.
boolean
Search suggestions for the word
-
Method Details
-
spell
Spellcheck the word
- Parameters:
word - the word to check
- Returns:
- true if the word is spelled correctly
-
add
Add word to the run-time dictionary
- Parameters:
word - the word to add
-
suggest
Search suggestions for the word
- Parameters:
word - the word to get suggestions for
- Returns:
- the list of suggestions
-
isClosed
boolean isClosed()
Indicate resource is closed.
- Returns:
- true when closed, otherwise false.