Uses of Class
org.openstreetmap.josm.spi.preferences.MapListSetting
-
Packages that use MapListSetting Package Description org.openstreetmap.josm.data.preferences Provides the classes for storing JOSM user preferences.org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences.org.openstreetmap.josm.spi.preferences Service for preferences and base directory lookup. -
-
Uses of MapListSetting in org.openstreetmap.josm.data.preferences
Methods in org.openstreetmap.josm.data.preferences with parameters of type MapListSetting Modifier and Type Method Description void
PreferencesWriter. visit(MapListSetting setting)
-
Uses of MapListSetting in org.openstreetmap.josm.gui.preferences.advanced
Methods in org.openstreetmap.josm.gui.preferences.advanced with parameters of type MapListSetting Modifier and Type Method Description private static boolean
PreferencesTable. doAddEditMapList(JComponent gui, PrefEntry pe, MapListSetting mlSetting)
Constructors in org.openstreetmap.josm.gui.preferences.advanced with parameters of type MapListSetting Constructor Description MapListEditor(JComponent gui, PrefEntry entry, MapListSetting setting)
Constructs a newMapListEditor
. -
Uses of MapListSetting in org.openstreetmap.josm.spi.preferences
Methods in org.openstreetmap.josm.spi.preferences that return MapListSetting Modifier and Type Method Description MapListSetting
MapListSetting. copy()
MapListSetting
MapListSetting. getNullInstance()
Methods in org.openstreetmap.josm.spi.preferences with parameters of type MapListSetting Modifier and Type Method Description void
SettingVisitor. visit(MapListSetting value)
Visitor call forMapListSetting
.
-