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 UploadOrSaveStateSaveLayerInfo. saveStateprivate UploadOrSaveStateSaveLayerInfo. uploadStateMethods in org.openstreetmap.josm.gui.io that return UploadOrSaveState Modifier and Type Method Description UploadOrSaveStateSaveLayerInfo. getSaveState()Replies the save state ofSaveLayerInfo.getLayer().UploadOrSaveStateSaveLayerInfo. getUploadState()Replies the upload state ofSaveLayerInfo.getLayer().static UploadOrSaveStateUploadOrSaveState. 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 voidSaveLayerInfo. setSaveState(UploadOrSaveState saveState)Sets the save state forSaveLayerInfo.getLayer()voidSaveLayersModel. setSaveState(AbstractModifiableLayer layer, UploadOrSaveState state)voidSaveLayerInfo. setUploadState(UploadOrSaveState uploadState)Sets the upload state forSaveLayerInfo.getLayer()voidSaveLayersModel. setUploadState(AbstractModifiableLayer layer, UploadOrSaveState state)
-