| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
| org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
| org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
| org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
| org.openstreetmap.josm.gui.preferences.advanced |
Provides classes for handling advanced preferences.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
UploadAction.checkPreUploadConditions(AbstractModifiableLayer layer)
Check whether the preconditions are met to upload data from a given layer, if applicable.
|
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)
Warn user about discouraged upload, propose to cancel operation.
|
| 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 |
|---|---|
protected static class |
AutosaveTask.AutosaveLayerInfo<T extends AbstractModifiableLayer> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOsmDataLayer
Abstraction of
OsmDataLayer. |
class |
GpxLayer
A layer that displays data from a Gpx file / the OSM gpx downloads.
|
class |
NoteLayer
A layer to hold Note objects.
|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset.
|
| Modifier and Type | Field and Description |
|---|---|
private T |
AutosaveTask.AutosaveLayerInfo.layer |
| Modifier and Type | Method and Description |
|---|---|
private void |
AutosaveTask.cleanupLayer(AbstractModifiableLayer removedLayer) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoImageLayer
Layer displaying geottaged pictures.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AdvancedPreference.UnclearableOsmDataLayer |