Uses of Class
org.tquadrat.foundation.config.spi.prefs.PreferenceAccessor
Packages that use PreferenceAccessor
Package
Description
The internal classes for the configuration module.
The definition for the preference accessors in
  
PreferenceAccessor
  and the implementations.- 
Uses of PreferenceAccessor in org.tquadrat.foundation.config.internalFields in org.tquadrat.foundation.config.internal with type parameters of type PreferenceAccessorModifier and TypeFieldDescriptionstatic final Map<Class<?>, Class<? extends PreferenceAccessor<?>>> ClassRegistry.m_PrefsAccessorClassesThe preferences accessor classes.
- 
Uses of PreferenceAccessor in org.tquadrat.foundation.config.spi.prefsSubclasses of PreferenceAccessor in org.tquadrat.foundation.config.spi.prefsModifier and TypeClassDescriptionfinal classThe implementation ofPreferenceAccessorforBoolean.classThe abstract base class for an implementation ofPreferenceAccessorfor bulk data.final classThe implementation ofPreferenceAccessorfor instance ofByte.classCollectionAccessor<T,C extends Collection<T>> The abstract base class for implementations ofPreferenceAccessorfor instances of implementations ofCollection.final classThe implementation ofPreferenceAccessorfor instances ofDate.final classThe implementation ofPreferenceAccessorfor instances ofDouble.final classEnumAccessor<T extends Enum<T>>The implementation ofPreferenceAccessorfor classes that extendsEnum.final classThe implementation ofPreferenceAccessorfor instances ofFloat.final classThe implementation ofPreferenceAccessorfor instances ofBufferedImage.final classThe implementation ofPreferenceAccessorfor instances ofInteger.final classListAccessor<T>The implementation ofPreferenceAccessorfor instances ofList.final classThe implementation ofPreferenceAccessorfor instances ofLong.final classMapAccessor<K,V> The implementation ofPreferenceAccessorfor instances ofMap.classThe abstract base class for custom implementations ofPreferenceAccessor.final classThe implementation ofPreferenceAccessorforboolean.final classThe implementation ofPreferenceAccessorforbyte.final classThe implementation ofPreferenceAccessorfordouble.final classThe implementation ofPreferenceAccessorforfloat.final classThe implementation ofPreferenceAccessorforint.final classThe implementation ofPreferenceAccessorforlong.final classThe implementation ofPreferenceAccessorforShort.final classSetAccessor<T>The implementation ofPreferenceAccessorfor instances ofSet.final classThe implementation ofPreferenceAccessorforShort.classThe abstract implementation ofBulkDataAccessorBasefor bulk data where an instance ofStringConvertercan be provided for the property data type.classThe implementations ofPreferenceAccessorthat uses the given instance ofStringConverterto translate the values back and forth.final classThe implementation ofPreferenceAccessorfor instances ofString.final classThe implementation ofPreferenceAccessorfor instances ofDocument.Fields in org.tquadrat.foundation.config.spi.prefs with type parameters of type PreferenceAccessorModifier and TypeFieldDescriptionprivate final Map<String, PreferenceAccessor<?>> PreferenceChangeListenerBase.m_AccessorsRegistryThe reference to the registry of the preferences accessors.Methods in org.tquadrat.foundation.config.spi.prefs that return types with arguments of type PreferenceAccessorModifier and TypeMethodDescriptionprotected final Map<String, PreferenceAccessor<?>> PreferenceChangeListenerBase.registry()Provides a reference to the registry for the accessors.protected final Optional<PreferenceAccessor<?>> PreferenceChangeListenerBase.retrieveAccessor(String key) Retrieves the accessor for the givenPreferenceskey.Constructor parameters in org.tquadrat.foundation.config.spi.prefs with type arguments of type PreferenceAccessorModifierConstructorDescriptionprotectedPreferenceChangeListenerBase(Map<String, PreferenceAccessor<?>> registry, AutoLock lock) Creates a newPreferenceChangeListenerImplinstance.PreferenceChangeListenerImpl(Map<String, PreferenceAccessor<?>> registry, AutoLock lock) Creates a newPreferenceChangeListenerImplinstance.
