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. preferenceClass
The 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 interface
SubPreferenceSetting
Preference settings, that do *not* display a top level tab.interface
TabPreferenceSetting
Preference settings, that display a top level tab.Classes in org.openstreetmap.josm.gui.preferences that implement PreferenceSetting Modifier and Type Class Description class
DefaultPreferenceSetting
Abstract base class forPreferenceSetting
implementations.class
DefaultTabPreferenceSetting
Abstract base class forTabPreferenceSetting
implementations.class
ExtensibleTabPreferenceSetting
Abstract base class forTabPreferenceSetting
implementations extensible solely by inner tabs.class
ToolbarPreferences.Settings
Toolbar 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. settings
private java.util.List<PreferenceSetting>
PreferenceTabbedPane. settingsInitialized
Methods 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 PreferenceSetting
PreferenceSettingFactory. createPreferenceSetting()
Creates preference settings.PreferenceSetting
ToolbarPreferences. 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 class
AdvancedPreference
Advanced preferences, allowing to set preference entries directly.Methods in org.openstreetmap.josm.gui.preferences.advanced that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
AdvancedPreference.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 class
AudioPreference
Audio preferences.Methods in org.openstreetmap.josm.gui.preferences.audio that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
AudioPreference.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 class
ColorPreference
Color preferences.class
DisplayPreference
Display preferences (various settings that influence the visual representation of the whole program).class
DrawingPreference
"OSM Data" drawing preferences.class
GPXPreference
"GPS Points" drawing preferences.class
LafPreference
Look-and-feel preferences.class
LanguagePreference
Language preferences.Methods in org.openstreetmap.josm.gui.preferences.display that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
ColorPreference.Factory. createPreferenceSetting()
PreferenceSetting
DisplayPreference.Factory. createPreferenceSetting()
PreferenceSetting
DrawingPreference.Factory. createPreferenceSetting()
PreferenceSetting
GPXPreference.Factory. createPreferenceSetting()
PreferenceSetting
LafPreference.Factory. createPreferenceSetting()
PreferenceSetting
LanguagePreference.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 class
ImageryPreference
Imagery preferences, including imagery providers, settings and offsets.Methods in org.openstreetmap.josm.gui.preferences.imagery that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
ImageryPreference.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 class
BackupPreference
Preference settings for data layer autosave.class
MapPaintPreference
Preference settings for map paint styles.class
TaggingPresetPreference
Preference settings for tagging presets.Methods in org.openstreetmap.josm.gui.preferences.map that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
MapPaintPreference.Factory. createPreferenceSetting()
PreferenceSetting
TaggingPresetPreference.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 class
PluginPreference
Preference settings for plugins.Methods in org.openstreetmap.josm.gui.preferences.plugin that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
PluginPreference.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 class
ProjectionPreference
Projection preferences.Methods in org.openstreetmap.josm.gui.preferences.projection that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
ProjectionPreference.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 class
RemoteControlPreference
Preference settings for Remote Control.Methods in org.openstreetmap.josm.gui.preferences.remotecontrol that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
RemoteControlPreference.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 class
ProxyPreference
Proxy sub-preferences in server preferences.class
ServerAccessPreference
Connection preferences, including authentication and proxy sub-preferences.Methods in org.openstreetmap.josm.gui.preferences.server that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
ProxyPreference.Factory. createPreferenceSetting()
PreferenceSetting
ServerAccessPreference.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 class
ShortcutPreference
Keyboard shortcut preferences.Methods in org.openstreetmap.josm.gui.preferences.shortcut that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
ShortcutPreference.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 class
ValidatorPreference
Preference settings for the validator.class
ValidatorTagCheckerRulesPreference
The general validator preferences, allowing to enable/disable tests.class
ValidatorTestsPreference
The general validator preferences, allowing to enable/disable tests.Methods in org.openstreetmap.josm.gui.preferences.validator that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
ValidatorPreference.Factory. createPreferenceSetting()
PreferenceSetting
ValidatorTagCheckerRulesPreference.Factory. createPreferenceSetting()
PreferenceSetting
ValidatorTestsPreference.Factory. createPreferenceSetting()
-
Uses of PreferenceSetting in org.openstreetmap.josm.plugins
Methods in org.openstreetmap.josm.plugins that return PreferenceSetting Modifier and Type Method Description PreferenceSetting
PluginPreferenceFactory. createPreferenceSetting()
PreferenceSetting
Plugin. getPreferenceSetting()
Called in the preferences dialog to create a preferences page for the plugin, if any available.PreferenceSetting
PluginProxy. getPreferenceSetting()
-