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 voidcancel()protected final voidcheckCancelation(IProgressMonitor monitor) protected abstract voiddoRun(IProgressMonitor progressMonitor) protected Stringprotected Stringprotected Stringprotected final intVeraltet.Not supported anymore.protected voidpreRun()protected final voidsafeRun()protected final voidsetTotalWork(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:
safeRunin 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
-