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 void
PreferencesWriter. 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 boolean
PreferencesTable. 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 ListListSetting
ListListSetting. copy()
static ListListSetting
ListListSetting. create(java.util.Collection<java.util.Collection<java.lang.String>> value)
Convenience factory method.ListListSetting
ListListSetting. getNullInstance()
Methods in org.openstreetmap.josm.spi.preferences with parameters of type ListListSetting Modifier and Type Method Description void
SettingVisitor. visit(ListListSetting value)
Visitor call forListListSetting
.
-