Uses of Class
org.openstreetmap.josm.gui.io.SaveLayersDialog.UserAction
-
Packages that use SaveLayersDialog.UserAction Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of SaveLayersDialog.UserAction in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as SaveLayersDialog.UserAction Modifier and Type Field Description private SaveLayersDialog.UserAction
SaveLayersDialog. action
Methods in org.openstreetmap.josm.gui.io that return SaveLayersDialog.UserAction Modifier and Type Method Description SaveLayersDialog.UserAction
SaveLayersDialog. getUserAction()
static SaveLayersDialog.UserAction
SaveLayersDialog.UserAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaveLayersDialog.UserAction[]
SaveLayersDialog.UserAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.io with parameters of type SaveLayersDialog.UserAction Modifier and Type Method Description protected void
SaveLayersDialog. setUserAction(SaveLayersDialog.UserAction action)
-