MultiAutoCompleteTextView.Tokenizer
public static interface MultiAutoCompleteTextView.Tokenizer
android.widget.MultiAutoCompleteTextView.Tokenizer |
Known Indirect Subclasses
|
Summary
Public methods
findTokenEnd
int findTokenEnd (CharSequence text,
int cursor)
返回开始于偏移令牌(减去尾随标点)的端部 cursor
内 text
。
Parameters |
text |
CharSequence
|
cursor |
int
|
findTokenStart
int findTokenStart (CharSequence text,
int cursor)
返回结束于偏移令牌开始 cursor
内 text
。
Parameters |
text |
CharSequence
|
cursor |
int
|
terminateToken
CharSequence terminateToken (CharSequence text)
返回 text
,必要时进行修改,以确保它以令牌终止符(例如空格或逗号)结尾。
Parameters |
text |
CharSequence
|