- java.lang.Object
-
- util.ui.NullProgressMonitor
-
- All Implemented Interfaces:
ProgressMonitor
public class NullProgressMonitor extends java.lang.Object implements ProgressMonitor
-
-
Constructor Summary
Constructors Constructor Description NullProgressMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setMaximum(int maximum)
void
setMessage(java.lang.String msg)
void
setValue(int value)
-
-
-
Method Detail
-
setMaximum
public void setMaximum(int maximum)
- Specified by:
setMaximum
in interfaceProgressMonitor
-
setValue
public void setValue(int value)
- Specified by:
setValue
in interfaceProgressMonitor
-
setMessage
public void setMessage(java.lang.String msg)
- Specified by:
setMessage
in interfaceProgressMonitor
-
-