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.UserActionSaveLayersDialog. actionMethods in org.openstreetmap.josm.gui.io that return SaveLayersDialog.UserAction Modifier and Type Method Description SaveLayersDialog.UserActionSaveLayersDialog. getUserAction()static SaveLayersDialog.UserActionSaveLayersDialog.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 voidSaveLayersDialog. setUserAction(SaveLayersDialog.UserAction action)
-