Uses of Class
org.openstreetmap.josm.data.osm.history.History
-
Packages that use History Package Description 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. -
-
Uses of History in org.openstreetmap.josm.data.osm.history
Methods in org.openstreetmap.josm.data.osm.history that return History Modifier and Type Method Description HistoryHistory. between(long fromVersion, long untilVersion)Returns a new partial copy of this history, between the given version numbersHistoryHistory. between(java.time.Instant fromDate, java.time.Instant untilDate)Returns a new partial copy of this history, between the given datesprivate static HistoryHistory. filter(History history, History.FilterPredicate predicate)HistoryHistory. forUserId(long uid)Returns a new partial copy of this history, for the given user idHistoryHistory. from(long fromVersion)Returns a new partial copy of this history, from the given version numberHistoryHistory. from(java.time.Instant fromDate)Returns a new partial copy of this history, from the given dateHistoryHistoryDataSet. getHistory(long id, OsmPrimitiveType type)Replies the history for a given primitive with ididand typetype.HistoryHistoryDataSet. getHistory(PrimitiveId pid)Replies the history for a primitive with idid.HistoryHistory. sortAscending()Returns a new copy of this history, sorted in ascending order.HistoryHistory. sortDescending()Returns a new copy of this history, sorted in descending order.HistoryHistory. until(long untilVersion)Returns a new partial copy of this history, to the given version numberHistoryHistory. until(java.time.Instant untilDate)Returns a new partial copy of this history, until the given dateMethods in org.openstreetmap.josm.data.osm.history with parameters of type History Modifier and Type Method Description private static HistoryHistory. 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 Modifier and Type Field Description private HistoryHistoryBrowserModel. historythe history of an OsmPrimitiveMethods in org.openstreetmap.josm.gui.history that return History Modifier and Type Method Description HistoryHistoryBrowser. getHistory()replies theHistorycurrently displayed by this browserHistoryHistoryBrowserModel. getHistory()replies the history managed by this modelMethods in org.openstreetmap.josm.gui.history with parameters of type History Modifier and Type Method Description HistoryLoadTaskHistoryLoadTask. add(History history)Adds an object to be loaded, the object is specified by an already loaded object history.(package private) static java.lang.StringHistoryBrowserDialog. buildTitle(History h)Constructs the title for this dialog(package private) booleanHistoryBrowserModel. isSamePrimitive(History history)voidHistoryBrowser. populate(History history)populates the browser with the history of a specificOsmPrimitiveprotected voidHistoryBrowserDialog. setHistory(History history)Sets the current history.voidHistoryBrowserModel. setHistory(History history)sets the history to be managed by this modelvoidHistoryBrowserDialogManager. show(History h)Show history dialog for the given history.Constructors in org.openstreetmap.josm.gui.history with parameters of type History Constructor Description HistoryBrowser(History history)Constructs a newHistoryBrowser.HistoryBrowserDialog(History history)Constructs a newHistoryBrowserDialog.HistoryBrowserModel(History history)Creates a new history browser model for a given history.
-