| Package | Description |
|---|---|
| org.eclipse.emf.common.util |
Provides basic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMonitor
The most basic implementation of a task monitor.
|
static class |
BasicMonitor.Delegating
A simple monitor that delegates to another monitor.
|
static class |
BasicMonitor.EclipseSubProgress
An Eclipse subprogress monitor that directly implements the monitor API.
|
static class |
BasicMonitor.Printing
A simple monitor that prints progress to a print stream.
|
| Modifier and Type | Field and Description |
|---|---|
protected Monitor |
BasicMonitor.Delegating.monitor |
| Modifier and Type | Method and Description |
|---|---|
static Monitor |
BasicMonitor.toMonitor(IProgressMonitor progressMonitor)
Creates a delegating wrapper that allows the Eclipse progress monitor to be used
in a context requiring an instance implementing the monitor API.
|
static Monitor |
BasicMonitor.toMonitor(IProgressMonitorWithBlocking progressMonitor)
Creates a delegating wrapper that allows the Eclipse progress monitor to be used
in a context requiring an instance implementing the monitor API.
|
| Modifier and Type | Method and Description |
|---|---|
static IProgressMonitor |
BasicMonitor.toIProgressMonitor(Monitor monitor)
Creates a delegating wrapper that allows the monitor to be used
in a context requiring an instance implementing the Eclipse API.
|
static IProgressMonitorWithBlocking |
BasicMonitor.toIProgressMonitorWithBlocking(Monitor monitor)
Creates a delegating wrapper that allows the monitor to be used
in a context requiring an instance implementing the Eclipse API.
|
| Constructor and Description |
|---|
Delegating(Monitor monitor) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature