public class SaveDatabaseAction extends AbstractWorker
| Constructor and Description |
|---|
SaveDatabaseAction(BasePanel panel) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
boolean |
isCancelled()
Query whether the last operation was cancelled.
|
boolean |
isSuccess()
Query whether the last operation was successful.
|
void |
run() |
void |
runCommand()
Run the "Save" operation.
|
void |
save() |
void |
saveAs()
Run the "Save as" operation.
|
void |
update()
Empty implementation of the update() method.
|
getCallBack, getWorkerpublic SaveDatabaseAction(BasePanel panel)
public void init()
throws java.lang.Throwable
init in class AbstractWorkerjava.lang.Throwablepublic void update()
AbstractWorkerupdate in interface CallBackupdate in class AbstractWorkerpublic void run()
public void runCommand()
throws java.lang.Throwable
java.lang.Throwablepublic void save()
throws java.lang.Throwable
java.lang.Throwablepublic void saveAs()
throws java.lang.Throwable
java.lang.Throwablepublic boolean isSuccess()
public boolean isCancelled()