android.text.method
Class TimeKeyListener

java.lang.Object
  extended by android.text.method.MetaKeyKeyListener
      extended by android.text.method.BaseKeyListener
          extended by android.text.method.NumberKeyListener
              extended by android.text.method.TimeKeyListener
All Implemented Interfaces:
InputFilter, KeyListener

public class TimeKeyListener
extends NumberKeyListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.text.InputFilter
InputFilter.AllCaps, InputFilter.LengthFilter
 
Field Summary
static char[] CHARACTERS
           
 
Fields inherited from class android.text.method.MetaKeyKeyListener
META_ALT_LOCKED, META_ALT_ON, META_CAP_LOCKED, META_SHIFT_ON, META_SYM_LOCKED, META_SYM_ON
 
Constructor Summary
TimeKeyListener()
           
 
Method Summary
protected  char[] getAcceptedChars()
           
 int getInputType()
           
static TimeKeyListener getInstance()
           
 
Methods inherited from class android.text.method.NumberKeyListener
filter, lookup, ok, onKeyDown
 
Methods inherited from class android.text.method.BaseKeyListener
backspace, forwardDelete, onKeyOther
 
Methods inherited from class android.text.method.MetaKeyKeyListener
adjustMetaAfterKeypress, adjustMetaAfterKeypress, clearMetaKeyState, clearMetaKeyState, clearMetaKeyState, getMetaState, getMetaState, getMetaState, getMetaState, handleKeyDown, handleKeyUp, isMetaTracker, isSelectingMetaTracker, onKeyUp, resetLockedMeta, 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.KeyListener
clearMetaKeyState, onKeyUp
 

Field Detail

CHARACTERS

public static final char[] CHARACTERS
Constructor Detail

TimeKeyListener

public TimeKeyListener()
Method Detail

getInputType

public int getInputType()

getAcceptedChars

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

getInstance

public static TimeKeyListener getInstance()


Copyright © 2008-2012. All Rights Reserved.