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 PreferencesPreferences. defaultInstanceMethods in org.openstreetmap.josm.data that return Preferences Modifier and Type Method Description static PreferencesPreferences. main()Returns the main (default) preferences instance.Methods in org.openstreetmap.josm.data with parameters of type Preferences Modifier and Type Method Description static voidPreferencesUtils. appendPreferences(Preferences fragment, Preferences mainpref)static voidPreferencesUtils. deletePreferenceKey(java.lang.String key, Preferences pref)static voidPreferencesUtils. deletePreferenceKeyByPattern(java.lang.String pattern, Preferences pref)static voidPreferencesUtils. deletePreferenceValues(Preferences fragment, Preferences mainpref)Delete items frommainprefcollections that match items fromfragmentcollections.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 voidPreferencesUtils. replacePreferences(Preferences fragment, Preferences mainpref)static voidPreferencesUtils. showPrefs(Preferences tmpPref)Constructors in org.openstreetmap.josm.data with parameters of type Preferences Constructor Description Preferences(Preferences pref)Constructs a newPreferencesfrom 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 PreferencesCustomConfigurator.XMLCommandProcessor. mainPrefsMethods in org.openstreetmap.josm.gui.io that return Preferences Modifier and Type Method Description private PreferencesCustomConfigurator.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 voidCustomConfigurator. 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 PreferencesExportProfileAction. prefsMethods in org.openstreetmap.josm.gui.preferences.advanced with parameters of type Preferences Modifier and Type Method Description private voidAdvancedPreference. 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.
-