Uses of Interface
org.eclipse.emf.common.util.Monitor
Packages that use Monitor
-
Uses of Monitor in org.eclipse.emf.common.util
Classes in org.eclipse.emf.common.util that implement MonitorModifier and TypeClassDescriptionclassThe most basic implementation of a task monitor.static classA simple monitor that delegates to another monitor.static classAn Eclipse subprogress monitor that directly implements the monitor API.static classA simple monitor that prints progress to a print stream.Fields in org.eclipse.emf.common.util declared as MonitorMethods in org.eclipse.emf.common.util that return MonitorModifier and TypeMethodDescriptionstatic MonitorBasicMonitor.toMonitor(org.eclipse.core.runtime.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 MonitorBasicMonitor.toMonitor(org.eclipse.core.runtime.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.Methods in org.eclipse.emf.common.util with parameters of type MonitorModifier and TypeMethodDescriptionstatic org.eclipse.core.runtime.IProgressMonitorBasicMonitor.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 org.eclipse.core.runtime.IProgressMonitorWithBlockingBasicMonitor.toIProgressMonitorWithBlocking(Monitor monitor) Creates a delegating wrapper that allows the monitor to be used in a context requiring an instance implementing the Eclipse API.Constructors in org.eclipse.emf.common.util with parameters of type Monitor