|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SensorDevicePreferences | |
---|---|
de.unikassel.android.sdcframework.preferences | Provides the classes to manage preferences, service configurations values and defaults. |
de.unikassel.android.sdcframework.preferences.facade | Provides the interfaces for the preference package. |
Uses of SensorDevicePreferences in de.unikassel.android.sdcframework.preferences |
---|
Classes in de.unikassel.android.sdcframework.preferences that implement SensorDevicePreferences | |
---|---|
class |
SensorDevicePreferencesImpl
|
Fields in de.unikassel.android.sdcframework.preferences with type parameters of type SensorDevicePreferences | |
---|---|
private Map<String,SensorDevicePreferences> |
ApplicationPreferenceManagerImpl.mapKeyToDevicePreferences
preference key to device preferences mapping |
private Map<SensorDeviceIdentifier,SensorDevicePreferences> |
DevicePreferencesCollectionImpl.mapPreferences
the contained sub devices of the sensor composition |
Methods in de.unikassel.android.sdcframework.preferences that return SensorDevicePreferences | |
---|---|
SensorDevicePreferences |
DevicePreferencesCollectionImpl.getPreferencesForDevice(SensorDeviceIdentifier deviceIdentifier)
|
SensorDevicePreferences |
ApplicationPreferenceManagerImpl.getPreferencesForDevice(SensorDeviceIdentifier deviceIdentifier)
|
Methods in de.unikassel.android.sdcframework.preferences that return types with arguments of type SensorDevicePreferences | |
---|---|
private Map<String,SensorDevicePreferences> |
ApplicationPreferenceManagerImpl.getMapKeyToDevicePreferences()
Getter for the key to device preferences map |
Collection<SensorDevicePreferences> |
DevicePreferencesCollectionImpl.getPreferences()
|
private Map<SensorDeviceIdentifier,SensorDevicePreferences> |
DevicePreferencesCollectionImpl.getPreferencesMap()
Getter for the the preferences map |
Methods in de.unikassel.android.sdcframework.preferences with parameters of type SensorDevicePreferences | |
---|---|
boolean |
DevicePreferencesCollectionImpl.addPreferences(SensorDevicePreferences preferences)
|
private void |
ApplicationPreferenceManagerImpl.registerDevicePreferences(SensorDevicePreferences preferences)
Does register device preferences for the key to device preference mapping |
private void |
SDCConfigurationManager.updateDefaults(SensorDevicePreferences devicePreferences)
Does update preference defaults by pre-configured defaults if available |
Method parameters in de.unikassel.android.sdcframework.preferences with type arguments of type SensorDevicePreferences | |
---|---|
private void |
DevicePreferencesCollectionImpl.setPreferencesMap(Map<SensorDeviceIdentifier,SensorDevicePreferences> mapPreferences)
Setter for the preferences map |
Uses of SensorDevicePreferences in de.unikassel.android.sdcframework.preferences.facade |
---|
Methods in de.unikassel.android.sdcframework.preferences.facade that return SensorDevicePreferences | |
---|---|
SensorDevicePreferences |
DevicePreferencesCollection.getPreferencesForDevice(SensorDeviceIdentifier deviceIdentifier)
Getter for specific device preferences |
SensorDevicePreferences |
ApplicationPreferenceManager.getPreferencesForDevice(SensorDeviceIdentifier deviceIdentifier)
Getter for specific device preferences |
Methods in de.unikassel.android.sdcframework.preferences.facade that return types with arguments of type SensorDevicePreferences | |
---|---|
Collection<SensorDevicePreferences> |
DevicePreferencesCollection.getPreferences()
Getter for all device preferences |
Methods in de.unikassel.android.sdcframework.preferences.facade with parameters of type SensorDevicePreferences | |
---|---|
boolean |
DevicePreferencesCollection.addPreferences(SensorDevicePreferences preferences)
Method to add device preferences to the composition |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |