Uses of Class
org.openstreetmap.josm.data.osm.history.HistoryDataSet
-
Packages that use HistoryDataSet Package Description org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks.org.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory(edition revisions).org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of HistoryDataSet in org.openstreetmap.josm.actions.downloadtasks
Methods in org.openstreetmap.josm.actions.downloadtasks with parameters of type HistoryDataSet Modifier and Type Method Description voidDownloadOsmChangeTask.HistoryLoaderAndListener. historyDataSetCleared(HistoryDataSet source)voidDownloadOsmChangeTask.HistoryLoaderAndListener. historyUpdated(HistoryDataSet source, PrimitiveId id) -
Uses of HistoryDataSet in org.openstreetmap.josm.data.osm.history
Fields in org.openstreetmap.josm.data.osm.history declared as HistoryDataSet Modifier and Type Field Description private static HistoryDataSetHistoryDataSet. historyDataSetthe unique instanceMethods in org.openstreetmap.josm.data.osm.history that return HistoryDataSet Modifier and Type Method Description static HistoryDataSetHistoryDataSet. getInstance()Replies the unique instance of the history data setMethods in org.openstreetmap.josm.data.osm.history with parameters of type HistoryDataSet Modifier and Type Method Description voidHistoryDataSetListener. historyDataSetCleared(HistoryDataSet source)Fired by aHistoryDataSetif the history cached is cleared.voidHistoryDataSetListener. historyUpdated(HistoryDataSet source, PrimitiveId id)Fired by aHistoryDataSetif the cached history of an OSM primitive with ididis updatedvoidHistoryDataSet. mergeInto(HistoryDataSet other)merges the histories from theHistoryDataSetother in this history data set -
Uses of HistoryDataSet in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as HistoryDataSet Modifier and Type Field Description private HistoryDataSetHistoryLoadTask. loadedDataMethods in org.openstreetmap.josm.gui.history that return HistoryDataSet Modifier and Type Method Description protected static HistoryDataSetHistoryLoadTask. loadHistory(OsmServerHistoryReader reader, ProgressMonitor progressMonitor)Methods in org.openstreetmap.josm.gui.history with parameters of type HistoryDataSet Modifier and Type Method Description voidHistoryBrowserDialog. historyDataSetCleared(HistoryDataSet source)voidHistoryBrowserDialog. historyUpdated(HistoryDataSet source, PrimitiveId primitiveId) -
Uses of HistoryDataSet in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as HistoryDataSet Modifier and Type Field Description private HistoryDataSetOsmHistoryReader. dataMethods in org.openstreetmap.josm.io that return HistoryDataSet Modifier and Type Method Description HistoryDataSetOsmHistoryReader. parse(ProgressMonitor progressMonitor)Parses the content.HistoryDataSetOsmServerHistoryReader. parseHistory(ProgressMonitor progressMonitor)Fetches the history from the OSM API and parses it
-