FileDocCategorySizeDatePackage
ParcelableSpan.javaAPI DocAndroid 1.5 API1062Wed May 06 22:41:56 BST 2009android.text

ParcelableSpan

public interface ParcelableSpan implements android.os.Parcelable
A special kind of Parcelable for objects that will serve as text spans. This can only be used by code in the framework; it is not intended for applications to implement their own Parcelable spans.

Fields Summary
Constructors Summary
Methods Summary
public abstract intgetSpanTypeId()
Return a special type identifier for this span class.