private class MapPaintDialog.SaveAsAction.SaveToFileTask extends PleaseWaitRunnable
| Modifier and Type | Field and Description |
|---|---|
private boolean |
canceled |
private boolean |
error |
private java.io.File |
file |
private StyleSource |
s |
progressMonitor| Constructor and Description |
|---|
SaveToFileTask(StyleSource s,
java.io.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, runprivate final StyleSource s
private final java.io.File file
private boolean canceled
private boolean error
SaveToFileTask(StyleSource s, java.io.File file)
protected void cancel()
PleaseWaitRunnablecancel in class PleaseWaitRunnableprotected void realRun()
PleaseWaitRunnablerealRun in class PleaseWaitRunnableprotected void finish()
PleaseWaitRunnablefinish in class PleaseWaitRunnable