Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Class and Description |
---|---|
class |
AutosaveTask
Saves data layers periodically so they can be recovered in case of a crash.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetEventManager
This class allows to add DatasetListener to currently active dataset.
|
Modifier and Type | Field and Description |
---|---|
private DataSetListenerAdapter.Listener |
DataSetListenerAdapter.listener |
Constructor and Description |
---|
DataSetListenerAdapter(DataSetListenerAdapter.Listener listener) |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesDialog
This dialog displays the tags of the current selected primitives.
|
Modifier and Type | Class and Description |
---|---|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset.
|