Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.data.osm.history | |
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.io |
Modifier and Type | Method and Description |
---|---|
void |
DownloadOsmChangeTask.HistoryLoaderAndListener.historyDataSetCleared(HistoryDataSet source) |
void |
DownloadOsmChangeTask.HistoryLoaderAndListener.historyUpdated(HistoryDataSet source,
PrimitiveId id) |
Modifier and Type | Field and Description |
---|---|
private static HistoryDataSet |
HistoryDataSet.historyDataSet
the unique instance
|
Modifier and Type | Method and Description |
---|---|
static HistoryDataSet |
HistoryDataSet.getInstance()
Replies the unique instance of the history data set
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryDataSetListener.historyDataSetCleared(HistoryDataSet source)
Fired by a
HistoryDataSet if the history cached is cleared. |
void |
HistoryDataSetListener.historyUpdated(HistoryDataSet source,
PrimitiveId id)
Fired by a
HistoryDataSet if the cached history of an OSM primitive with
id id is updated |
void |
HistoryDataSet.mergeInto(HistoryDataSet other)
merges the histories from the
HistoryDataSet other in this history data set |
Modifier and Type | Field and Description |
---|---|
private HistoryDataSet |
HistoryLoadTask.loadedData |
Modifier and Type | Method and Description |
---|---|
void |
HistoryBrowserDialog.historyDataSetCleared(HistoryDataSet source) |
void |
HistoryBrowserDialog.historyUpdated(HistoryDataSet source,
PrimitiveId primitiveId) |
Modifier and Type | Field and Description |
---|---|
private HistoryDataSet |
OsmHistoryReader.data |
Modifier and Type | Method and Description |
---|---|
HistoryDataSet |
OsmHistoryReader.parse(ProgressMonitor progressMonitor)
Parses the content.
|
HistoryDataSet |
OsmServerHistoryReader.parseHistory(ProgressMonitor progressMonitor)
Fetches the history from the OSM API and parses it
|