|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.text.util.Rfc822Tokenizer
public class Rfc822Tokenizer
This class works as a Tokenizer for MultiAutoCompleteTextView for address list fields, and also provides a method for converting a string of addresses (such as might be typed into such a field) into a series of Rfc822Tokens.
| Constructor Summary | |
|---|---|
Rfc822Tokenizer()
|
|
| 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)
Terminates the specified address with a comma and space. |
static Rfc822Token[] |
tokenize(CharSequence text)
This constructor will try to take a string like "Foo Bar (something) <foo\@google.com>, blah\@google.com (something)" and convert it into one or more Rfc822Tokens. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rfc822Tokenizer()
| Method Detail |
|---|
public static Rfc822Token[] tokenize(CharSequence text)
public int findTokenStart(CharSequence text,
int cursor)
cursor within text.
findTokenStart in interface MultiAutoCompleteTextView.Tokenizer
public int findTokenEnd(CharSequence text,
int cursor)
cursor within text.
findTokenEnd in interface MultiAutoCompleteTextView.Tokenizerpublic CharSequence terminateToken(CharSequence text)
terminateToken in interface MultiAutoCompleteTextView.Tokenizer
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||