Uses of Class
org.openstreetmap.josm.data.osm.history.HistoryDataSet

Packages that use HistoryDataSet
org.openstreetmap.josm.actions.downloadtasks   
org.openstreetmap.josm.data.osm.history   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.history   
org.openstreetmap.josm.io   
 

Uses of HistoryDataSet in org.openstreetmap.josm.actions.downloadtasks
 

Methods in org.openstreetmap.josm.actions.downloadtasks with parameters of type HistoryDataSet
 void DownloadOsmChangeTask.HistoryLoaderAndListener.historyDataSetCleared(HistoryDataSet source)
           
 void DownloadOsmChangeTask.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
private static HistoryDataSet HistoryDataSet.historyDataSet
          the unique instance
 

Methods in org.openstreetmap.josm.data.osm.history that return HistoryDataSet
static HistoryDataSet HistoryDataSet.getInstance()
          Replies the unique instance of the history data set
 

Methods in org.openstreetmap.josm.data.osm.history with parameters of type HistoryDataSet
 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
 

Uses of HistoryDataSet in org.openstreetmap.josm.gui.dialogs
 

Methods in org.openstreetmap.josm.gui.dialogs with parameters of type HistoryDataSet
 void HistoryDialog.historyDataSetCleared(HistoryDataSet source)
           
 void HistoryDialog.historyUpdated(HistoryDataSet source, PrimitiveId primitiveId)
           
 

Uses of HistoryDataSet in org.openstreetmap.josm.gui.history
 

Fields in org.openstreetmap.josm.gui.history declared as HistoryDataSet
private  HistoryDataSet HistoryLoadTask.loadedData
           
 

Methods in org.openstreetmap.josm.gui.history with parameters of type HistoryDataSet
 void HistoryBrowserDialog.historyDataSetCleared(HistoryDataSet source)
           
 void HistoryBrowserDialog.historyUpdated(HistoryDataSet source, PrimitiveId primitiveId)
           
 

Uses of HistoryDataSet in org.openstreetmap.josm.io
 

Fields in org.openstreetmap.josm.io declared as HistoryDataSet
private  HistoryDataSet OsmHistoryReader.data
           
 

Methods in org.openstreetmap.josm.io that return HistoryDataSet
 HistoryDataSet OsmHistoryReader.parse(ProgressMonitor progressMonitor)
           
 HistoryDataSet OsmServerHistoryReader.parseHistory(ProgressMonitor progressMonitor)
          Fetches the history from the OSM API and parses it
 



JOSM