|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MultiAutoCompleteTextView.Tokenizer
| Method Summary | |
|---|---|
int |
findTokenEnd(CharSequence text,
int cursor)
Returns the end of the token (minus trailing punctuation) that begins at offset cursor within text. |
int |
findTokenStart(CharSequence text,
int cursor)
Returns the start of the token that ends at offset cursor within text. |
CharSequence |
terminateToken(CharSequence text)
Returns text, modified, if necessary, to ensure that
it ends with a token terminator (for example a space or comma). |
| Method Detail |
|---|
int findTokenStart(CharSequence text,
int cursor)
cursor within text.
int findTokenEnd(CharSequence text,
int cursor)
cursor within text.
CharSequence terminateToken(CharSequence text)
text, modified, if necessary, to ensure that
it ends with a token terminator (for example a space or comma).
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||