Package | Description |
---|---|
org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
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.
|
org.openstreetmap.josm.gui.preferences.advanced |
Provides classes for handling advanced preferences.
|
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)
Constructs a new
DataSetListenerAdapter . |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorDialog
A small tool dialog for displaying the current errors.
|
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 |
AutosaveTask
Saves data and note layers periodically so they can be recovered in case of a crash.
|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset.
|
Modifier and Type | Class and Description |
---|---|
private static class |
AdvancedPreference.UnclearableOsmDataLayer |