class RelationTree.RelationLoader extends PleaseWaitRunnable
| Modifier and Type | Field and Description |
|---|---|
private boolean |
canceled |
private DataSet |
ds |
private java.lang.Exception |
lastException |
private javax.swing.tree.TreePath |
path |
private Relation |
relation |
progressMonitor| Constructor and Description |
|---|
RelationLoader(java.awt.Dialog dialog,
Relation relation,
javax.swing.tree.TreePath path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancel()
User pressed cancel button.
|
protected void |
finish()
Finish up the data work.
|
protected void |
realRun()
Called in the worker thread to do the actual work.
|
afterFinish, canRunInBackground, getProgressMonitor, operationCanceled, runprivate boolean canceled
private java.lang.Exception lastException
private javax.swing.tree.TreePath path
public RelationLoader(java.awt.Dialog dialog, Relation relation, javax.swing.tree.TreePath path)
protected void cancel()
PleaseWaitRunnablecancel in class PleaseWaitRunnableprotected void finish()
PleaseWaitRunnablefinish in class PleaseWaitRunnableprotected void realRun() throws org.xml.sax.SAXException, java.io.IOException, OsmTransferException
PleaseWaitRunnablerealRun in class PleaseWaitRunnableorg.xml.sax.SAXExceptionjava.io.IOExceptionOsmTransferException