Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.data.osm.history | |
org.openstreetmap.josm.gui.history |
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) |
void |
HistoryDataSet.removeHistoryDataSetListener(HistoryDataSetListener listener) |
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 . |