|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputMethodSettingsInterface
InputMethodSettingsInterface is the interface for adding IME related preferences to PreferenceActivity or PreferenceFragment.
| Method Summary | |
|---|---|
void |
setInputMethodSettingsCategoryTitle(CharSequence title)
Sets the title for the input method settings category with a CharSequence. |
void |
setInputMethodSettingsCategoryTitle(int resId)
Sets the title for the input method settings category with a resource ID. |
void |
setSubtypeEnablerIcon(android.graphics.drawable.Drawable drawable)
Sets the icon for the Preference for launching subtype enabler with a Drawable. |
void |
setSubtypeEnablerIcon(int resId)
Sets the icon for the preference for launching subtype enabler with a resource ID. |
void |
setSubtypeEnablerTitle(CharSequence title)
Sets the title for the input method enabler preference for launching subtype enabler with a CharSequence. |
void |
setSubtypeEnablerTitle(int resId)
Sets the title for the input method enabler preference for launching subtype enabler with a resource ID. |
| Method Detail |
|---|
void setInputMethodSettingsCategoryTitle(int resId)
resId - The resource ID of the title.void setInputMethodSettingsCategoryTitle(CharSequence title)
title - The title for this preference.void setSubtypeEnablerTitle(int resId)
resId - The resource ID of the title.void setSubtypeEnablerTitle(CharSequence title)
title - The title for this preference.void setSubtypeEnablerIcon(int resId)
resId - The resource id of an optional icon for the preference.void setSubtypeEnablerIcon(android.graphics.drawable.Drawable drawable)
drawable - The drawable of an optional icon for the preference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||