Package org.tquadrat.foundation.config.spi.prefs
package org.tquadrat.foundation.config.spi.prefs
The definition for the preference accessors in
PreferenceAccessor
and the implementations.-
ClassDescriptionThe implementation of
PreferenceAccessor
forBoolean
.The abstract base class for an implementation ofPreferenceAccessor
for bulk data.The implementation ofPreferenceAccessor
for instance ofByte
.CollectionAccessor<T,C extends Collection<T>> The abstract base class for implementations ofPreferenceAccessor
for instances of implementations ofCollection
.The implementation ofPreferenceAccessor
for instances ofDate
.The implementation ofPreferenceAccessor
for instances ofDouble
.EnumAccessor<T extends Enum<T>>The implementation ofPreferenceAccessor
for classes that extendsEnum
.The implementation ofPreferenceAccessor
for instances ofFloat
.The implementation ofPreferenceAccessor
for instances ofBufferedImage
.The implementation ofPreferenceAccessor
for instances ofInteger
.ListAccessor<T>The implementation ofPreferenceAccessor
for instances ofList
.The implementation ofPreferenceAccessor
for instances ofLong
.MapAccessor<K,V> The implementation ofPreferenceAccessor
for instances ofMap
.The abstract base class for the preference accessors.The abstract base class for custom implementations ofPreferenceAccessor
.This class provides the base for an implementation of a change listener for the connected USERPreferences
as defined through the interfacesNodeChangeListener
andPreferenceChangeListener
.This class provides the implementation for the preferences change listeners as defined through the interfacesNodeChangeListener
andPreferenceChangeListener
.The exception that is thrown from a configuration bean in case an operation on the connectedPreferences
instance fails.The implementation ofPreferenceAccessor
forboolean
.The implementation ofPreferenceAccessor
forbyte
.The implementation ofPreferenceAccessor
fordouble
.The implementation ofPreferenceAccessor
forfloat
.The implementation ofPreferenceAccessor
forint
.The implementation ofPreferenceAccessor
forlong
.The implementation ofPreferenceAccessor
forShort
.SetAccessor<T>The implementation ofPreferenceAccessor
for instances ofSet
.The implementation ofPreferenceAccessor
forShort
.The abstract implementation ofBulkDataAccessorBase
for bulk data where an instance ofStringConverter
can be provided for the property data type.The implementations ofPreferenceAccessor
that uses the given instance ofStringConverter
to translate the values back and forth.The implementation ofPreferenceAccessor
for instances ofString
.The implementation ofPreferenceAccessor
for instances ofDocument
.