private class MapPaintDialog.SaveAsAction.SaveToFileTask extends PleaseWaitRunnable
Modifier and Type | Field and Description |
---|---|
private boolean |
canceled |
private boolean |
error |
private File |
file |
private StyleSource |
s |
progressMonitor
Constructor and Description |
---|
MapPaintDialog.SaveAsAction.SaveToFileTask(StyleSource s,
File file) |
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, run
private StyleSource s
private boolean canceled
private boolean error
public MapPaintDialog.SaveAsAction.SaveToFileTask(StyleSource s, File file)
protected void cancel()
PleaseWaitRunnable
cancel
in class PleaseWaitRunnable
protected void realRun()
PleaseWaitRunnable
realRun
in class PleaseWaitRunnable
protected void finish()
PleaseWaitRunnable
finish
in class PleaseWaitRunnable