android.view.textservice
Class SpellCheckerInfo

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

public final class SpellCheckerInfo
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<SpellCheckerInfo> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 ComponentName getComponent()
           
 String getId()
           
 String getPackageName()
           
 ServiceInfo getServiceInfo()
           
 String getSettingsActivity()
           
 SpellCheckerSubtype getSubtypeAt(int index)
           
 int getSubtypeCount()
           
 Drawable loadIcon(PackageManager pm)
           
 CharSequence loadLabel(PackageManager pm)
           
 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<SpellCheckerInfo> CREATOR
Method Detail

getId

public String getId()

getComponent

public ComponentName getComponent()

getPackageName

public String getPackageName()

writeToParcel

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

loadLabel

public CharSequence loadLabel(PackageManager pm)

loadIcon

public Drawable loadIcon(PackageManager pm)

getServiceInfo

public ServiceInfo getServiceInfo()

getSettingsActivity

public String getSettingsActivity()

getSubtypeCount

public int getSubtypeCount()

getSubtypeAt

public SpellCheckerSubtype getSubtypeAt(int index)

describeContents

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


Copyright © 2008-2012. All Rights Reserved.