Class ProgressViewUpdater

java.lang.Object
com._1c.g5.v8.activitytracking.ui.internal.progress.ProgressViewUpdater

public class ProgressViewUpdater extends Object
The progress view updater.
Note: borrowed from org.eclipse.ui.internal.progress.ProgressViewUpdater
  • Method Details

    • getSingleton

      public static ProgressViewUpdater getSingleton()
      Return a new instance of the receiver.
      Returns:
      ProgressViewUpdater
    • addOperation

      public void addOperation(OperationInfo info)
      Adds the operation info and schedules the UI update.
      Parameters:
      info - the operation info, cannot be null.
    • refreshOperation

      public void refreshOperation(OperationInfo info)
      Refreshes the operation info.
      Parameters:
      info - the operation info, cannot be null.
    • removeOperation

      public void removeOperation(OperationInfo info)
      Removes the operation info and schedules the UI update.
      Parameters:
      info - the operation info, cannot be null.