Uses of Class
org.openstreetmap.josm.spi.preferences.ListSetting
-
Packages that use ListSetting 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 ListSetting in org.openstreetmap.josm.data.preferences
Methods in org.openstreetmap.josm.data.preferences with parameters of type ListSetting Modifier and Type Method Description void
PreferencesWriter. visit(ListSetting setting)
-
Uses of ListSetting in org.openstreetmap.josm.gui.preferences.advanced
Methods in org.openstreetmap.josm.gui.preferences.advanced with parameters of type ListSetting Modifier and Type Method Description private static boolean
PreferencesTable. doAddEditList(javax.swing.JComponent gui, PrefEntry pe, ListSetting lSetting)
Constructors in org.openstreetmap.josm.gui.preferences.advanced with parameters of type ListSetting Constructor Description ListEditor(javax.swing.JComponent gui, PrefEntry entry, ListSetting setting)
Constructs a newListEditor
. -
Uses of ListSetting in org.openstreetmap.josm.spi.preferences
Methods in org.openstreetmap.josm.spi.preferences that return ListSetting Modifier and Type Method Description ListSetting
ListSetting. copy()
static ListSetting
ListSetting. create(java.util.Collection<java.lang.String> value)
Convenience factory method.ListSetting
ListSetting. getNullInstance()
Methods in org.openstreetmap.josm.spi.preferences with parameters of type ListSetting Modifier and Type Method Description void
SettingVisitor. visit(ListSetting value)
Visitor call forListSetting
.
-