Uses of Class
org.eclipse.core.runtime.Status

Packages that use Status
org.eclipse.core.commands.operations Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone. 
org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry. 
 

Uses of Status in org.eclipse.core.commands.operations
 

Subclasses of Status in org.eclipse.core.commands.operations
 class OperationStatus
           OperationStatus describes the status of a request to execute, undo, or redo an operation.
 

Uses of Status in org.eclipse.core.runtime
 

Subclasses of Status in org.eclipse.core.runtime
 class MultiStatus
          A concrete multi-status implementation, suitable either for instantiating or subclassing.