| Interface | Description |
|---|---|
| NavigationListener |
Defines the interface, a class, which should be notified when
NavigationPreferences are
added or removed to/from a PreferenceActivity, must implement. |
| NavigationPreference.Callback |
Defines the callback, a class, which should be notified, when the fragment, which is
associated with a navigation preference, should be shown, must implement.
|
| PreferenceFragmentListener |
Defines the interface, a class, which should be notified when the currently shown preference
fragment of a
PreferenceActivity has been changed, must implement. |
| RestoreDefaultsListener |
Defines the interface, a class, which should be notified, when the default values of the
preferences, which belong to a
PreferenceFragment, should be restored. |
| WizardListener |
Defines the interface a class, which should be notified when the user navigates within a
PreferenceActivity, which is used as wizard, by using its next-, back- and finish-button. |
| Class | Description |
|---|---|
| NavigationPreference |
A preference, which allows to show a fragment within a
PreferenceActivity when clicked. |
| NavigationPreference.SavedState |
A data structure, which allows to save the internal state of a
NavigationPreference. |
| PreferenceActivity |
An activity, which provides a navigation for accessing preferences, which are grouped as
different sections.
|
| PreferenceFragment |
A fragment, which allows to show multiple preferences.
|