Eclipse Platform
2.0

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

Packages that use IStatus
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry. 
 

Uses of IStatus in org.eclipse.core.resources
 

Subinterfaces of IStatus in org.eclipse.core.resources
 interface IResourceStatus
          Represents status related to resources in the Resources plug-in and defines the relevant status code constants.
 

Uses of IStatus in org.eclipse.core.runtime
 

Classes in org.eclipse.core.runtime that implement IStatus
 class MultiStatus
          A concrete multi-status implementation, suitable either for instantiating or subclassing.
 class Status
          A concrete status implementation, suitable either for instantiating or subclassing.
 


Eclipse Platform
2.0

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