|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egf.common.progress.ProductionProgressMonitor
public class ProductionProgressMonitor
Production progress monitor eases the usage of SubMonitor
in patterns production or execution.
Have a look at SubMonitor
, IProgressMonitor
documentation.
Constructor Summary | |
---|---|
ProductionProgressMonitor(SubMonitor parentMonitor_p,
String taskName_p,
int totalWork_p)
Create a progress monitor for given parameters. |
Method Summary | |
---|---|
void |
end()
End this progress monitor. |
SubMonitor |
getMonitor()
Return the underlying monitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProductionProgressMonitor(SubMonitor parentMonitor_p, String taskName_p, int totalWork_p)
parentMonitor_p
- the parent monitor for this progress monitor.taskName_p
- the end-user task name displayed in progress reporter.totalWork_p
- number of ticks to allocateMethod Detail |
---|
public SubMonitor getMonitor()
public void end()
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.