|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoryLoadTask | |
---|---|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.gui.history |
Uses of HistoryLoadTask in org.openstreetmap.josm.actions.downloadtasks |
---|
Subclasses of HistoryLoadTask in org.openstreetmap.josm.actions.downloadtasks | |
---|---|
private static class |
DownloadOsmChangeTask.HistoryLoaderAndListener
Loads history and updates incomplete primitives. |
Uses of HistoryLoadTask in org.openstreetmap.josm.gui.history |
---|
Methods in org.openstreetmap.josm.gui.history that return HistoryLoadTask | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |