class ChildRelationBrowser.DownloadRelationSetTask extends ChildRelationBrowser.DownloadTask
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Relation> |
relations |
canceled, conflictsCount, lastException
progressMonitor
Constructor and Description |
---|
DownloadRelationSetTask(java.awt.Dialog parent,
java.util.Set<Relation> relations) |
Modifier and Type | Method and Description |
---|---|
protected void |
mergeDataSet(DataSet dataSet) |
protected void |
realRun()
Called in the worker thread to do the actual work.
|
cancel, finish, refreshView
afterFinish, canRunInBackground, getProgressMonitor, operationCanceled, run
DownloadRelationSetTask(java.awt.Dialog parent, java.util.Set<Relation> relations)
protected void mergeDataSet(DataSet dataSet)
protected void realRun() throws org.xml.sax.SAXException, java.io.IOException, OsmTransferException
PleaseWaitRunnable
realRun
in class PleaseWaitRunnable
org.xml.sax.SAXException
- if a SAX error occursjava.io.IOException
- if an I/O error occursOsmTransferException
- if a communication error with the OSM server occurs