Package org.openstreetmap.josm.data.preferences

Class Summary
AbstractProperty<T> Captures the common functionality of preference properties
BooleanProperty A property containing a Boolean value.
CachedProperty<T>  
CollectionProperty A property containing a Collection of String as value.
ColorProperty A property containing a Color value.
IntegerProperty A property containing an Integer value.
ParametrizedEnumProperty<T extends Enum<T>>  
StringProperty A property containing an String value.
 



JOSM