Uses of Interface
org.openstreetmap.josm.data.osm.history.HistoryDataSetListener

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

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

Classes in org.openstreetmap.josm.actions.downloadtasks that implement HistoryDataSetListener
private static class DownloadOsmChangeTask.HistoryLoaderAndListener
          Loads history and updates incomplete primitives.
 

Uses of HistoryDataSetListener in org.openstreetmap.josm.data.osm.history
 

Fields in org.openstreetmap.josm.data.osm.history with type parameters of type HistoryDataSetListener
private  java.util.concurrent.CopyOnWriteArrayList<HistoryDataSetListener> HistoryDataSet.listeners
           
 

Methods in org.openstreetmap.josm.data.osm.history with parameters of type HistoryDataSetListener
 void HistoryDataSet.addHistoryDataSetListener(HistoryDataSetListener listener)
           
 void HistoryDataSet.removeHistoryDataSetListener(HistoryDataSetListener listener)
           
 

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

Classes in org.openstreetmap.josm.gui.dialogs that implement HistoryDataSetListener
 class HistoryDialog
          HistoryDialog displays a list of the currently selected primitives and provides two actions for (1) (re)loading the history of the selected primitives and (2) for launching a history browser for each selected primitive.
 

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

Classes in org.openstreetmap.josm.gui.history that implement HistoryDataSetListener
 class HistoryBrowserDialog
          This is non-modal dialog, always showing on top, which displays history information about a given OsmPrimitive.
 



JOSM