Package com._1c.g5.v8.dt.common.runtime
package com._1c.g5.v8.dt.common.runtime
-
ClassDescriptionBridges Eclipse
IProgressMonitor
with JDKThread.interrupt()
.InterruptingProgressMonitor.InterruptableCode<T,E1 extends Throwable, E2 extends Throwable> Block of code that is to be interrupted when monitor is cancelled.Unit tests forInterruptingProgressMonitor
.Utilities to work with tasks, sub-tasks and progress monitors.ProgressMonitors.ComputableWithSubMonitor<T,E1 extends Throwable, E2 extends Throwable> Block of code that is part of task or subtask working withIProgressMonitor
to compute a value.Block of code that is part of task or subtask working withIProgressMonitor
to execute an action.ProgressMonitors.SimpleComputableSubTask<T,E1 extends Throwable, E2 extends Throwable> Block of code computing a value in a subtask that does not call other methods usingIProgressMonitor
.Block of code running an action in a subtask that does not call other methods usingIProgressMonitor
.Unit tests forProgressMonitors
.