Eclipse Platform
2.0

Uses of Interface
org.eclipse.core.runtime.IProgressMonitor

Packages that use IProgressMonitor
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.update.core Provides support for extending the base installation and update services. 
 

Uses of IProgressMonitor in org.eclipse.core.runtime
 

Classes in org.eclipse.core.runtime that implement IProgressMonitor
 class NullProgressMonitor
          A default progress monitor implementation suitable for subclassing.
 class ProgressMonitorWrapper
          An abstract wrapper around a progress monitor which, unless overridden, forwards IProgressMonitor methods to the wrapped progress monitor.
 class SubProgressMonitor
          A progress monitor that uses the a given amount of work ticks form a parent monitor.
 

Uses of IProgressMonitor in org.eclipse.jface.wizard
 

Classes in org.eclipse.jface.wizard that implement IProgressMonitor
 class ProgressMonitorPart
          A standard implementation of an IProgressMonitor.
 

Uses of IProgressMonitor in org.eclipse.update.core
 

Classes in org.eclipse.update.core that implement IProgressMonitor
 class InstallMonitor
          Install progress monitor Delegating wrapper for IProgressMonitor used for installation handling.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.