android.widget
Interface MultiAutoCompleteTextView.Tokenizer

All Known Implementing Classes:
MultiAutoCompleteTextView.CommaTokenizer, Rfc822Tokenizer
Enclosing class:
MultiAutoCompleteTextView

public static interface MultiAutoCompleteTextView.Tokenizer


Method Summary
 int findTokenEnd(CharSequence text, int cursor)
           
 int findTokenStart(CharSequence text, int cursor)
           
 CharSequence terminateToken(CharSequence text)
           
 

Method Detail

findTokenStart

int findTokenStart(CharSequence text,
                   int cursor)

findTokenEnd

int findTokenEnd(CharSequence text,
                 int cursor)

terminateToken

CharSequence terminateToken(CharSequence text)


Copyright © 2008-2012. All Rights Reserved.