FileDocCategorySizeDatePackage
URLSpan.javaAPI DocAndroid 5.1 API703Sat Mar 14 14:09:34 GMT 2015android.text.style

URLSpan

public class URLSpan extends android.text.style.ClickableSpan implements android.text.ParcelableSpan

Fields Summary
Constructors Summary
public URLSpan(String url)

 throw new RuntimeException("Stub!"); 
public URLSpan(android.os.Parcel src)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public intgetSpanTypeId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetURL()

 throw new RuntimeException("Stub!"); 
public voidonClick(android.view.View widget)

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");