public class SpellCheckerSession extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpellCheckerSession.SpellCheckerSessionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_META_DATA |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final String SERVICE_META_DATA
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)
Copyright © 2008-2013. All Rights Reserved.