Uses of Class
org.openstreetmap.josm.gui.io.SaveLayersDialog.Reason
-
Packages that use SaveLayersDialog.Reason Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of SaveLayersDialog.Reason in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type SaveLayersDialog.Reason Modifier and Type Method Description static boolean
MainApplication. exitJosm(boolean exit, int exitCode, SaveLayersDialog.Reason reason)
Closes JOSM and optionally terminates the Java Virtual Machine (JVM). -
Uses of SaveLayersDialog.Reason in org.openstreetmap.josm.gui.io
Methods in org.openstreetmap.josm.gui.io that return SaveLayersDialog.Reason Modifier and Type Method Description static SaveLayersDialog.Reason
SaveLayersDialog.Reason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaveLayersDialog.Reason[]
SaveLayersDialog.Reason. 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.Reason Modifier and Type Method Description void
SaveLayersDialog.DiscardAndProceedAction. initForReason(SaveLayersDialog.Reason reason)
void
SaveLayersDialog.SaveAndProceedAction. initForReason(SaveLayersDialog.Reason reason)
void
SaveLayersDialog. prepareForSavingAndUpdatingLayers(SaveLayersDialog.Reason reason)
static boolean
SaveLayersDialog. saveUnsavedModifications(java.lang.Iterable<? extends Layer> selectedLayers, SaveLayersDialog.Reason reason)
Asks user to perform "save layer" operations (save on disk and/or upload data to server) before data layers deletion.
-