Class EclipseProgress
- java.lang.Object
-
- org.eclipse.graphiti.ui.internal.command.EclipseProgress
-
-
Constructor Summary
Constructors Constructor Description EclipseProgress(org.eclipse.core.runtime.IProgressMonitor eclipseProgressMonitor, int total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProgress(int work)
Adds the progress.
-
-
-
Method Detail
-
addProgress
public void addProgress(int work)
Description copied from interface:IProgress
Adds the progress.- Specified by:
addProgress
in interfaceIProgress
- Parameters:
work
- the work
-
-