|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.gui.PleaseWaitRunnable
org.openstreetmap.josm.actions.SessionLoadAction.Loader
public static class SessionLoadAction.Loader
| Field Summary | |
|---|---|
private boolean |
canceled
|
private java.io.File |
file
|
private java.util.List<Layer> |
layers
|
private java.util.List<java.lang.Runnable> |
postLoadTasks
|
private boolean |
zip
|
| Fields inherited from class org.openstreetmap.josm.gui.PleaseWaitRunnable |
|---|
progressMonitor |
| Constructor Summary | |
|---|---|
SessionLoadAction.Loader(java.io.File file,
boolean zip)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.openstreetmap.josm.gui.PleaseWaitRunnable |
|---|
afterFinish, canRunInBackground, getProgressMonitor, operationCanceled, run |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean canceled
private java.io.File file
private boolean zip
private java.util.List<Layer> layers
private java.util.List<java.lang.Runnable> postLoadTasks
| Constructor Detail |
|---|
public SessionLoadAction.Loader(java.io.File file,
boolean zip)
| Method Detail |
|---|
protected void cancel()
PleaseWaitRunnable
cancel in class PleaseWaitRunnableprotected void finish()
PleaseWaitRunnable
finish in class PleaseWaitRunnableprotected void realRun()
PleaseWaitRunnable
realRun in class PleaseWaitRunnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||