Package | Description |
---|---|
org.openstreetmap.josm.gui.io |
Modifier and Type | Field and Description |
---|---|
private UploadOrSaveState |
SaveLayerInfo.saveState |
private UploadOrSaveState |
SaveLayerInfo.uploadState |
Modifier and Type | Method and Description |
---|---|
UploadOrSaveState |
SaveLayerInfo.getSaveState()
Replies the save state of
SaveLayerInfo.getLayer() . |
UploadOrSaveState |
SaveLayerInfo.getUploadState()
Replies the upload state of
SaveLayerInfo.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SaveLayersModel.setSaveState(AbstractModifiableLayer layer,
UploadOrSaveState state) |
void |
SaveLayerInfo.setSaveState(UploadOrSaveState saveState)
Sets the save state for
SaveLayerInfo.getLayer() |
void |
SaveLayersModel.setUploadState(AbstractModifiableLayer layer,
UploadOrSaveState state) |
void |
SaveLayerInfo.setUploadState(UploadOrSaveState uploadState)
Sets the upload state for
SaveLayerInfo.getLayer() |