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).
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MainApplication.exitJosm(boolean exit,
int exitCode,
SaveLayersDialog.Reason reason)
Closes JOSM and optionally terminates the Java Virtual Machine (JVM).
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|