android.view.inputmethod
Class CompletionInfo

java.lang.Object
  extended by android.view.inputmethod.CompletionInfo
All Implemented Interfaces:
Parcelable

public final class CompletionInfo
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<CompletionInfo> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
CompletionInfo(long id, int index, CharSequence text)
           
CompletionInfo(long id, int index, CharSequence text, CharSequence label)
           
 
Method Summary
 int describeContents()
           
 long getId()
           
 CharSequence getLabel()
           
 int getPosition()
           
 CharSequence getText()
           
 String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATOR

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

CompletionInfo

public CompletionInfo(long id,
                      int index,
                      CharSequence text)

CompletionInfo

public CompletionInfo(long id,
                      int index,
                      CharSequence text,
                      CharSequence label)
Method Detail

getId

public long getId()

getPosition

public int getPosition()

getText

public CharSequence getText()

getLabel

public CharSequence getLabel()

toString

public String toString()
Overrides:
toString in class Object

writeToParcel

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

describeContents

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


Copyright © 2008-2012. All Rights Reserved.