Provides classes that monitor or modify keypad input. more...
KeyListener | |
MovementMethod | |
TransformationMethod | TextView uses TransformationMethods to do things like replacing the characters of passwords with dots, or keeping the newline characters from causing line breaks in single-line text fields. |
ArrowKeyMovementMethod | |
BaseKeyListener | |
CharacterPickerDialog | Dialog for choosing accented characters related to a base character. |
DateKeyListener | For entering dates in a text field. |
DateTimeKeyListener | For entering dates and times in the same text field. |
DialerKeyListener | For dialing-only text entry |
DigitsKeyListener | For digits-only text entry |
HideReturnsTransformationMethod | This transformation method causes any carriage return characters (\r) to be hidden by displaying them as zero-width non-breaking space characters (?). |
LinkMovementMethod | |
MetaKeyKeyListener | This base class encapsulates the behavior for handling the meta keys (caps, fn, sym). |
MultiTapKeyListener | This is the standard key listener for alphabetic input on 12-key keyboards. |
NumberKeyListener | For numeric text entry |
PasswordTransformationMethod | |
QwertyKeyListener | This is the standard key listener for alphabetic input on qwerty keyboards. |
ReplacementTransformationMethod | This transformation method causes the characters in the getOriginal() array to be replaced by the corresponding characters in the getReplacement() array. |
ScrollingMovementMethod | |
SingleLineTransformationMethod | This transformation method causes any newline characters (\n) to be displayed as spaces instead of causing line breaks. |
TextKeyListener | This is the key listener for typing normal text. |
TimeKeyListener | For entering times in a text field. |
Touch |
TextKeyListener.Capitalize |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |