android.text
Class InputFilter.AllCaps
java.lang.Object
android.text.InputFilter.AllCaps
- All Implemented Interfaces:
- InputFilter
- Enclosing interface:
- InputFilter
public static class InputFilter.AllCaps
- extends Object
- implements InputFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputFilter.AllCaps
public InputFilter.AllCaps()
filter
public CharSequence filter(CharSequence source,
int start,
int end,
Spanned dest,
int dstart,
int dend)
- Specified by:
filter
in interface InputFilter
Copyright © 2008-2012. All Rights Reserved.