Package | Description |
---|---|
org.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ToolbarPreferences
Toolbar preferences.
|
Modifier and Type | Field and Description |
---|---|
private static PreferenceSettingFactory |
PreferenceTabbedPane.ADVANCED_PREFERENCE_FACTORY |
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<PreferenceSettingFactory> |
PreferenceTabbedPane.SETTINGS_FACTORIES |
Modifier and Type | Class and Description |
---|---|
static class |
AdvancedPreference.Factory
Factory used to create a new
AdvancedPreference . |
Modifier and Type | Class and Description |
---|---|
static class |
AudioPreference.Factory
Factory used to create a new
AudioPreference . |
Modifier and Type | Class and Description |
---|---|
static class |
ColorPreference.Factory
Factory used to create a new
ColorPreference . |
static class |
DisplayPreference.Factory
Factory used to create a new
DisplayPreference . |
static class |
DrawingPreference.Factory
Factory used to create a new
DrawingPreference . |
static class |
LafPreference.Factory
Factory used to create a new
LafPreference . |
static class |
LanguagePreference.Factory
Factory used to create a new
LanguagePreference . |
Modifier and Type | Class and Description |
---|---|
static class |
ImageryPreference.Factory
Factory used to create a new
ImageryPreference . |
Modifier and Type | Class and Description |
---|---|
static class |
BackupPreference.Factory
Factory used to create a new
BackupPreference . |
static class |
MapPaintPreference.Factory
Factory used to create a new
MapPaintPreference . |
static class |
MapPreference.Factory
Factory used to create a new
MapPreference . |
static class |
TaggingPresetPreference.Factory
Factory used to create a new
TaggingPresetPreference . |
Modifier and Type | Class and Description |
---|---|
static class |
PluginPreference.Factory
Factory used to create a new
PluginPreference . |
Modifier and Type | Class and Description |
---|---|
static class |
ProjectionPreference.Factory
Factory used to create a new
ProjectionPreference . |
Modifier and Type | Class and Description |
---|---|
static class |
RemoteControlPreference.Factory
Factory used to build a new instance of this preference setting
|
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticationPreference.Factory
Factory used to create a new
AuthenticationPreference . |
static class |
OverpassServerPreference.Factory
Factory used to create a new
OverpassServerPreference . |
static class |
ProxyPreference.Factory
Factory used to create a new
ProxyPreference . |
static class |
ServerAccessPreference.Factory
Factory used to create a new
ServerAccessPreference . |
Modifier and Type | Class and Description |
---|---|
static class |
ShortcutPreference.Factory
Factory used to create a new
ShortcutPreference . |
Modifier and Type | Class and Description |
---|---|
static class |
ValidatorPreference.Factory
Factory used to create a new
ValidatorPreference . |
static class |
ValidatorTagCheckerRulesPreference.Factory
Factory used to create a new
ValidatorTagCheckerRulesPreference . |
static class |
ValidatorTestsPreference.Factory
Factory used to create a new
ValidatorTestsPreference . |
Modifier and Type | Class and Description |
---|---|
class |
PluginPreferenceFactory
Preference settings factory for plugins.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<PreferenceSettingFactory> |
PluginHandler.getPreferenceSetting() |