API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Package android.text.method

Removed Classes and Interfaces
BaseInputMethod  
DateInputMethod For entering dates in a text field.
DateTimeInputMethod For entering dates and times in the same text field.
DialerInputMethod For dialing-only text entry
DigitsInputMethod For digits-only text entry
InputMethod  
KeyCharacterMap  
MetaKeyInputMethod This base class encapsulates the behavior for handling the meta keys (caps, fn, sym).
MultiTapInputMethod This is the standard input method for alphabetic input on 12-key keyboards.
NumberInputMethod For numeric text entry
QwertyInputMethod This is the standard input method for alphabetic input on qwerty keyboards.
TextInputMethod This is the input method for typing normal text.
TextInputMethod.Capitalize  
TimeInputMethod For entering times in a text field.
 

Added Classes and Interfaces
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
KeyListener  
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
QwertyKeyListener This is the standard key listener for alphabetic input on qwerty keyboards.
TextKeyListener This is the key listener for typing normal text.
TextKeyListener.Capitalize  
TimeKeyListener For entering times in a text field.
Touch  
 

Changed Classes and Interfaces
ArrowKeyMovementMethod  
LinkMovementMethod  
MovementMethod  
PasswordTransformationMethod  
ReplacementTransformationMethod This transformation method causes the characters in the .getOriginal array to be replaced by the corresponding characters in the .getReplacement array.
ScrollingMovementMethod  
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.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff