Klasse LongRunningActionDelegate

java.lang.Object
org.eclipse.net4j.util.ui.actions.SafeActionDelegate
org.eclipse.net4j.util.ui.actions.LongRunningActionDelegate
Alle implementierten Schnittstellen:
IActionDelegate

public abstract class LongRunningActionDelegate extends SafeActionDelegate
Autor:
Eike Stepper
  • Konstruktordetails

    • LongRunningActionDelegate

      public LongRunningActionDelegate()
  • Methodendetails

    • getTotalWork

      @Deprecated protected final int getTotalWork()
      Veraltet.
      Not supported anymore.
    • setTotalWork

      @Deprecated protected final void setTotalWork(int totalWork)
      Veraltet.
      Not supported anymore.
    • cancel

      protected final void cancel()
    • safeRun

      protected final void safeRun() throws Exception
      Angegeben von:
      safeRun in Klasse SafeActionDelegate
      Löst aus:
      Exception
    • preRun

      protected void preRun() throws Exception
      Löst aus:
      Exception
    • getBundleID

      protected String getBundleID()
    • getErrorTitle

      protected String getErrorTitle(Exception ex)
      Seit:
      3.12
    • getErrorMessage

      protected String getErrorMessage(Exception ex)
      Seit:
      3.12
    • doRun

      protected abstract void doRun(IProgressMonitor progressMonitor) throws Exception
      Löst aus:
      Exception
      Seit:
      2.0
    • checkCancelation

      protected final void checkCancelation(IProgressMonitor monitor)