|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.view.inputmethod.CompletionInfo
public final class CompletionInfo
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 |
---|
public static final Parcelable.Creator<CompletionInfo> CREATOR
Constructor Detail |
---|
public CompletionInfo(long id, int index, CharSequence text)
public CompletionInfo(long id, int index, CharSequence text, CharSequence label)
Method Detail |
---|
public long getId()
public int getPosition()
public CharSequence getText()
public CharSequence getLabel()
public String toString()
toString
in class Object
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
public int describeContents()
describeContents
in interface Parcelable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |