Package | Description |
---|---|
ej.io.progress | |
org.eclipse.core.runtime |
Constructor and Description |
---|
ProgressInputStream(java.io.InputStream in,
int totalBytes,
IProgressMonitor monitor)
Creates a progress input stream with a listener specifying the total number of bytes to read.
|
Modifier and Type | Class and Description |
---|---|
class |
NullProgressMonitor
A default progress monitor implementation suitable for
subclassing.
|
class |
SubMonitor
A progress monitor that uses a given amount of work ticks from a parent monitor.
|
Modifier and Type | Method and Description |
---|---|
static SubMonitor |
SubMonitor.convert(IProgressMonitor monitor)
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.
|
static SubMonitor |
SubMonitor.convert(IProgressMonitor monitor,
int work)
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.
|
static SubMonitor |
SubMonitor.convert(IProgressMonitor monitor,
java.lang.String taskName,
int work)
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.
|