Since: API Level 3
package

android.view.inputmethod

Classes | Description

Framework classes for interaction between views and input methods (such as soft keyboards).

more...

Interfaces

InputConnectionThe InputConnection interface is the communication channel from an InputMethod back to the application that is receiving its input. 
InputMethodThe InputMethod interface represents an input method which can generate key events and text, such as digital, email addresses, CJK characters, other language characters, and etc., while handling various input events, and send the text back to the application that requests text input. 
InputMethod.SessionCallback 
InputMethodSessionThe InputMethodSession interface provides the per-client functionality of InputMethod that is safe to expose to applications. 
InputMethodSession.EventCallback 

Classes

BaseInputConnectionBase class for implementors of the InputConnection interface, taking care of most of the common behavior for providing a connection to an Editable. 
CompletionInfoInformation about a single text completion that an editor has reported to an input method. 
EditorInfoAn EditorInfo describes several attributes of a text editing object that an input method is communicating with (typically an EditText), most importantly the type of text content it contains. 
ExtractedTextInformation about text that has been extracted for use by an input method. 
ExtractedTextRequestDescription of what an input method would like from an application when extract text from its input editor. 
InputBindingInformation given to an InputMethod about a client connecting to it. 
InputConnectionWrapper

Wrapper class for proxying calls to another InputConnection. 

InputMethodInfoThis class is used to specify meta information of an input method. 
InputMethodManagerCentral system API to the overall input method framework (IMF) architecture, which arbitrates interaction between applications and the current input method.