Uses of Class
org.openstreetmap.josm.data.Preferences
-
Packages that use Preferences Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences. -
-
Uses of Preferences in org.openstreetmap.josm.data
Fields in org.openstreetmap.josm.data declared as Preferences Modifier and Type Field Description private static Preferences
Preferences. defaultInstance
Methods in org.openstreetmap.josm.data that return Preferences Modifier and Type Method Description static Preferences
Preferences. main()
Returns the main (default) preferences instance.Methods in org.openstreetmap.josm.data with parameters of type Preferences Modifier and Type Method Description static void
PreferencesUtils. appendPreferences(Preferences fragment, Preferences mainpref)
static void
PreferencesUtils. deletePreferenceKey(java.lang.String key, Preferences pref)
static void
PreferencesUtils. deletePreferenceKeyByPattern(java.lang.String pattern, Preferences pref)
static void
PreferencesUtils. deletePreferenceValues(Preferences fragment, Preferences mainpref)
Delete items frommainpref
collections that match items fromfragment
collections.private static java.util.List<java.lang.String>
PreferencesUtils. getList(Preferences mainpref, java.lang.String key, boolean warnUnknownDefault)
private static java.util.List<java.util.List<java.lang.String>>
PreferencesUtils. getListOfLists(Preferences mainpref, java.lang.String key, boolean warnUnknownDefault)
private static java.util.List<java.util.Map<java.lang.String,java.lang.String>>
PreferencesUtils. getListOfStructs(Preferences mainpref, java.lang.String key, boolean warnUnknownDefault)
static void
PreferencesUtils. replacePreferences(Preferences fragment, Preferences mainpref)
static void
PreferencesUtils. showPrefs(Preferences tmpPref)
Constructors in org.openstreetmap.josm.data with parameters of type Preferences Constructor Description Preferences(Preferences pref)
Constructs a newPreferences
from an existing instance. -
Uses of Preferences in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as Preferences Modifier and Type Field Description private Preferences
CustomConfigurator.XMLCommandProcessor. mainPrefs
Methods in org.openstreetmap.josm.gui.io that return Preferences Modifier and Type Method Description private Preferences
CustomConfigurator.XMLCommandProcessor. readPreferencesFromDOMElement(org.w3c.dom.Element item)
Methods in org.openstreetmap.josm.gui.io with parameters of type Preferences Modifier and Type Method Description static void
CustomConfigurator. readXML(java.io.File file, Preferences prefs)
Read configuration script from XML file, modifying given preferences objectConstructors in org.openstreetmap.josm.gui.io with parameters of type Preferences Constructor Description XMLCommandProcessor(Preferences mainPrefs)
Create a newCustomConfigurator.XMLCommandProcessor
-
Uses of Preferences in org.openstreetmap.josm.gui.preferences.advanced
Fields in org.openstreetmap.josm.gui.preferences.advanced declared as Preferences Modifier and Type Field Description private Preferences
ExportProfileAction. prefs
Methods in org.openstreetmap.josm.gui.preferences.advanced with parameters of type Preferences Modifier and Type Method Description private void
AdvancedPreference. readPreferences(Preferences tmpPrefs)
Constructors in org.openstreetmap.josm.gui.preferences.advanced with parameters of type Preferences Constructor Description ExportProfileAction(Preferences prefs, java.lang.String schemaKey, java.lang.String prefPattern)
Constructs a newExportProfileAction
.
-