Java android.support.v4.preference PreferenceScreen fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.preference PreferenceScreen fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.preference PreferenceScreen.

The text is from its open source code.

Method

booleanaddPreference(Preference preference)
Adds a Preference at the correct position based on the preference's order.
voidsetIntent(Intent intent)
Sets an Intent to be used for Context#startActivity(Intent) when this Preference is clicked.
voidsetKey(String key)
Sets the key for this Preference, which is used as a key to the SharedPreferences .
voidsetSummary(CharSequence summary)
Sets the summary for this Preference with a CharSequence.
voidsetTitle(CharSequence title)
Sets the title for this Preference with a CharSequence.