Uses of Class
org.openstreetmap.josm.data.preferences.FallbackProperty
-
Packages that use FallbackProperty Package Description org.openstreetmap.josm.data.preferences Provides the classes for storing JOSM user preferences. -
-
Uses of FallbackProperty in org.openstreetmap.josm.data.preferences
Methods in org.openstreetmap.josm.data.preferences that return FallbackProperty Modifier and Type Method Description FallbackProperty<java.awt.Color>
NamedColorProperty. getChildColor(java.lang.String name)
Return a more specialized color, that will fall back to this color, if not set explicitly.FallbackProperty<java.awt.Color>
NamedColorProperty. getChildColor(java.lang.String category, java.lang.String source, java.lang.String name)
Return a more specialized color, that will fall back to this color, if not set explicitly.
-