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 TypeMethodDescriptionvoid
addOperation
(OperationInfo info) Adds the operation info and schedules the UI update.static ProgressViewUpdater
Return a new instance of the receiver.void
Refreshes the operation info.void
removeOperation
(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
.
-