Uses of Class
org.openstreetmap.josm.gui.io.UploadOrSaveState
-
Packages that use UploadOrSaveState Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of UploadOrSaveState in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as UploadOrSaveState Modifier and Type Field Description private UploadOrSaveState
SaveLayerInfo. saveState
private UploadOrSaveState
SaveLayerInfo. uploadState
Methods in org.openstreetmap.josm.gui.io that return UploadOrSaveState Modifier and Type Method Description UploadOrSaveState
SaveLayerInfo. getSaveState()
Replies the save state ofSaveLayerInfo.getLayer()
.UploadOrSaveState
SaveLayerInfo. getUploadState()
Replies the upload state ofSaveLayerInfo.getLayer()
.static UploadOrSaveState
UploadOrSaveState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UploadOrSaveState[]
UploadOrSaveState. 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 UploadOrSaveState Modifier and Type Method Description void
SaveLayerInfo. setSaveState(UploadOrSaveState saveState)
Sets the save state forSaveLayerInfo.getLayer()
void
SaveLayersModel. setSaveState(AbstractModifiableLayer layer, UploadOrSaveState state)
void
SaveLayerInfo. setUploadState(UploadOrSaveState uploadState)
Sets the upload state forSaveLayerInfo.getLayer()
void
SaveLayersModel. setUploadState(AbstractModifiableLayer layer, UploadOrSaveState state)
-