|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserDictionaryProvider
Interface to be implemented by a user dictionary. Adding a new word via addWord(String) must
trigger a storing of the dictionary
| Method Summary | |
|---|---|
void |
addWord(java.lang.String word)
Adds a new word to the current user dictionary. |
java.lang.String |
getUserWords(java.util.Locale locale)
Gets the list of user words for this locale. |
void |
setUserWords(java.lang.String wordList)
Set a completely new word list |
| Method Detail |
|---|
java.lang.String getUserWords(java.util.Locale locale)
locale - The locale of the selected language.
void addWord(java.lang.String word)
word - the new word.void setUserWords(java.lang.String wordList)
wordList - the new word list. Can be empty but not null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||