Package | Description |
---|---|
org.jivesoftware.spark.filetransfer.preferences | |
org.jivesoftware.spark.preference |
Provides support for adding preferences to the Preference Manager in Spark.
|
org.jivesoftware.spark.ui.themes | |
org.jivesoftware.sparkimpl.plugin.privacy.ui | |
org.jivesoftware.sparkimpl.preference | |
org.jivesoftware.sparkimpl.preference.chat | |
org.jivesoftware.sparkimpl.preference.groupchat | |
org.jivesoftware.sparkimpl.preference.media | |
org.jivesoftware.sparkimpl.preference.notifications | |
org.jivesoftware.sparkimpl.preference.sounds | |
org.jivesoftware.sparkimpl.settings.local |
Modifier and Type | Class and Description |
---|---|
class |
FileTransferPreference |
Modifier and Type | Method and Description |
---|---|
Preference |
PreferenceManager.getPreference(java.lang.String namespace) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Preference> |
PreferenceManager.getPreferences() |
Modifier and Type | Method and Description |
---|---|
void |
PreferenceManager.addPreference(Preference preference) |
void |
PreferenceManager.removePreference(Preference preference) |
void |
PreferenceManager.showPreferences(Preference selectedPref)
showPreferences
|
Modifier and Type | Class and Description |
---|---|
class |
ThemePreference |
Modifier and Type | Class and Description |
---|---|
class |
PrivacyPreferences |
Modifier and Type | Method and Description |
---|---|
Preference |
PreferenceUI.getPreference() |
Constructor and Description |
---|
PreferencesPanel(java.util.Iterator<Preference> preferences,
Preference displayPref)
Constructor - PreferencesPanel
|
PreferenceUI(Preference preference) |
Constructor and Description |
---|
PreferencesPanel(java.util.Iterator<Preference> preferences) |
PreferencesPanel(java.util.Iterator<Preference> preferences,
Preference displayPref)
Constructor - PreferencesPanel
|
Modifier and Type | Class and Description |
---|---|
class |
ChatPreference
Handles the preferences for Chatting.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupChatPreference
Essentially adds a new panel to the menu.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaPreference |
Modifier and Type | Class and Description |
---|---|
class |
NotificationsPreference
Handles the preferences for notification behavior within the Spark IM Client.
|
Modifier and Type | Class and Description |
---|---|
class |
SoundPreference
Preferences to handle Sounds played within Spark.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalPreference
Represents the Local Preference inside the Preference Manager.
|