android.text.style
Class URLSpan
java.lang.Object
android.text.style.CharacterStyle
android.text.style.ClickableSpan
android.text.style.URLSpan
- All Implemented Interfaces:
- Parcelable, ParcelableSpan, UpdateAppearance
public class URLSpan
- extends ClickableSpan
- implements ParcelableSpan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLSpan
public URLSpan(String url)
URLSpan
public URLSpan(Parcel src)
getSpanTypeId
public int getSpanTypeId()
- Specified by:
getSpanTypeId
in interface ParcelableSpan
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
getURL
public String getURL()
onClick
public void onClick(View widget)
- Specified by:
onClick
in class ClickableSpan
Copyright © 2008-2012. All Rights Reserved.