-
- All Superinterfaces:
ProgressMonitor
public interface ProgressMonitorExtended extends ProgressMonitor
Allows to also set the indeterminate state of the progress bar.- Since:
- 3.4.2
- Author:
- René Mach
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setIndeterminate(boolean newValue)
void
setVisible(boolean newValue)
-
Methods inherited from interface devplugin.ProgressMonitor
setMaximum, setMessage, setValue
-
-