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, getWorker
public SaveDatabaseAction(BasePanel panel)
public void init() throws java.lang.Throwable
init
in class AbstractWorker
java.lang.Throwable
public void update()
AbstractWorker
update
in interface CallBack
update
in class AbstractWorker
public void run()
public void runCommand() throws java.lang.Throwable
java.lang.Throwable
public void save() throws java.lang.Throwable
java.lang.Throwable
public void saveAs() throws java.lang.Throwable
java.lang.Throwable
public boolean isSuccess()
public boolean isCancelled()