org.solovyev.android.keyboard
Interface InputMethodSettingsInterface

All Known Implementing Classes:
InputMethodSettingsFragment

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

setInputMethodSettingsCategoryTitle

void setInputMethodSettingsCategoryTitle(int resId)
Sets the title for the input method settings category with a resource ID.

Parameters:
resId - The resource ID of the title.

setInputMethodSettingsCategoryTitle

void setInputMethodSettingsCategoryTitle(CharSequence title)
Sets the title for the input method settings category with a CharSequence.

Parameters:
title - The title for this preference.

setSubtypeEnablerTitle

void setSubtypeEnablerTitle(int resId)
Sets the title for the input method enabler preference for launching subtype enabler with a resource ID.

Parameters:
resId - The resource ID of the title.

setSubtypeEnablerTitle

void setSubtypeEnablerTitle(CharSequence title)
Sets the title for the input method enabler preference for launching subtype enabler with a CharSequence.

Parameters:
title - The title for this preference.

setSubtypeEnablerIcon

void setSubtypeEnablerIcon(int resId)
Sets the icon for the preference for launching subtype enabler with a resource ID.

Parameters:
resId - The resource id of an optional icon for the preference.

setSubtypeEnablerIcon

void setSubtypeEnablerIcon(android.graphics.drawable.Drawable drawable)
Sets the icon for the Preference for launching subtype enabler with a Drawable.

Parameters:
drawable - The drawable of an optional icon for the preference.


Copyright © 2013. All Rights Reserved.