Java android.text.method TextKeyListener fields, constructors, methods, implement or subclass

Example usage for Java android.text.method TextKeyListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.method TextKeyListener.

The text is from its open source code.

Constructor

TextKeyListener(Capitalize cap, boolean autotext)
Creates a new TextKeyListener with the specified capitalization and correction properties.

Method

voidclear(Editable e)
Clear all the input state (autotext, autocap, multitap, undo) from the specified Editable, going beyond Editable.clear(), which just clears the text but not the input state.
TextKeyListenergetInstance()
Returns a new or existing instance with no automatic capitalization or correction.