Package | Description |
---|---|
org.openstreetmap.josm.data.osm.history | |
org.openstreetmap.josm.gui.history |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
private static History |
History.filter(History history,
History.FilterPredicate predicate) |
Modifier and Type | Field and Description |
---|---|
private History |
HistoryBrowserModel.history
the history of an OsmPrimitive
|
Modifier and Type | Method and Description |
---|---|
History |
HistoryBrowser.getHistory()
replies the
History currently displayed by this browser |
History |
HistoryBrowserModel.getHistory()
replies the history managed by this model
|
Modifier and Type | Method and Description |
---|---|
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
|
protected void |
HistoryBrowserDialog.setHistory(History history)
sets the current history
|
void |
HistoryBrowserModel.setHistory(History history)
sets the history to be managed by this model
|
void |
HistoryBrowserDialogManager.show(History h) |
Constructor and Description |
---|
HistoryBrowser(History history)
constructor
|
HistoryBrowserDialog(History history)
constructor
|
HistoryBrowserModel(History history)
Creates a new history browser model for a given history.
|