| Package | Description |
|---|---|
| org.openstreetmap.josm.actions | |
| org.openstreetmap.josm.gui.io | |
| org.openstreetmap.josm.gui.layer |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
UploadAction.checkPreUploadConditions(AbstractModifiableLayer layer) |
static boolean |
UploadAction.checkPreUploadConditions(AbstractModifiableLayer layer,
APIDataSet apiData)
Check whether the preconditions are met to upload data in
apiData. |
static boolean |
UploadAction.warnUploadDiscouraged(AbstractModifiableLayer layer)
returns true if the user wants to cancel, false if they
want to continue
|
| Modifier and Type | Field and Description |
|---|---|
private AbstractModifiableLayer |
SaveLayerInfo.layer
the modifiable layer
|
| Modifier and Type | Method and Description |
|---|---|
AbstractModifiableLayer |
SaveLayerInfo.getLayer()
Replies the layer this info objects holds information for
|
| Modifier and Type | Method and Description |
|---|---|
SaveLayerInfo |
SaveLayersModel.getSaveLayerInfo(AbstractModifiableLayer layer) |
void |
SaveLayersModel.setSaveState(AbstractModifiableLayer layer,
UploadOrSaveState state) |
void |
SaveLayersModel.setUploadState(AbstractModifiableLayer layer,
UploadOrSaveState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveLayersModel.populate(java.util.List<? extends AbstractModifiableLayer> layers)
Populates the model with given modifiable layers.
|
| Constructor and Description |
|---|
SaveLayerInfo(AbstractModifiableLayer layer)
Constructs a new
SaveLayerInfo. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoteLayer
A layer to hold Note objects
|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset.
|