public class Linkify extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Linkify.MatchFilter |
static interface |
Linkify.TransformFilter |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL |
static int |
EMAIL_ADDRESSES |
static int |
MAP_ADDRESSES |
static int |
PHONE_NUMBERS |
static Linkify.MatchFilter |
sPhoneNumberMatchFilter |
static Linkify.TransformFilter |
sPhoneNumberTransformFilter |
static Linkify.MatchFilter |
sUrlMatchFilter |
static int |
WEB_URLS |
| Constructor and Description |
|---|
Linkify() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addLinks(Spannable text,
int mask) |
static boolean |
addLinks(Spannable text,
Pattern pattern,
String scheme) |
static boolean |
addLinks(Spannable s,
Pattern p,
String scheme,
Linkify.MatchFilter matchFilter,
Linkify.TransformFilter transformFilter) |
static boolean |
addLinks(TextView text,
int mask) |
static void |
addLinks(TextView text,
Pattern pattern,
String scheme) |
static void |
addLinks(TextView text,
Pattern p,
String scheme,
Linkify.MatchFilter matchFilter,
Linkify.TransformFilter transformFilter) |
public static final int WEB_URLS
public static final int EMAIL_ADDRESSES
public static final int PHONE_NUMBERS
public static final int MAP_ADDRESSES
public static final int ALL
public static final Linkify.MatchFilter sUrlMatchFilter
public static final Linkify.MatchFilter sPhoneNumberMatchFilter
public static final Linkify.TransformFilter sPhoneNumberTransformFilter
public static final boolean addLinks(Spannable text, int mask)
public static final boolean addLinks(TextView text, int mask)
public static final void addLinks(TextView text, Pattern p, String scheme, Linkify.MatchFilter matchFilter, Linkify.TransformFilter transformFilter)
public static final boolean addLinks(Spannable s, Pattern p, String scheme, Linkify.MatchFilter matchFilter, Linkify.TransformFilter transformFilter)
Copyright © 2008-2013. All Rights Reserved.