Klasse LongRunningActionDelegate
java.lang.Object
org.eclipse.net4j.util.ui.actions.SafeActionDelegate
org.eclipse.net4j.util.ui.actions.LongRunningActionDelegate
- Alle implementierten Schnittstellen:
IActionDelegate
- Autor:
- Eike Stepper
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.net4j.util.ui.actions.SafeActionDelegate
INTERACTIVE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final void
cancel()
protected final void
checkCancelation
(IProgressMonitor monitor) protected abstract void
doRun
(IProgressMonitor progressMonitor) protected String
protected String
protected String
protected final int
Veraltet.Not supported anymore.protected void
preRun()
protected final void
safeRun()
protected final void
setTotalWork
(int totalWork) Veraltet.Not supported anymore.Von Klasse geerbte Methoden org.eclipse.net4j.util.ui.actions.SafeActionDelegate
getAction, getSelection, getShell, getText, run, selectionChanged
-
Konstruktordetails
-
LongRunningActionDelegate
public LongRunningActionDelegate()
-
-
Methodendetails
-
getTotalWork
Veraltet.Not supported anymore. -
setTotalWork
Veraltet.Not supported anymore. -
cancel
protected final void cancel() -
safeRun
- Angegeben von:
safeRun
in KlasseSafeActionDelegate
- Löst aus:
Exception
-
preRun
- Löst aus:
Exception
-
getBundleID
-
getErrorTitle
- Seit:
- 3.12
-
getErrorMessage
- Seit:
- 3.12
-
doRun
- Löst aus:
Exception
- Seit:
- 2.0
-
checkCancelation
-