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.internal
Fields in org.tquadrat.foundation.config.internal with type parameters of type PreferenceAccessorModifier and TypeFieldDescriptionstatic final Map
<Class<?>, Class<? extends PreferenceAccessor<?>>> ClassRegistry.m_PrefsAccessorClasses
The preferences accessor classes. -
Uses of PreferenceAccessor in org.tquadrat.foundation.config.spi.prefs
Subclasses of PreferenceAccessor in org.tquadrat.foundation.config.spi.prefsModifier and TypeClassDescriptionfinal class
The implementation ofPreferenceAccessor
forBoolean
.class
The abstract base class for an implementation ofPreferenceAccessor
for bulk data.final class
The implementation ofPreferenceAccessor
for instance ofByte
.class
CollectionAccessor<T,
C extends Collection<T>> The abstract base class for implementations ofPreferenceAccessor
for instances of implementations ofCollection
.final class
The implementation ofPreferenceAccessor
for instances ofDate
.final class
The implementation ofPreferenceAccessor
for instances ofDouble
.final class
EnumAccessor<T extends Enum<T>>
The implementation ofPreferenceAccessor
for classes that extendsEnum
.final class
The implementation ofPreferenceAccessor
for instances ofFloat
.final class
The implementation ofPreferenceAccessor
for instances ofBufferedImage
.final class
The implementation ofPreferenceAccessor
for instances ofInteger
.final class
ListAccessor<T>
The implementation ofPreferenceAccessor
for instances ofList
.final class
The implementation ofPreferenceAccessor
for instances ofLong
.final class
MapAccessor<K,
V> The implementation ofPreferenceAccessor
for instances ofMap
.class
The abstract base class for custom implementations ofPreferenceAccessor
.final class
The implementation ofPreferenceAccessor
forboolean
.final class
The implementation ofPreferenceAccessor
forbyte
.final class
The implementation ofPreferenceAccessor
fordouble
.final class
The implementation ofPreferenceAccessor
forfloat
.final class
The implementation ofPreferenceAccessor
forint
.final class
The implementation ofPreferenceAccessor
forlong
.final class
The implementation ofPreferenceAccessor
forShort
.final class
SetAccessor<T>
The implementation ofPreferenceAccessor
for instances ofSet
.final class
The implementation ofPreferenceAccessor
forShort
.class
The abstract implementation ofBulkDataAccessorBase
for bulk data where an instance ofStringConverter
can be provided for the property data type.class
The implementations ofPreferenceAccessor
that uses the given instance ofStringConverter
to translate the values back and forth.final class
The implementation ofPreferenceAccessor
for instances ofString
.final class
The implementation ofPreferenceAccessor
for instances ofDocument
.Fields in org.tquadrat.foundation.config.spi.prefs with type parameters of type PreferenceAccessorModifier and TypeFieldDescriptionprivate final Map
<String, PreferenceAccessor<?>> PreferenceChangeListenerBase.m_AccessorsRegistry
The 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 givenPreferences
key.Constructor parameters in org.tquadrat.foundation.config.spi.prefs with type arguments of type PreferenceAccessorModifierConstructorDescriptionprotected
PreferenceChangeListenerBase
(Map<String, PreferenceAccessor<?>> registry, AutoLock lock) Creates a newPreferenceChangeListenerImpl
instance.PreferenceChangeListenerImpl
(Map<String, PreferenceAccessor<?>> registry, AutoLock lock) Creates a newPreferenceChangeListenerImpl
instance.