Class PresetPrefHelper
- java.lang.Object
-
- org.openstreetmap.josm.data.preferences.sources.SourcePrefHelper
-
- org.openstreetmap.josm.data.preferences.sources.PresetPrefHelper
-
public class PresetPrefHelper extends SourcePrefHelper
Helper class for tagging presets preferences.- Since:
- 12649 (extracted from gui.preferences package)
-
-
Field Summary
Fields Modifier and Type Field Description static PresetPrefHelper
INSTANCE
The unique instance.-
Fields inherited from class org.openstreetmap.josm.data.preferences.sources.SourcePrefHelper
type
-
-
Constructor Summary
Constructors Constructor Description PresetPrefHelper()
Constructs a newPresetPrefHelper
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ExtendedSourceEntry>
getDefault()
Returns the default sources provided by JOSM core.-
Methods inherited from class org.openstreetmap.josm.data.preferences.sources.SourcePrefHelper
deserialize, get, getActiveUrls, put, serialize
-
-
-
-
Field Detail
-
INSTANCE
public static final PresetPrefHelper INSTANCE
The unique instance.
-
-
Constructor Detail
-
PresetPrefHelper
public PresetPrefHelper()
Constructs a newPresetPrefHelper
.
-
-
Method Detail
-
getDefault
public java.util.Collection<ExtendedSourceEntry> getDefault()
Description copied from class:SourcePrefHelper
Returns the default sources provided by JOSM core.- Specified by:
getDefault
in classSourcePrefHelper
- Returns:
- the default sources provided by JOSM core
-
-