PreferenceCategorypublic class PreferenceCategory extends android.preference.PreferenceGroup
Constructors Summary |
---|
public PreferenceCategory(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes) super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!");
| public PreferenceCategory(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr) super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!");
| public PreferenceCategory(android.content.Context context, android.util.AttributeSet attrs) super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!");
| public PreferenceCategory(android.content.Context context) super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public boolean | isEnabled() throw new RuntimeException("Stub!");
| protected boolean | onPrepareAddPreference(android.preference.Preference preference) throw new RuntimeException("Stub!");
| public boolean | shouldDisableDependents() throw new RuntimeException("Stub!");
|
|