Uses of Package
org.tquadrat.foundation.config.spi.prefs
Packages that use org.tquadrat.foundation.config.spi.prefs
Package
Description
The internal classes for the configuration module.
The definition for the preference accessors in
PreferenceAccessor
and the implementations.-
Classes in org.tquadrat.foundation.config.spi.prefs used by org.tquadrat.foundation.config.internal
-
Classes in org.tquadrat.foundation.config.spi.prefs used by org.tquadrat.foundation.config.spi.prefsClassDescriptionThe abstract base class for an implementation of
PreferenceAccessor
for bulk data.The abstract base class for implementations ofPreferenceAccessor
for instances of implementations ofCollection
.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
.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.