java.lang.Object | |
↳ | android.view.textservice.SpellCheckerInfo |
This class is used to specify meta information of a spell checker.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR | Used to make this class parcelable. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Used to make this class parcelable.
| |||||||||||
Return the component of the service that implements.
| |||||||||||
Return a unique ID for this spell checker.
| |||||||||||
Return the .apk package that implements this.
| |||||||||||
Return the raw information about the Service implementing this
spell checker.
| |||||||||||
Return the class name of an activity that provides a settings UI.
| |||||||||||
Return the subtype at the specified index.
| |||||||||||
Return the count of the subtypes.
| |||||||||||
Load the user-displayed icon for this spell checker.
| |||||||||||
Load the user-displayed label for this spell checker.
| |||||||||||
Used to package this object into a
Parcel . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Used to make this class parcelable.
Used to make this class parcelable.
Return the component of the service that implements.
Return a unique ID for this spell checker. The ID is generated from the package and class name implementing the method.
Return the raw information about the Service implementing this spell checker. Do not modify the returned object.
Return the class name of an activity that provides a settings UI.
You can launch this activity be starting it with
an Intent
whose action is MAIN and with an
explicit ComponentName
composed of getPackageName()
and the class name returned here.
A null will be returned if there is no settings activity.
Return the subtype at the specified index.
index | the index of the subtype to return. |
---|
Load the user-displayed icon for this spell checker.
pm | Supply a PackageManager used to load the spell checker's resources. |
---|
Load the user-displayed label for this spell checker.
pm | Supply a PackageManager used to load the spell checker's resources. |
---|