Class LongRunningActionDelegate
java.lang.Object
org.eclipse.net4j.util.ui.actions.SafeActionDelegate
org.eclipse.net4j.util.ui.actions.LongRunningActionDelegate
- All Implemented Interfaces:
IActionDelegate
- Author:
- Eike Stepper
-
Field Summary
Fields inherited from class org.eclipse.net4j.util.ui.actions.SafeActionDelegate
INTERACTIVE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
cancel()
protected final void
checkCancelation
(IProgressMonitor monitor) protected abstract void
doRun
(IProgressMonitor progressMonitor) protected String
protected String
protected String
protected final int
Deprecated.Not supported anymore.protected void
preRun()
protected final void
safeRun()
protected final void
setTotalWork
(int totalWork) Deprecated.Not supported anymore.Methods inherited from class org.eclipse.net4j.util.ui.actions.SafeActionDelegate
getAction, getSelection, getShell, getText, run, selectionChanged
-
Constructor Details
-
LongRunningActionDelegate
public LongRunningActionDelegate()
-
-
Method Details
-
getTotalWork
Deprecated.Not supported anymore. -
setTotalWork
Deprecated.Not supported anymore. -
cancel
protected final void cancel() -
safeRun
- Specified by:
safeRun
in classSafeActionDelegate
- Throws:
Exception
-
preRun
- Throws:
Exception
-
getBundleID
-
getErrorTitle
- Since:
- 3.12
-
getErrorMessage
- Since:
- 3.12
-
doRun
- Throws:
Exception
- Since:
- 2.0
-
checkCancelation
-