Class ProgressViewUpdater
java.lang.Object
com._1c.g5.v8.activitytracking.ui.internal.progress.ProgressViewUpdater
The progress view updater.
Note: borrowed from org.eclipse.ui.internal.progress.ProgressViewUpdater
Note: borrowed from org.eclipse.ui.internal.progress.ProgressViewUpdater
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddOperation(OperationInfo info) Adds the operation info and schedules the UI update.static ProgressViewUpdaterReturn a new instance of the receiver.voidRefreshes the operation info.voidremoveOperation(OperationInfo info) Removes the operation info and schedules the UI update.
-
Method Details
-
getSingleton
Return a new instance of the receiver.- Returns:
- ProgressViewUpdater
-
addOperation
Adds the operation info and schedules the UI update.- Parameters:
info- the operation info, cannot benull.
-
refreshOperation
Refreshes the operation info.- Parameters:
info- the operation info, cannot benull.
-
removeOperation
Removes the operation info and schedules the UI update.- Parameters:
info- the operation info, cannot benull.
-