android.view.textservice
Class TextInfo

java.lang.Object
  extended by android.view.textservice.TextInfo
All Implemented Interfaces:
Parcelable

public final class TextInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<TextInfo> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
TextInfo(Parcel source)
           
TextInfo(String text)
           
TextInfo(String text, int cookie, int sequence)
           
 
Method Summary
 int describeContents()
           
 int getCookie()
           
 int getSequence()
           
 String getText()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<TextInfo> CREATOR
Constructor Detail

TextInfo

public TextInfo(String text)

TextInfo

public TextInfo(String text,
                int cookie,
                int sequence)

TextInfo

public TextInfo(Parcel source)
Method Detail

writeToParcel

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

getText

public String getText()

getCookie

public int getCookie()

getSequence

public int getSequence()

describeContents

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


Copyright © 2008-2012. All Rights Reserved.