Uses of Class
org.openstreetmap.josm.gui.preferences.advanced.AbstractListEditor
-
Packages that use AbstractListEditor Package Description org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences. -
-
Uses of AbstractListEditor in org.openstreetmap.josm.gui.preferences.advanced
Subclasses of AbstractListEditor in org.openstreetmap.josm.gui.preferences.advanced Modifier and Type Class Description class
AbstractTableListEditor<T>
Abstract superclass ofListListEditor
andMapListEditor
.class
ListEditor
Editor for List preference entries.class
ListListEditor
Editor for List of Lists preference entries.class
MapListEditor
Editor for List of Maps preference entries.
-