java.lang.Object | ||||
android.preference.Preference | Comparable<T> | |||
android.preference.PreferenceGroup | ||||
android.preference.PreferenceCategory |
The PreferenceCategory class is used to group Preferences and provide a disabled title above the group.
PreferenceCategory(Context context, AttributeSet attrs, int defStyle) | ||||||
PreferenceCategory(Context context, AttributeSet attrs) | ||||||
PreferenceCategory(Context context) |
boolean | isEnabled() | |||||
Whether this Preference should be enabled in the list. |
boolean | onPrepareAddPreference(Preference preference) | |||||
Prepares a Preference to be added to the group. |
preference | The preference to add. |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |