Uses of Class
org.openstreetmap.josm.spi.preferences.ListListSetting
-
Packages that use ListListSetting 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 ListListSetting in org.openstreetmap.josm.data.preferences
Methods in org.openstreetmap.josm.data.preferences with parameters of type ListListSetting Modifier and Type Method Description voidPreferencesWriter. visit(ListListSetting setting) -
Uses of ListListSetting in org.openstreetmap.josm.gui.preferences.advanced
Methods in org.openstreetmap.josm.gui.preferences.advanced with parameters of type ListListSetting Modifier and Type Method Description private static booleanPreferencesTable. doAddEditListList(javax.swing.JComponent gui, PrefEntry pe, ListListSetting llSetting)Constructors in org.openstreetmap.josm.gui.preferences.advanced with parameters of type ListListSetting Constructor Description ListListEditor(javax.swing.JComponent gui, PrefEntry entry, ListListSetting setting)Constructs a newListListEditor. -
Uses of ListListSetting in org.openstreetmap.josm.spi.preferences
Methods in org.openstreetmap.josm.spi.preferences that return ListListSetting Modifier and Type Method Description ListListSettingListListSetting. copy()static ListListSettingListListSetting. create(java.util.Collection<java.util.Collection<java.lang.String>> value)Convenience factory method.ListListSettingListListSetting. getNullInstance()Methods in org.openstreetmap.josm.spi.preferences with parameters of type ListListSetting Modifier and Type Method Description voidSettingVisitor. visit(ListListSetting value)Visitor call forListListSetting.
-