|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.textservice.SpellCheckerSession
public class SpellCheckerSession
| Nested Class Summary | |
|---|---|
static interface |
SpellCheckerSession.SpellCheckerSessionListener
|
| Field Summary | |
|---|---|
static String |
SERVICE_META_DATA
|
| Method Summary | |
|---|---|
void |
cancel()
|
void |
close()
|
protected void |
finalize()
|
void |
getSentenceSuggestions(TextInfo[] textInfos,
int suggestionsLimit)
|
SpellCheckerInfo |
getSpellChecker()
|
void |
getSuggestions(TextInfo[] textInfos,
int suggestionsLimit,
boolean sequentialWords)
Deprecated. |
void |
getSuggestions(TextInfo textInfo,
int suggestionsLimit)
Deprecated. |
boolean |
isSessionDisconnected()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SERVICE_META_DATA
| Method Detail |
|---|
public boolean isSessionDisconnected()
public SpellCheckerInfo getSpellChecker()
public void cancel()
public void close()
public void getSentenceSuggestions(TextInfo[] textInfos,
int suggestionsLimit)
@Deprecated
public void getSuggestions(TextInfo textInfo,
int suggestionsLimit)
@Deprecated
public void getSuggestions(TextInfo[] textInfos,
int suggestionsLimit,
boolean sequentialWords)
protected void finalize()
throws Throwable
finalize in class ObjectThrowable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||