Uses of Interface
org.openstreetmap.josm.gui.preferences.PreferenceSetting

Packages that use PreferenceSetting
org.openstreetmap.josm.gui.preferences   
org.openstreetmap.josm.gui.preferences.advanced   
org.openstreetmap.josm.gui.preferences.display   
org.openstreetmap.josm.gui.preferences.imagery   
org.openstreetmap.josm.gui.preferences.map   
org.openstreetmap.josm.gui.preferences.projection   
org.openstreetmap.josm.gui.preferences.shortcut   
org.openstreetmap.josm.plugins   
 

Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences
 

Subinterfaces of PreferenceSetting in org.openstreetmap.josm.gui.preferences
 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
 class AudioPreference
           
 class DefaultPreferenceSetting
           
 class DefaultTabPreferenceSetting
           
 class PluginPreference
           
 class RemoteControlPreference
          Preference settings for the Remote Control plugin
 class ServerAccessPreference
           
 class ToolbarPreferences.Settings
           
 class ValidatorPreference
          Preference settings for the validator
 

Fields in org.openstreetmap.josm.gui.preferences with type parameters of type PreferenceSetting
private  java.util.List<PreferenceSetting> PreferenceTabbedPane.settings
           
private  java.util.List<PreferenceSetting> PreferenceTabbedPane.settingsInitialized
           
 

Methods in org.openstreetmap.josm.gui.preferences that return PreferenceSetting
 PreferenceSetting ServerAccessPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting PreferenceSettingFactory.createPreferenceSetting()
           
 PreferenceSetting AudioPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting ValidatorPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting PluginPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting RemoteControlPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting ToolbarPreferences.createPreferenceSetting()
           
 

Methods in org.openstreetmap.josm.gui.preferences that return types with arguments of type PreferenceSetting
 java.util.List<PreferenceSetting> PreferenceTabbedPane.getSettings()
           
 

Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.advanced
 

Classes in org.openstreetmap.josm.gui.preferences.advanced that implement PreferenceSetting
 class AdvancedPreference
           
 

Methods in org.openstreetmap.josm.gui.preferences.advanced that return PreferenceSetting
 PreferenceSetting AdvancedPreference.Factory.createPreferenceSetting()
           
 

Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.display
 

Classes in org.openstreetmap.josm.gui.preferences.display that implement PreferenceSetting
 class ColorPreference
           
 class DisplayPreference
           
 class DrawingPreference
           
 class LafPreference
           
 class LanguagePreference
           
 

Methods in org.openstreetmap.josm.gui.preferences.display that return PreferenceSetting
 PreferenceSetting ColorPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting DrawingPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting LafPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting LanguagePreference.Factory.createPreferenceSetting()
           
 PreferenceSetting DisplayPreference.Factory.createPreferenceSetting()
           
 

Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.imagery
 

Classes in org.openstreetmap.josm.gui.preferences.imagery that implement PreferenceSetting
 class ImageryPreference
           
 

Methods in org.openstreetmap.josm.gui.preferences.imagery that return PreferenceSetting
 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
 class BackupPreference
           
 class MapPaintPreference
           
 class MapPreference
           
 class TaggingPresetPreference
           
 

Methods in org.openstreetmap.josm.gui.preferences.map that return PreferenceSetting
 PreferenceSetting MapPaintPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting TaggingPresetPreference.Factory.createPreferenceSetting()
           
 PreferenceSetting MapPreference.Factory.createPreferenceSetting()
           
 

Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.projection
 

Classes in org.openstreetmap.josm.gui.preferences.projection that implement PreferenceSetting
 class ProjectionPreference
           
 

Methods in org.openstreetmap.josm.gui.preferences.projection that return PreferenceSetting
 PreferenceSetting ProjectionPreference.Factory.createPreferenceSetting()
           
 

Uses of PreferenceSetting in org.openstreetmap.josm.gui.preferences.shortcut
 

Classes in org.openstreetmap.josm.gui.preferences.shortcut that implement PreferenceSetting
 class ShortcutPreference
           
 

Methods in org.openstreetmap.josm.gui.preferences.shortcut that return PreferenceSetting
 PreferenceSetting ShortcutPreference.Factory.createPreferenceSetting()
           
 

Uses of PreferenceSetting in org.openstreetmap.josm.plugins
 

Methods in org.openstreetmap.josm.plugins that return PreferenceSetting
 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()
           
 



JOSM