English | Site Directory

Android - An Open Handset Alliance Project

android.text
public class

android.text.AutoText

java.lang.Object
android.text.AutoText

This class accesses a dictionary of corrections to frequent misspellings.

Summary

Public Methods

      static  String  get(CharSequence src, int start, int end)
Retrieves a possible spelling correction for the specified range of text.
Methods inherited from class java.lang.Object

Details

Public Methods

public static String get(CharSequence src, int start, int end)

Retrieves a possible spelling correction for the specified range of text. Returns null if no correction can be found.
Build m5-rc15i - 10 Jun 2008 13:54