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 voidPreferencesWriter. 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 booleanPreferencesTable. 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 ListSettingListSetting. copy()static ListSettingListSetting. create(java.util.Collection<java.lang.String> value)Convenience factory method.ListSettingListSetting. getNullInstance()Methods in org.openstreetmap.josm.spi.preferences with parameters of type ListSetting Modifier and Type Method Description voidSettingVisitor. visit(ListSetting value)Visitor call forListSetting.
-