Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<ChangesetCacheListener> |
ChangesetCache.listeners |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetCache.addChangesetCacheListener(ChangesetCacheListener listener) |
void |
ChangesetCache.removeChangesetCacheListener(ChangesetCacheListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ChangesetCacheManagerModel
This is the model for the changeset cache manager dialog.
|
class |
ChangesetInSelectionListModel |
class |
ChangesetListModel |
class |
ChangesetsInActiveDataLayerListModel
This is the list model for the list of changeset in the current edit layer.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenChangesetComboBoxModel
A combobox model for the list of open changesets.
|