Uses of Class
org.openstreetmap.josm.plugins.streetside.gui.StreetsideMainDialog.MODE
-
Packages that use StreetsideMainDialog.MODE Package Description org.openstreetmap.josm.plugins.streetside.gui The GUI components that are special to the mapillary plugin. -
-
Uses of StreetsideMainDialog.MODE in org.openstreetmap.josm.plugins.streetside.gui
Methods in org.openstreetmap.josm.plugins.streetside.gui that return StreetsideMainDialog.MODE Modifier and Type Method Description static StreetsideMainDialog.MODEStreetsideMainDialog.MODE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreetsideMainDialog.MODE[]StreetsideMainDialog.MODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.plugins.streetside.gui with parameters of type StreetsideMainDialog.MODE Modifier and Type Method Description voidStreetsideMainDialog. setMode(StreetsideMainDialog.MODE mode)Sets a new mode for the dialog.
-