Uses of Class
org.openstreetmap.josm.gui.preferences.ExtensibleTabPreferenceSetting
-
Packages that use ExtensibleTabPreferenceSetting Package Description 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.plugin Provides classes for handling plugin preferences.org.openstreetmap.josm.gui.preferences.validator Provides classes for handling validator preferences. -
-
Uses of ExtensibleTabPreferenceSetting in org.openstreetmap.josm.gui.preferences.display
Subclasses of ExtensibleTabPreferenceSetting in org.openstreetmap.josm.gui.preferences.display Modifier and Type Class Description class
ColorPreference
Color preferences.class
DisplayPreference
Display preferences (various settings that influence the visual representation of the whole program). -
Uses of ExtensibleTabPreferenceSetting in org.openstreetmap.josm.gui.preferences.imagery
Subclasses of ExtensibleTabPreferenceSetting in org.openstreetmap.josm.gui.preferences.imagery Modifier and Type Class Description class
ImageryPreference
Imagery preferences, including imagery providers, settings and offsets. -
Uses of ExtensibleTabPreferenceSetting in org.openstreetmap.josm.gui.preferences.plugin
Subclasses of ExtensibleTabPreferenceSetting in org.openstreetmap.josm.gui.preferences.plugin Modifier and Type Class Description class
PluginPreference
Preference settings for plugins. -
Uses of ExtensibleTabPreferenceSetting in org.openstreetmap.josm.gui.preferences.validator
Subclasses of ExtensibleTabPreferenceSetting in org.openstreetmap.josm.gui.preferences.validator Modifier and Type Class Description class
ValidatorPreference
Preference settings for the validator.
-