android.widget
Interface MultiAutoCompleteTextView.Tokenizer
- All Known Implementing Classes:
- MultiAutoCompleteTextView.CommaTokenizer, Rfc822Tokenizer
- Enclosing class:
- MultiAutoCompleteTextView
public static interface MultiAutoCompleteTextView.Tokenizer
findTokenStart
int findTokenStart(java.lang.CharSequence text,
int cursor)
findTokenEnd
int findTokenEnd(java.lang.CharSequence text,
int cursor)
terminateToken
java.lang.CharSequence terminateToken(java.lang.CharSequence text)
Copyright © 2008-2010. All Rights Reserved.