Uses of Class
org.eclipse.core.runtime.Status
Packages that use Status
Package
Description
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
Provides the core APIs for validation.
Provides APIs for integrating application models with the workspace
Provides support for the runtime platform, core utility methods and the extension registry.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for working with resource mappings.
-
Uses of Status in org.eclipse.core.commands.operations
Subclasses of Status in org.eclipse.core.commands.operationsModifier and TypeClassDescriptionfinal classOperationStatus describes the status of a request to execute, undo, or redo an operation. -
Uses of Status in org.eclipse.core.databinding.validation
Subclasses of Status in org.eclipse.core.databinding.validationModifier and TypeClassDescriptionclassConvenience class for creating status objects. -
Uses of Status in org.eclipse.core.resources.mapping
Subclasses of Status in org.eclipse.core.resources.mappingModifier and TypeClassDescriptionclassA status returned by a model from the resource operation validator. -
Uses of Status in org.eclipse.core.runtime
Subclasses of Status in org.eclipse.core.runtimeModifier and TypeClassDescriptionclassA concrete multi-status implementation, suitable either for instantiating or subclassing.Methods in org.eclipse.core.runtime that return StatusModifier and TypeMethodDescriptionstatic StatusConstruct a new status object with severityIStatus.WARNING, codeIStatus.OK, and pluginId determined automatically from the calling class usingStackWalker. -
Uses of Status in org.eclipse.team.core
Subclasses of Status in org.eclipse.team.coreModifier and TypeClassDescriptionclassStatus that is returned from some Team operations or is the payload of some TeamExceptions.Fields in org.eclipse.team.core declared as Status -
Uses of Status in org.eclipse.team.core.mapping.provider
Subclasses of Status in org.eclipse.team.core.mapping.providerModifier and TypeClassDescriptionclassA special status that is returned when the return code of themergemethod isCONFLICTS.