android.text.style
Class EasyEditSpan

java.lang.Object
  extended by android.text.style.EasyEditSpan
All Implemented Interfaces:
Parcelable, ParcelableSpan

public class EasyEditSpan
extends Object
implements ParcelableSpan


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
EasyEditSpan()
           
 
Method Summary
 int describeContents()
           
 int getSpanTypeId()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyEditSpan

public EasyEditSpan()
Method Detail

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

getSpanTypeId

public int getSpanTypeId()
Specified by:
getSpanTypeId in interface ParcelableSpan


Copyright © 2008-2012. All Rights Reserved.