public class NullMonitorFactory extends java.lang.Object implements MonitorFactory
Constructor and Description |
---|
NullMonitorFactory() |
Modifier and Type | Method and Description |
---|---|
ProgressMonitor |
getMonitor(DasCanvasComponent context,
java.lang.String label,
java.lang.String description)
returns a new monitor in the given context.
|
ProgressMonitor |
getMonitor(DasCanvas canvas,
java.lang.String string,
java.lang.String string0) |
ProgressMonitor |
getMonitor(java.lang.String label,
java.lang.String description)
returns a new monitor without regard to context.
|
public ProgressMonitor getMonitor(DasCanvasComponent context, java.lang.String label, java.lang.String description)
MonitorFactory
getMonitor
in interface MonitorFactory
context
- component which needs to indicate progress during a long processlabel
- initial label for the taskpublic ProgressMonitor getMonitor(java.lang.String label, java.lang.String description)
MonitorFactory
getMonitor
in interface MonitorFactory
label
- initial label for the taskpublic ProgressMonitor getMonitor(DasCanvas canvas, java.lang.String string, java.lang.String string0)
getMonitor
in interface MonitorFactory