Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.gui.history |
Modifier and Type | Class and Description |
---|---|
private static class |
DownloadOsmChangeTask.HistoryLoaderAndListener
Loads history and updates incomplete primitives.
|
Modifier and Type | Method and Description |
---|---|
HistoryLoadTask |
HistoryLoadTask.add(java.util.Collection<? extends OsmPrimitive> primitives)
Adds a collection of objects to loaded, specified by a collection of OSM primitives.
|
HistoryLoadTask |
HistoryLoadTask.add(History history)
Adds an object to be loaded, the object is specified by an already loaded object history.
|
HistoryLoadTask |
HistoryLoadTask.add(HistoryOsmPrimitive primitive)
Adds an object to be loaded, the object is specified by a history item.
|
HistoryLoadTask |
HistoryLoadTask.add(long id,
OsmPrimitiveType type)
Adds an object whose history is to be loaded.
|
HistoryLoadTask |
HistoryLoadTask.add(OsmPrimitive primitive)
Adds an object to be loaded, the object is specified by an OSM primitive.
|
HistoryLoadTask |
HistoryLoadTask.add(PrimitiveId pid)
Adds an object whose history is to be loaded.
|