Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.jface.operation |
Provides JFace support for long-running operations.
|
org.eclipse.jface.wizard |
Provides a framework for wizards.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressMonitorWrapper
An abstract wrapper around a progress monitor which,
unless overridden, forwards
IProgressMonitor
and IProgressMonitorWithBlocking methods to the wrapped progress monitor. |
class |
SubMonitor
A progress monitor that uses a given amount of work ticks from a parent monitor.
|
class |
SubProgressMonitor
Deprecated.
use
SubMonitor instead |
Modifier and Type | Method and Description |
---|---|
static IProgressMonitorWithBlocking |
ProgressMonitorUtil.createAccumulatingProgressMonitor(IProgressMonitor monitor,
Display display)
Wraps an
IProgressMonitor associated with the UI thread,
producing a new IProgressMonitorWithBlocking which can be used
from any one thread. |
Modifier and Type | Class and Description |
---|---|
class |
ProgressMonitorPart
A standard implementation of an IProgressMonitor.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.