Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
org.openstreetmap.josm.data.osm.history |
Provides the classes for OSM primitives
history (edition revisions). |
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
Modifier and Type | Class and Description |
---|---|
private static class |
DownloadOsmChangeTask.HistoryLoaderAndListener
Loads history and updates incomplete primitives.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<HistoryDataSetListener> |
HistoryDataSet.listeners |
Modifier and Type | Method and Description |
---|---|
void |
HistoryDataSet.addHistoryDataSetListener(HistoryDataSetListener listener)
Adds a listener that listens to history data set events.
|
void |
HistoryDataSet.removeHistoryDataSetListener(HistoryDataSetListener listener)
Removes a listener that listens to history data set events.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserDialog
This is non-modal dialog, always showing on top, which displays history information
about a given
OsmPrimitive . |