Build m5-rc15

android.text.method
Class DigitsInputMethod

java.lang.Object
  extended by android.text.method.MetaKeyInputMethod
      extended by android.text.method.BaseInputMethod
          extended by android.text.method.NumberInputMethod
              extended by android.text.method.DigitsInputMethod
All Implemented Interfaces:
InputMethod

public class DigitsInputMethod
extends NumberInputMethod


Field Summary
 
Fields inherited from class android.text.method.MetaKeyInputMethod
META_ALT_LOCKED, META_ALT_ON, META_CAP_LOCKED, META_CAP_ON, META_SYM_LOCKED, META_SYM_ON
 
Constructor Summary
DigitsInputMethod()
           
 
Method Summary
protected  char[] getAcceptedChars()
           
static DigitsInputMethod getInstance()
           
static DigitsInputMethod getInstance(String accepted)
           
 
Methods inherited from class android.text.method.NumberInputMethod
onKeyDown
 
Methods inherited from class android.text.method.BaseInputMethod
backspace
 
Methods inherited from class android.text.method.MetaKeyInputMethod
adjustMetaAfterKeypress, getMetaState, getMetaState, isMetaTracker, onKeyUp, resetLockedMeta, resetMetaState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface android.text.method.InputMethod
onKeyUp
 

Constructor Detail

DigitsInputMethod

public DigitsInputMethod()
Method Detail

getAcceptedChars

protected char[] getAcceptedChars()
Specified by:
getAcceptedChars in class NumberInputMethod

getInstance

public static DigitsInputMethod getInstance()

getInstance

public static DigitsInputMethod getInstance(String accepted)

Build m5-rc15

Please submit a feedback, bug or feature