Uses of Interface
org.openstreetmap.josm.gui.preferences.PreferenceSetting
-
Packages that use PreferenceSetting Package Description org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences.org.openstreetmap.josm.gui.preferences.audio Provides classes for handling audio preferences.org.openstreetmap.josm.gui.preferences.display Provides classes for handling display preferences.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences.org.openstreetmap.josm.gui.preferences.map Provides classes for handling map preferences.org.openstreetmap.josm.gui.preferences.plugin Provides classes for handling plugin preferences.org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences.org.openstreetmap.josm.gui.preferences.remotecontrol Provides classes for handling Remote Control preferences.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings.org.openstreetmap.josm.gui.preferences.shortcut Provides classes for handling shortcut preferences.org.openstreetmap.josm.gui.preferences.validator Provides classes for handling validator preferences.org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of PreferenceSetting in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type PreferenceSetting Modifier and Type Field Description protected java.lang.Class<? extends PreferenceSetting>ToggleDialog. preferenceClassThe linked preferences class (optional).Constructor parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type PreferenceSetting Constructor Description ToggleDialog(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, int preferredHeight, boolean defShow, java.lang.Class<? extends PreferenceSetting> prefClass)ConstructorToggleDialog(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, int preferredHeight, boolean defShow, java.lang.Class<? extends PreferenceSetting> prefClass, boolean isExpert)Constructor -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences
Subinterfaces of PreferenceSetting in org.openstreetmap.josm.gui.preferences Modifier and Type Interface Description interfaceSubPreferenceSettingPreference settings, that do *not* display a top level tab.interfaceTabPreferenceSettingPreference settings, that display a top level tab.Classes in org.openstreetmap.josm.gui.preferences that implement PreferenceSetting Modifier and Type Class Description classDefaultPreferenceSettingAbstract base class forPreferenceSettingimplementations.classDefaultTabPreferenceSettingAbstract base class forTabPreferenceSettingimplementations.classExtensibleTabPreferenceSettingAbstract base class forTabPreferenceSettingimplementations extensible solely by inner tabs.classToolbarPreferences.SettingsToolbar preferences settings.Fields in org.openstreetmap.josm.gui.preferences with type parameters of type PreferenceSetting Modifier and Type Field Description private java.util.List<PreferenceSetting>PreferenceTabbedPane. settingsprivate java.util.List<PreferenceSetting>PreferenceTabbedPane. settingsInitializedMethods in org.openstreetmap.josm.gui.preferences with type parameters of type PreferenceSetting Modifier and Type Method Description <T extends PreferenceSetting>
TPreferenceTabbedPane. getSetting(java.lang.Class<? extends T> clazz)Returns the preferences setting for the given classMethods in org.openstreetmap.josm.gui.preferences that return PreferenceSetting Modifier and Type Method Description PreferenceSettingPreferenceSettingFactory. createPreferenceSetting()Creates preference settings.PreferenceSettingToolbarPreferences. createPreferenceSetting()Methods in org.openstreetmap.josm.gui.preferences that return types with arguments of type PreferenceSetting Modifier and Type Method Description java.util.List<PreferenceSetting>PreferenceTabbedPane. getSettings()Returns a list of all preferences settings -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.advanced
Classes in org.openstreetmap.josm.gui.preferences.advanced that implement PreferenceSetting Modifier and Type Class Description classAdvancedPreferenceAdvanced preferences, allowing to set preference entries directly.Methods in org.openstreetmap.josm.gui.preferences.advanced that return PreferenceSetting Modifier and Type Method Description PreferenceSettingAdvancedPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.audio
Classes in org.openstreetmap.josm.gui.preferences.audio that implement PreferenceSetting Modifier and Type Class Description classAudioPreferenceAudio preferences.Methods in org.openstreetmap.josm.gui.preferences.audio that return PreferenceSetting Modifier and Type Method Description PreferenceSettingAudioPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.display
Classes in org.openstreetmap.josm.gui.preferences.display that implement PreferenceSetting Modifier and Type Class Description classColorPreferenceColor preferences.classDisplayPreferenceDisplay preferences (various settings that influence the visual representation of the whole program).classDrawingPreference"OSM Data" drawing preferences.classGPXPreference"GPS Points" drawing preferences.classLafPreferenceLook-and-feel preferences.classLanguagePreferenceLanguage preferences.Methods in org.openstreetmap.josm.gui.preferences.display that return PreferenceSetting Modifier and Type Method Description PreferenceSettingColorPreference.Factory. createPreferenceSetting()PreferenceSettingDisplayPreference.Factory. createPreferenceSetting()PreferenceSettingDrawingPreference.Factory. createPreferenceSetting()PreferenceSettingGPXPreference.Factory. createPreferenceSetting()PreferenceSettingLafPreference.Factory. createPreferenceSetting()PreferenceSettingLanguagePreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.imagery
Classes in org.openstreetmap.josm.gui.preferences.imagery that implement PreferenceSetting Modifier and Type Class Description classImageryPreferenceImagery preferences, including imagery providers, settings and offsets.Methods in org.openstreetmap.josm.gui.preferences.imagery that return PreferenceSetting Modifier and Type Method Description PreferenceSettingImageryPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.map
Classes in org.openstreetmap.josm.gui.preferences.map that implement PreferenceSetting Modifier and Type Class Description classBackupPreferencePreference settings for data layer autosave.classMapPaintPreferencePreference settings for map paint styles.classTaggingPresetPreferencePreference settings for tagging presets.Methods in org.openstreetmap.josm.gui.preferences.map that return PreferenceSetting Modifier and Type Method Description PreferenceSettingMapPaintPreference.Factory. createPreferenceSetting()PreferenceSettingTaggingPresetPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.plugin
Classes in org.openstreetmap.josm.gui.preferences.plugin that implement PreferenceSetting Modifier and Type Class Description classPluginPreferencePreference settings for plugins.Methods in org.openstreetmap.josm.gui.preferences.plugin that return PreferenceSetting Modifier and Type Method Description PreferenceSettingPluginPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.projection
Classes in org.openstreetmap.josm.gui.preferences.projection that implement PreferenceSetting Modifier and Type Class Description classProjectionPreferenceProjection preferences.Methods in org.openstreetmap.josm.gui.preferences.projection that return PreferenceSetting Modifier and Type Method Description PreferenceSettingProjectionPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.remotecontrol
Classes in org.openstreetmap.josm.gui.preferences.remotecontrol that implement PreferenceSetting Modifier and Type Class Description classRemoteControlPreferencePreference settings for Remote Control.Methods in org.openstreetmap.josm.gui.preferences.remotecontrol that return PreferenceSetting Modifier and Type Method Description PreferenceSettingRemoteControlPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.server
Classes in org.openstreetmap.josm.gui.preferences.server that implement PreferenceSetting Modifier and Type Class Description classProxyPreferenceProxy sub-preferences in server preferences.classServerAccessPreferenceConnection preferences, including authentication and proxy sub-preferences.Methods in org.openstreetmap.josm.gui.preferences.server that return PreferenceSetting Modifier and Type Method Description PreferenceSettingProxyPreference.Factory. createPreferenceSetting()PreferenceSettingServerAccessPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.shortcut
Classes in org.openstreetmap.josm.gui.preferences.shortcut that implement PreferenceSetting Modifier and Type Class Description classShortcutPreferenceKeyboard shortcut preferences.Methods in org.openstreetmap.josm.gui.preferences.shortcut that return PreferenceSetting Modifier and Type Method Description PreferenceSettingShortcutPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.validator
Classes in org.openstreetmap.josm.gui.preferences.validator that implement PreferenceSetting Modifier and Type Class Description classValidatorPreferencePreference settings for the validator.classValidatorTagCheckerRulesPreferenceThe general validator preferences, allowing to enable/disable tests.classValidatorTestsPreferenceThe general validator preferences, allowing to enable/disable tests.Methods in org.openstreetmap.josm.gui.preferences.validator that return PreferenceSetting Modifier and Type Method Description PreferenceSettingValidatorPreference.Factory. createPreferenceSetting()PreferenceSettingValidatorTagCheckerRulesPreference.Factory. createPreferenceSetting()PreferenceSettingValidatorTestsPreference.Factory. createPreferenceSetting() -
Uses of PreferenceSetting in org.openstreetmap.josm.plugins
Methods in org.openstreetmap.josm.plugins that return PreferenceSetting Modifier and Type Method Description PreferenceSettingPluginPreferenceFactory. createPreferenceSetting()PreferenceSettingPlugin. getPreferenceSetting()Called in the preferences dialog to create a preferences page for the plugin, if any available.PreferenceSettingPluginProxy. getPreferenceSetting()
-