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

Packages that use History
org.openstreetmap.josm.data.osm.history   
org.openstreetmap.josm.gui.history   
 

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

Methods in org.openstreetmap.josm.data.osm.history that return History
 History History.between(java.util.Date fromDate, java.util.Date untilDate)
           
 History History.between(long fromVersion, long untilVersion)
           
private static History History.filter(History history, History.FilterPredicate predicate)
           
 History History.forUserId(long uid)
           
 History History.from(java.util.Date fromDate)
           
 History History.from(long fromVersion)
           
 History HistoryDataSet.getHistory(long id, OsmPrimitiveType type)
          Replies the history for a given primitive with id id and type type.
 History HistoryDataSet.getHistory(PrimitiveId pid)
          Replies the history for a primitive with id id.
 History History.sortAscending()
           
 History History.sortDescending()
           
 History History.until(java.util.Date untilDate)
           
 History History.until(long untilVersion)
           
 

Methods in org.openstreetmap.josm.data.osm.history with parameters of type History
private static History History.filter(History history, History.FilterPredicate predicate)
           
 

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

Fields in org.openstreetmap.josm.gui.history declared as History
private  History HistoryBrowserModel.history
          the history of an OsmPrimitive
 

Methods in org.openstreetmap.josm.gui.history that return History
 History HistoryBrowserModel.getHistory()
          replies the history managed by this model
 History HistoryBrowser.getHistory()
          replies the History currently displayed by this browser
 

Methods in org.openstreetmap.josm.gui.history with parameters of type History
 HistoryLoadTask HistoryLoadTask.add(History history)
          Adds an object to be loaded, the object is specified by an already loaded object history.
 void HistoryBrowser.populate(History history)
          populates the browser with the history of a specific OsmPrimitive
protected  void HistoryBrowserDialog.renderTitle(History h)
          displays the title for this dialog
 void HistoryBrowserModel.setHistory(History history)
          sets the history to be managed by this model
protected  void HistoryBrowserDialog.setHistory(History history)
          sets the current history
 void HistoryBrowserDialogManager.show(History h)
           
 

Constructors in org.openstreetmap.josm.gui.history with parameters of type History
HistoryBrowser(History history)
          constructor
HistoryBrowserDialog(History history)
          constructor
HistoryBrowserModel(History history)
          Creates a new history browser model for a given history.
 



JOSM