android.view.textservice
Class SpellCheckerSubtype

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

public final class SpellCheckerSubtype
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<SpellCheckerSubtype> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
SpellCheckerSubtype(int nameId, String locale, String extraValue)
           
 
Method Summary
 int describeContents()
           
 boolean equals(Object o)
           
 CharSequence getDisplayName(Context context, String packageName, ApplicationInfo appInfo)
           
 String getExtraValue()
           
 String getLocale()
           
 int getNameResId()
           
 int hashCode()
           
 void writeToParcel(Parcel dest, int parcelableFlags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

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

SpellCheckerSubtype

public SpellCheckerSubtype(int nameId,
                           String locale,
                           String extraValue)
Method Detail

getNameResId

public int getNameResId()

getLocale

public String getLocale()

getExtraValue

public String getExtraValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getDisplayName

public CharSequence getDisplayName(Context context,
                                   String packageName,
                                   ApplicationInfo appInfo)

describeContents

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

writeToParcel

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


Copyright © 2008-2012. All Rights Reserved.