public final class CorrectionInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<CorrectionInfo> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
CorrectionInfo(int offset,
CharSequence oldText,
CharSequence newText) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
CharSequence |
getNewText() |
int |
getOffset() |
CharSequence |
getOldText() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<CorrectionInfo> CREATOR
public CorrectionInfo(int offset,
CharSequence oldText,
CharSequence newText)
public int getOffset()
public CharSequence getOldText()
public CharSequence getNewText()
public void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic int describeContents()
describeContents in interface ParcelableCopyright © 2008-2013. All Rights Reserved.