Uses of Class
org.tquadrat.foundation.config.spi.prefs.SimplePreferenceAccessor
Packages that use SimplePreferenceAccessor
Package
Description
The definition for the preference accessors in
PreferenceAccessor
and the implementations.-
Uses of SimplePreferenceAccessor in org.tquadrat.foundation.config.spi.prefs
Subclasses of SimplePreferenceAccessor in org.tquadrat.foundation.config.spi.prefsModifier and TypeClassDescriptionfinal class
EnumAccessor<T extends Enum<T>>
The implementation ofPreferenceAccessor
for classes that extendsEnum
.