Uses of Interface
de.unikassel.android.sdcframework.preferences.facade.LogLevelConfiguration

Packages that use LogLevelConfiguration
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 LogLevelConfiguration in de.unikassel.android.sdcframework.preferences
 

Classes in de.unikassel.android.sdcframework.preferences that implement LogLevelConfiguration
 class LogLevelConfigurationImpl
          Implementation of the configuration for the log level.
 

Fields in de.unikassel.android.sdcframework.preferences declared as LogLevelConfiguration
private  LogLevelConfiguration LogLevelConfigurationChangeEventImpl.configuration
          The log level configuration
 

Fields in de.unikassel.android.sdcframework.preferences with type parameters of type LogLevelConfiguration
private  SinglePreference<LogLevelConfiguration> ApplicationPreferenceManagerImpl.logLevelPreference
          The log level preferences
 

Methods in de.unikassel.android.sdcframework.preferences that return LogLevelConfiguration
 LogLevelConfiguration LogLevelConfigurationChangeEventImpl.getConfiguration()
           
 LogLevelConfiguration LogLevelPreferenceImpl.getConfiguration(SharedPreferences sharedPreferences)
           
 LogLevelConfiguration LogLevelPreferenceImpl.getDefault()
           
 LogLevelConfiguration ApplicationPreferenceManagerImpl.getLogLevelConfiguration(Context applicationContext)
           
 

Methods in de.unikassel.android.sdcframework.preferences that return types with arguments of type LogLevelConfiguration
 SinglePreference<LogLevelConfiguration> ApplicationPreferenceManagerImpl.getLogLevelPreference()
           
 

Methods in de.unikassel.android.sdcframework.preferences with parameters of type LogLevelConfiguration
 void LogLevelPreferenceImpl.setDefault(LogLevelConfiguration defaultValue)
           
 

Constructors in de.unikassel.android.sdcframework.preferences with parameters of type LogLevelConfiguration
LogLevelConfigurationChangeEventImpl(LogLevelConfiguration configuration)
          Constructor
 

Uses of LogLevelConfiguration in de.unikassel.android.sdcframework.preferences.facade
 

Methods in de.unikassel.android.sdcframework.preferences.facade that return LogLevelConfiguration
 LogLevelConfiguration ApplicationPreferenceManager.getLogLevelConfiguration(Context applicationContext)
          Access to log level configuration created from current log level preferences
 

Methods in de.unikassel.android.sdcframework.preferences.facade that return types with arguments of type LogLevelConfiguration
 SinglePreference<LogLevelConfiguration> ApplicationPreferenceManager.getLogLevelPreference()
          Getter for log level preferences