android.text
Class AutoText
java.lang.Object
android.text.AutoText
public class AutoText
- extends Object
This class accesses a dictionary of corrections to frequent misspellings.
|
Method Summary |
static String |
get(CharSequence src,
int start,
int end,
View view)
Retrieves a possible spelling correction for the specified range
of text. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static String get(CharSequence src,
int start,
int end,
View view)
- Retrieves a possible spelling correction for the specified range
of text. Returns null if no correction can be found.
The View is used to get the current Locale and Resources.
Please submit a feedback, bug or feature