Uses of Interface
org.eclipse.core.runtime.IStatus
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for finding and displaying the differences
between hierarchically structured data.
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
Provides classes for binding observable objects, for example UI widgets and model objects.
Provides general utilities for data binding.
Provides the core APIs for validation.
Provides the API for accessing file buffers.
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Provides APIs intended to be implemented by the Team component.
Provides support for the runtime platform, core utility methods and the extension registry.
Provides core support for scheduling and interacting with background activity.
Provides core support for Eclipse preferences.
Extension registry infrastructure for service providers
Provides support for defining and contributing variables for the purpose of
string substitution.
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
Provides support for source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides core support for interacting with a p2-based provisioning system
Provides support for interacting with the p2 provisioning engine
Provides support for registering new provisioning actions and touchpoints.
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Defines artifact repository.
Defines SPI for registering new implementations of artifact repositories.
Defines metadata repository.
Defines SPI for registering new implementations of metadata repositories.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Provides the ability to add participants to help search and is responsible
for creating search indices.
Provides classes that bridge between data binding and the JFace Fieldassist framework.
Provides support for dialogs.
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for wizards.
Application programmer interface to implement semantic preserving workspace transformations.
Application programmer interface to implement resource dependend refactorings.
Application programming interface to provide model integration for refactoring histories.
Classes giving access to the file (text) search functionality.
Classes and interface required to contribute search dialog pages and search result view pages.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for working with diffs.
Application programming interfaces for working with diffs.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Application programming interfaces for interaction
with the Eclipse console.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.APIs that provide undo and redo behavior for operations that manipulate
the workspace.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes that provide the basic workbench UI support for undo and redo of
operations.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Partial infrastructure for spell checking in text editors.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of IStatus in org.eclipse.compare
Modifier and TypeMethodDescriptionIStreamMerger.merge
(OutputStream output, String outputEncoding, InputStream ancestor, String ancestorEncoding, InputStream target, String targetEncoding, InputStream other, String otherEncoding, IProgressMonitor monitor) Deprecated.Performs a merge operation on the given input streams and writes the merge result to the output stream.IEditableContentExtension.validateEdit
(Shell shell) If the element is read-only, this method should be called to attempt to make it writable.ResourceNode.validateEdit
(Shell shell) -
Uses of IStatus in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionCompareUIPlugin.prepareInput
(CompareEditorInput input, IProgressMonitor monitor) protected IStatus
WorkerJob.run
(IProgressMonitor monitor) -
Uses of IStatus in org.eclipse.compare.structuremergeviewer
Modifier and TypeMethodDescriptionDocumentRangeNode.validateEdit
(Shell shell) StructureRootNode.validateEdit
(Shell shell) -
Uses of IStatus in org.eclipse.core.commands.operations
Modifier and TypeClassDescriptionfinal class
OperationStatus describes the status of a request to execute, undo, or redo an operation.Modifier and TypeFieldDescriptionstatic final IStatus
IOperationHistory.NOTHING_TO_REDO_STATUS
An operation info status describing the condition that there is no available operation for redo.static final IStatus
IOperationHistory.NOTHING_TO_UNDO_STATUS
An operation info status describing the condition that there is no available operation for undo.static final IStatus
IOperationHistory.OPERATION_INVALID_STATUS
An operation error status describing the condition that the operation available for execution, undo or redo is not in a valid state for the action to be performed.Modifier and TypeMethodDescriptionprotected IStatus
LinearUndoEnforcer.allowLinearRedoViolation
(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo) protected abstract IStatus
LinearUndoViolationDetector.allowLinearRedoViolation
(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable info) Return a status indicating whether a linear redo violation is allowable.protected IStatus
LinearUndoEnforcer.allowLinearUndoViolation
(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo) protected abstract IStatus
LinearUndoViolationDetector.allowLinearUndoViolation
(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable info) Return a status indicating whether a linear undo violation is allowable.IAdvancedUndoableOperation2.computeExecutionStatus
(IProgressMonitor monitor) Return a status indicating the projected outcome of executing the receiver.TriggeredOperations.computeExecutionStatus
(IProgressMonitor monitor) IAdvancedUndoableOperation.computeRedoableStatus
(IProgressMonitor monitor) Return a status indicating the projected outcome of redoing the receiver.TriggeredOperations.computeRedoableStatus
(IProgressMonitor monitor) IAdvancedUndoableOperation.computeUndoableStatus
(IProgressMonitor monitor) Return a status indicating the projected outcome of undoing the receiver.TriggeredOperations.computeUndoableStatus
(IProgressMonitor monitor) abstract IStatus
AbstractOperation.execute
(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.execute
(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.execute
(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Execute the specified operation and add it to the operations history if successful.IUndoableOperation.execute
(IProgressMonitor monitor, IAdaptable info) Execute the operation.TriggeredOperations.execute
(IProgressMonitor monitor, IAdaptable info) OperationHistoryEvent.getStatus()
Return the status associated with this event.IOperationApprover2.proceedExecuting
(IUndoableOperation operation, IOperationHistory history, IAdaptable info) Return a status indicating whether the specified operation should be executed.IOperationApprover.proceedRedoing
(IUndoableOperation operation, IOperationHistory history, IAdaptable info) Return a status indicating whether the specified operation should be redone.final IStatus
LinearUndoViolationDetector.proceedRedoing
(IUndoableOperation operation, IOperationHistory history, IAdaptable info) IOperationApprover.proceedUndoing
(IUndoableOperation operation, IOperationHistory history, IAdaptable info) Return a status indicating whether the specified operation should be undone.final IStatus
LinearUndoViolationDetector.proceedUndoing
(IUndoableOperation operation, IOperationHistory history, IAdaptable info) abstract IStatus
AbstractOperation.redo
(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.redo
(IUndoContext context, IProgressMonitor monitor, IAdaptable info) IOperationHistory.redo
(IUndoContext context, IProgressMonitor monitor, IAdaptable info) Redo the most recently undone operation in the given context.IUndoableOperation.redo
(IProgressMonitor monitor, IAdaptable info) Redo the operation.TriggeredOperations.redo
(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.redoOperation
(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.redoOperation
(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Redo the specified operation.abstract IStatus
AbstractOperation.undo
(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.undo
(IUndoContext context, IProgressMonitor monitor, IAdaptable info) IOperationHistory.undo
(IUndoContext context, IProgressMonitor monitor, IAdaptable info) Undo the most recently executed operation in the given context.IUndoableOperation.undo
(IProgressMonitor monitor, IAdaptable info) Undo the operation.TriggeredOperations.undo
(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.undoOperation
(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.undoOperation
(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Undo the specified operation.ModifierConstructorDescriptionOperationHistoryEvent
(int code, IOperationHistory history, IUndoableOperation operation, IStatus status) Construct an event for the specified operation history. -
Uses of IStatus in org.eclipse.core.databinding
Modifier and TypeMethodDescriptionprotected IStatus
AggregateValidationStatus.calculate()
protected IStatus
UpdateListStrategy.doAdd
(IObservableList<? super D> observableList, D element, int index) Adds the given element at the given index to the given observable list.protected IStatus
UpdateSetStrategy.doAdd
(IObservableSet<? super D> observableSet, D element) Adds the given element at the given index to the given observable list.protected IStatus
UpdateListStrategy.doMove
(IObservableList<? super D> observableList, int oldIndex, int newIndex) Moves the element in the observable list located at the given old index to the given new index.protected IStatus
UpdateListStrategy.doRemove
(IObservableList<? super D> observableList, int index) Removes the element at the given index from the given observable list.protected IStatus
UpdateSetStrategy.doRemove
(IObservableSet<? super D> observableSet, D element) Removes the element at the given index from the given observable list.protected IStatus
UpdateListStrategy.doReplace
(IObservableList<? super D> observableList, int index, D element) Replaces the element in the observable list located at the given index to with the given element.protected IStatus
UpdateValueStrategy.doSet
(IObservableValue<? super D> observableValue, D value) Sets the current value of the given observable to the given value.static IStatus
AggregateValidationStatus.getStatusMaxSeverity
(Collection<? extends ValidationStatusProvider> validationStatusProviders) Returns a status that always returns the most severe status from the given validation status providers.static IStatus
AggregateValidationStatus.getStatusMerged
(Collection<? extends ValidationStatusProvider> validationStatusProviders) Returns a status object that merges multiple non-OK status objects in aMultiStatus
.UpdateValueStrategy.validateAfterConvert
(D value) Validates the value after it is converted.UpdateValueStrategy.validateAfterGet
(S value) Validates the value after it is retrieved from the source.UpdateValueStrategy.validateBeforeSet
(D value) Validates the value before it is set on the destination.Modifier and TypeMethodDescriptionListBinding.getValidationStatus()
SetBinding.getValidationStatus()
abstract IObservableValue<IStatus>
ValidationStatusProvider.getValidationStatus()
final IObservableMap<Binding,
IStatus> DataBindingContext.getValidationStatusMap()
Deprecated.BindingProperties.validationStatus()
Returns anIValueProperty
for observing the validation status of aValidationStatusProvider
. -
Uses of IStatus in org.eclipse.core.databinding.util
-
Uses of IStatus in org.eclipse.core.databinding.validation
Modifier and TypeClassDescriptionclass
Convenience class for creating status objects.Modifier and TypeMethodDescriptionstatic IStatus
Creates a new validation cancel status with the given message.static IStatus
Creates a new validation error status with the given message.static IStatus
Creates a new validation error status with the given message and exception.static IStatus
Creates a new validation info status with the given message.static IStatus
ValidationStatus.ok()
Returns an OK status.Determines if the given value is valid.protected abstract IStatus
MultiValidator.validate()
Returns the current validation status.static IStatus
Creates a new validation warning status with the given message.Modifier and TypeMethodDescriptionMultiValidator.getValidationStatus()
Returns anIObservableValue
whose value is always the current validation status of this MultiValidator. -
Uses of IStatus in org.eclipse.core.filebuffers
Modifier and TypeMethodDescriptionIFileBuffer.getStatus()
Returns the status of this file buffer.Modifier and TypeMethodDescriptionvoid
IStateValidationSupport.validationStateChanged
(boolean validationState, IStatus status) Tells this buffer that the validation state has been changed to the given value. -
Uses of IStatus in org.eclipse.core.resources
Modifier and TypeInterfaceDescriptioninterface
Represents status related to resources in the Resources plug-in and defines the relevant status code constants.Modifier and TypeMethodDescriptionIWorkspace.copy
(IResource[] resources, IPath destination, boolean force, IProgressMonitor monitor) Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.IWorkspace.copy
(IResource[] resources, IPath destination, int updateFlags, IProgressMonitor monitor) Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.IWorkspace.delete
(IResource[] resources, boolean force, IProgressMonitor monitor) Deletes the given resources.IWorkspace.delete
(IResource[] resources, int updateFlags, IProgressMonitor monitor) Deletes the given resources.IWorkspace.move
(IResource[] resources, IPath destination, boolean force, IProgressMonitor monitor) Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.IWorkspace.move
(IResource[] resources, IPath destination, int updateFlags, IProgressMonitor monitor) Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.abstract IStatus
WorkspaceJob.runInWorkspace
(IProgressMonitor monitor) Runs the operation, reporting progress to and accepting cancellation requests from the given progress monitor.IWorkspace.save
(boolean full, IProgressMonitor monitor) Saves this workspace's valuable state on disk.IFileModificationValidator.validateEdit
(IFile[] files, Object context) Deprecated.Validates that the given files can be modified.IWorkspace.validateEdit
(IFile[] files, Object context) Advises that the caller intends to modify the contents of the given files in the near future and asks whether modifying all these files would be reasonable.IWorkspace.validateFiltered
(IResource resource) Validates that the given resource will not (or would not, if the resource doesn't exist in the workspace yet) be filtered out from the workspace by its parent resource filters.IWorkspace.validateLinkLocation
(IResource resource, IPath location) Validates the given path as the location of the given resource on disk.IWorkspace.validateLinkLocationURI
(IResource resource, URI location) Validates the givenURI
as the location of the given resource on disk.IPathVariableManager.validateName
(String name) Validates the given name as the name for a path variable.IWorkspace.validateName
(String segment, int typeMask) Validates the given string as the name of a resource valid for one of the given types.IWorkspace.validateNatureSet
(String[] natureIds) Validates that each of the given natures exists, and that all nature constraints are satisfied within the given set.IWorkspace.validatePath
(String path, int typeMask) Validates the given string as a path for a resource of the given type(s).IWorkspace.validateProjectLocation
(IProject project, IPath location) Validates the given path as the location of the given project on disk.IWorkspace.validateProjectLocationURI
(IProject project, URI location) Validates the given URI as the location of the given project.IFileModificationValidator.validateSave
(IFile file) Deprecated.Validates that the given file can be saved.IPathVariableManager.validateValue
(URI path) Validates the given path as the value for a path variable.IPathVariableManager.validateValue
(IPath path) Validates the given path as the value for a path variable. -
Uses of IStatus in org.eclipse.core.resources.mapping
Modifier and TypeClassDescriptionclass
A status returned by a model from the resource operation validator.Modifier and TypeMethodDescriptionModelProvider.validateChange
(IResourceDelta delta, IProgressMonitor monitor) Validates the proposed changes contained in the given delta.ResourceChangeValidator.validateChange
(IResourceDelta delta, IProgressMonitor monitor) Validate the proposed changes contained in the given delta by consulting all model providers to determine if the changes have any adverse side effects. -
Uses of IStatus in org.eclipse.core.resources.team
Modifier and TypeMethodDescriptionTeamHook.validateCreateLink
(IFile file, int updateFlags, URI location) Validates whether a particular attempt at link creation is allowed.TeamHook.validateCreateLink
(IFile file, int updateFlags, IPath location) Validates whether a particular attempt at link creation is allowed.TeamHook.validateCreateLink
(IFolder folder, int updateFlags, URI location) Validates whether a particular attempt at link creation is allowed.TeamHook.validateCreateLink
(IFolder folder, int updateFlags, IPath location) Validates whether a particular attempt at link creation is allowed.final IStatus
FileModificationValidator.validateEdit
(IFile[] files, Object context) Deprecated.this method is part of the deprecatedIFileModificationValidator
interface.abstract IStatus
FileModificationValidator.validateEdit
(IFile[] files, FileModificationValidationContext context) Validates that the given files can be modified.FileModificationValidator.validateSave
(IFile file) Validates that the given file can be saved. -
Uses of IStatus in org.eclipse.core.runtime
Modifier and TypeClassDescriptionclass
A concrete multi-status implementation, suitable either for instantiating or subclassing.class
A concrete status implementation, suitable either for instantiating or subclassing.Modifier and TypeFieldDescriptionstatic final IStatus
Status.CANCEL_STATUS
A standard CANCEL status with no message.static final IStatus
Status.OK_STATUS
A standard OK status with an "ok" message.Modifier and TypeMethodDescriptionstatic IStatus
Construct a new status object with severityERROR
, codeOK
, and pluginId determined automatically from the calling class usingStackWalker
.static IStatus
Construct a new status object with severityERROR
, codeOK
, and pluginId determined automatically from the calling class usingStackWalker
.IStatus[]
IStatus.getChildren()
Returns a list of status object immediately contained in this multi-status, or an empty list if this is not a multi-status.IStatus[]
MultiStatus.getChildren()
IStatus[]
Status.getChildren()
final IStatus
CoreException.getStatus()
Returns the status object for this exception.static IStatus
Construct a new status object with severityINFO
, codeOK
, and pluginId determined automatically from the calling class usingStackWalker
.static IStatus
Preferences.validatePreferenceVersions
(IPath file) Deprecated.Validates that the preference versions in the given file match the versions of the currently installed plugins.static IStatus
PluginVersionIdentifier.validateVersion
(String version) Deprecated, for removal: This API element is subject to removal in a future version.Validates the given string as a plug-in version identifier.static IStatus
Construct a new status object with severityWARNING
, codeOK
, and pluginId determined automatically from the calling class usingStackWalker
.Modifier and TypeMethodDescriptionvoid
Adds the given status to this multi-status.void
Adds all of the children of the given status to this multi-status.void
Logs the given status.void
Notifies this listener that given status has been logged by a plug-in.void
Merges the given status into this multi-status.default void
IProgressMonitor.setBlocked
(IStatus reason) Indicates that this operation is blocked by some background activity.void
ProgressMonitorWrapper.setBlocked
(IStatus reason) This implementation of aIProgressMonitorWithBlocking
method forwards to the wrapped progress monitor.void
SubMonitor.setBlocked
(IStatus reason) ModifierConstructorDescriptionCoreException
(IStatus status) Creates a new exception with the given status object.MultiStatus
(Class<?> caller, int code, IStatus[] newChildren, String message, Throwable exception) Creates and returns a new multi-status object with the given children.MultiStatus
(String pluginId, int code, IStatus[] newChildren, String message, Throwable exception) Creates and returns a new multi-status object with the given children. -
Uses of IStatus in org.eclipse.core.runtime.jobs
Modifier and TypeInterfaceDescriptioninterface
Represents status relating to the execution of jobs.Modifier and TypeFieldDescriptionstatic final IStatus
Job.ASYNC_FINISH
Job status return value that is used to indicate asynchronous job completion.Modifier and TypeMethodDescriptionIJobChangeEvent.getJobGroupResult()
The result returned by the job's job group, if this event signals completion of the last job in a group, ornull
if not applicable.IJobChangeEvent.getResult()
The result returned by the job's run method, ornull
if not applicable.final IStatus
Job.getResult()
Returns the result of this job's last run.IJobFunction.run
(IProgressMonitor monitor) Executes this job.protected abstract IStatus
Job.run
(IProgressMonitor monitor) Executes this job.Modifier and TypeMethodDescriptionfinal void
Jobs that complete their execution asynchronously must indicate when they are finished by calling this method.protected boolean
JobGroup.shouldCancel
(IStatus lastCompletedJobResult, int numberOfFailedJobs, int numberOfCanceledJobs) This method is called by the JobManager after the completion of every job belonging to this group, and is used to control the job group's cancellation policy.Modifier and TypeMethodDescriptionprotected MultiStatus
JobGroup.computeGroupResult
(List<IStatus> jobResults) This method is called by the JobManager when all the jobs belonging to the group are completed. -
Uses of IStatus in org.eclipse.core.runtime.preferences
Modifier and TypeMethodDescriptionIPreferencesService.applyPreferences
(IExportedPreferences preferences) Take the given preference tree and apply it to the Eclipse global preference hierarchy.IPreferencesService.exportPreferences
(IEclipsePreferences node, OutputStream output, String[] excludesList) Exports all preferences for the given preference node and all its children to the specified output stream.IPreferencesService.importPreferences
(InputStream input) Loads preferences from the given file and stores them in the preferences store. -
Uses of IStatus in org.eclipse.core.runtime.spi
-
Uses of IStatus in org.eclipse.core.variables
-
Uses of IStatus in org.eclipse.debug.core
Modifier and TypeMethodDescriptionIRequest.getStatus()
Returns the status of this request, ornull
.Modifier and TypeMethodDescriptionDebugPlugin.getStatusHandler
(IStatus status) Returns the status handler registered for the given status, ornull
if none.IStatusHandler.handleStatus
(IStatus status, Object source) Notifies this status handler that the given status has been generated by the specified source object and requires resolution.static void
Logs the specified status with this plug-in's log.void
Sets the status for this request indicating whether this request succeeded, failed, or was canceled.ModifierConstructorDescriptionDebugException
(IStatus status) Constructs a new debug exception with the given status object. -
Uses of IStatus in org.eclipse.debug.core.model
Modifier and TypeFieldDescriptionprotected static final IStatus
LaunchConfigurationDelegate.complileErrorProjectPromptStatus
Status code for which a prompter is registered to ask the user if the want to continue launch despite existing compile errors in specific projects.protected static final IStatus
LaunchConfigurationDelegate.complileErrorPromptStatus
Status code for which a prompter is registered to ask the user if the want to continue launch despite existing compile errorsprotected static final IStatus
LaunchConfigurationDelegate.promptStatus
Status code for which a UI prompter is registered.protected static final IStatus
LaunchConfigurationDelegate.saveScopedDirtyEditors
Status code for which a prompter will ask the user to save any/all of the dirty editors which have only to do with this launch (scoping them to the current launch/build)protected static final IStatus
LaunchConfigurationDelegate.switchToDebugPromptStatus
Status code for which a prompter is registered to ask the user if they want to launch in debug mode when breakpoints are present. -
Uses of IStatus in org.eclipse.debug.core.sourcelookup
Modifier and TypeFieldDescriptionprotected static final IStatus
AbstractSourceLookupDirector.fPromptStatus
protected static final IStatus
AbstractSourceLookupDirector.fResolveDuplicatesStatus
-
Uses of IStatus in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionstatic int
DebugUITools.openLaunchConfigurationDialog
(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, IStatus status) Open the launch configuration dialog on the specified launch configuration.static int
DebugUITools.openLaunchConfigurationDialogOnGroup
(Shell shell, IStructuredSelection selection, String groupIdentifier, IStatus status) Open the launch configuration dialog with the specified initial selection.static int
DebugUITools.openLaunchConfigurationPropertiesDialog
(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, IStatus status) Open the launch configuration properties dialog on the specified launch configuration. -
Uses of IStatus in org.eclipse.e4.core.services.statusreporter
Modifier and TypeMethodDescriptionabstract IStatus
Return a status object with the given severity, message, and optional exception. -
Uses of IStatus in org.eclipse.e4.ui.dialogs.filteredtree
Modifier and TypeMethodDescriptionfinal IStatus
BasicUIJob.run
(IProgressMonitor monitor) abstract IStatus
BasicUIJob.runInUIThread
(IProgressMonitor monitor) Run the job in the UI Thread. -
Uses of IStatus in org.eclipse.equinox.p2.core
ModifierConstructorDescriptionProvisionException
(IStatus status) Creates a new exception with the given status object. -
Uses of IStatus in org.eclipse.equinox.p2.engine
Modifier and TypeMethodDescriptionIProvisioningPlan.getStatus()
Returns the overall plan status.IEngine.perform
(IProvisioningPlan plan, IProgressMonitor monitor) Executes a provisioning plan with a default phase set and context.IEngine.perform
(IProvisioningPlan plan, IPhaseSet phaseSet, IProgressMonitor monitor) Executes a provisioning plan.IProfileRegistry.removeProfileStateProperties
(String id, long timestamp, Collection<String> keys) Remove all properties with matching keys from the given profile state.IProfileRegistry.setProfileStateProperties
(String id, long timestamp, Map<String, String> properties) Set properties on a specific profile state.IProfileRegistry.setProfileStateProperty
(String id, long timestamp, String key, String value) Set a specific property on a specific profile state. -
Uses of IStatus in org.eclipse.equinox.p2.engine.spi
Modifier and TypeMethodDescriptionThis method is called at the end of an engine operation after all phases have been executed and after the touchpoint has had prepare called.Touchpoint.completeOperand
(IProfile profile, Map<String, Object> parameters) This method is called at the end of processing of a single engine operand (for example a given installable unit being installed or uninstalled).Touchpoint.completePhase
(IProgressMonitor monitor, IProfile profile, String phaseId, Map<String, Object> parameters) This method is called at the end of execution of an engine phase.abstract IStatus
Performs the provisioning action.Touchpoint.initializeOperand
(IProfile profile, Map<String, Object> parameters) This method is called at the beginning of processing of a single engine operand (for example a given installable unit being installed or uninstalled).Touchpoint.initializePhase
(IProgressMonitor monitor, IProfile profile, String phaseId, Map<String, Object> parameters) This method is called at the beginning of execution of an engine phase.This method is called at the end of an engine operation after all phases have been executed but prior to the operation being formally committed/persisted.This method is called at the end of an engine operation after all phases have been executed.abstract IStatus
Performs the inverse of this provisioning action. -
Uses of IStatus in org.eclipse.equinox.p2.operations
Modifier and TypeMethodDescriptionprotected IStatus
ProvisioningJob.getErrorStatus
(String message, ProvisionException e) Return an error status that can be used to report the specified exception.RepositoryTracker.getInvalidLocationStatus
(String locationText) Return a status appropriate for reporting an invalid repository location.ProfileChangeOperation.getResolutionResult()
Return a status indicating the result of resolving this operation.RemediationOperation.getResolutionResult()
ProvisioningSession.performProvisioningPlan
(IProvisioningPlan plan, IPhaseSet phaseSet, ProvisioningContext context, IProgressMonitor monitor) Perform the specified provisioning plan.final IStatus
ProfileChangeOperation.resolveModal
(IProgressMonitor monitor) Resolve the operation in the current thread using the specified progress monitor.final IStatus
ProvisioningJob.run
(IProgressMonitor monitor) Executes this job.ProfileModificationJob.runModal
(IProgressMonitor monitor) abstract IStatus
ProvisioningJob.runModal
(IProgressMonitor monitor) Perform the specific work involved in running this job in the current thread.RepositoryTracker.validateRepositoryLocation
(ProvisioningSession session, URI location, boolean contactRepositories, IProgressMonitor monitor) Validate the specified repository location. -
Uses of IStatus in org.eclipse.equinox.p2.repository.artifact
Modifier and TypeMethodDescriptionIArtifactRepository.executeBatch
(IRunnableWithProgress runnable, IProgressMonitor monitor) Executes a runnable against this repository.IArtifactRepository.getArtifact
(IArtifactDescriptor descriptor, OutputStream destination, IProgressMonitor monitor) Writes to the given output stream the bytes represented by the artifact descriptor.IArtifactRepository.getArtifacts
(IArtifactRequest[] requests, IProgressMonitor monitor) Executes the given artifact requests on this byte server.IArtifactRepository.getRawArtifact
(IArtifactDescriptor descriptor, OutputStream destination, IProgressMonitor monitor) Writes to the given output stream the bytes represented by the artifact descriptor.IArtifactRequest.getResult()
Returns the result of the executed artifact request, ornull
if the request has never been executed. -
Uses of IStatus in org.eclipse.equinox.p2.repository.artifact.spi
Modifier and TypeMethodDescriptionAbstractArtifactRepository.executeBatch
(IRunnableWithProgress runnable, IProgressMonitor monitor) abstract IStatus
AbstractArtifactRepository.getArtifact
(IArtifactDescriptor descriptor, OutputStream destination, IProgressMonitor monitor) abstract IStatus
AbstractArtifactRepository.getArtifacts
(IArtifactRequest[] requests, IProgressMonitor monitor) -
Uses of IStatus in org.eclipse.equinox.p2.repository.metadata
Modifier and TypeMethodDescriptionIMetadataRepository.executeBatch
(IRunnableWithProgress runnable, IProgressMonitor monitor) Executes a runnable against this repository. -
Uses of IStatus in org.eclipse.equinox.p2.repository.metadata.spi
Modifier and TypeMethodDescriptionAbstractMetadataRepository.executeBatch
(IRunnableWithProgress runnable, IProgressMonitor monitor) -
Uses of IStatus in org.eclipse.equinox.p2.ui
Modifier and TypeMethodDescriptionPolicy.getNoProfileChosenStatus()
Return a status that can be used to describe the failure to retrieve a profile.LoadMetadataRepositoryJob.runModal
(IProgressMonitor monitor) -
Uses of IStatus in org.eclipse.help.search
Modifier and TypeMethodDescriptionabstract IStatus
SearchParticipant.addDocument
(IHelpSearchIndex index, String pluginId, String name, URL url, String id, ISearchDocument doc) Adds the document to the search index.SearchParticipantXML.addDocument
(IHelpSearchIndex index, String pluginId, String name, URL url, String id, ISearchDocument doc) IHelpSearchIndex.addSearchableDocument
(String pluginId, String name, URL url, String id, ISearchDocument doc) Adds a document to the search index database by parsing it using one of the file-based search participants, or the default HTML search participant. -
Uses of IStatus in org.eclipse.jface.databinding.dialog
-
Uses of IStatus in org.eclipse.jface.databinding.fieldassist
Modifier and TypeMethodDescriptionprotected String
ControlDecorationUpdater.getDescriptionText
(IStatus status) Returns the description text to show in a ControlDecoration for the given status.protected Image
Returns an image to display in a ControlDecoration which is appropriate for the given status.protected void
ControlDecorationUpdater.update
(ControlDecoration decoration, IStatus status) Updates the visibility, image, and description text of the given ControlDecoration to represent the given status.Modifier and TypeMethodDescriptionstatic ControlDecorationSupport
ControlDecorationSupport.create
(IObservableValue<IStatus> validationStatus, int position, IObservable... targetsToBeDecorated) Creates a ControlDecorationSupport which observes the given validation status and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
.static ControlDecorationSupport
ControlDecorationSupport.create
(IObservableValue<IStatus> validationStatus, int position, IObservableList<IObservable> targetsToBeDecorated) Creates a ControlDecorationSupport which observes the given validation status and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
.static ControlDecorationSupport
ControlDecorationSupport.create
(IObservableValue<IStatus> validationStatus, int position, Composite composite, IObservable... targetsToBeDecorated) Creates a ControlDecorationSupport which observes the validation status and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
.static ControlDecorationSupport
ControlDecorationSupport.create
(IObservableValue<IStatus> validationStatus, int position, Composite composite, IObservableList<IObservable> targetsToBeDecorated) Creates a ControlDecorationSupport which observes the validation status and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
.static ControlDecorationSupport
ControlDecorationSupport.create
(IObservableValue<IStatus> validationStatus, int position, Composite composite, ControlDecorationUpdater updater, IObservable... targetsToBeDecorated) Creates a ControlDecorationSupport which observes the validation status and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
.static ControlDecorationSupport
ControlDecorationSupport.create
(IObservableValue<IStatus> validationStatus, int position, Composite composite, ControlDecorationUpdater updater, IObservableList<IObservable> targetsToBeDecorated) Creates a ControlDecorationSupport which observes the validation status and displays aControlDecoration
over the underlying SWT control of all target observables that implementISWTObservable
orIViewerObservable
. -
Uses of IStatus in org.eclipse.jface.dialogs
Modifier and TypeMethodDescriptionabstract Control
ErrorSupportProvider.createSupportArea
(Composite parent, IStatus status) Create an area for adding support components as a child of parent.static int
Opens an error dialog to display the given error.static int
ErrorDialog.openError
(Shell parentShell, String title, String message, IStatus status, int displayMask) Opens an error dialog to display the given error.void
MessageLine.setErrorStatus
(IStatus status) Sets the message and image to the given status.protected final void
Set the status displayed by this error dialog to the given status.protected static boolean
ErrorDialog.shouldDisplay
(IStatus status, int mask) Returns whether the given status object should be displayed.void
IDialogBlockedHandler.showBlocked
(IProgressMonitor blocking, IStatus blockingStatus, String blockedName) A blockage has occured.void
IDialogBlockedHandler.showBlocked
(Shell parentShell, IProgressMonitor blocking, IStatus blockingStatus, String blockedName) A blockage has occured.protected void
StatusDialog.updateButtonsEnableState
(IStatus status) Updates the status of the ok button to reflect the given status.protected void
ProgressMonitorDialog.updateForSetBlocked
(IStatus reason) Set blocked state from the receiver.protected void
StatusDialog.updateStatus
(IStatus status) Update the dialog's status line to reflect the given status.boolean
This method is called beforeErrorSupportProvider.createSupportArea(Composite, IStatus)
to check if theErrorSupportProvider
will display any significant informations.ModifierConstructorDescriptionErrorDialog
(Shell parentShell, String dialogTitle, String message, IStatus status, int displayMask) Creates an error dialog. -
Uses of IStatus in org.eclipse.jface.notifications.internal
Modifier and TypeMethodDescriptionprotected IStatus
AnimationUtil.FadeJob.run
(IProgressMonitor monitor) -
Uses of IStatus in org.eclipse.jface.util
-
Uses of IStatus in org.eclipse.jface.wizard
Modifier and TypeFieldDescriptionprotected IStatus
ProgressMonitorPart.blockedStatus
current blocked status -
Uses of IStatus in org.eclipse.ltk.core.refactoring
Modifier and TypeMethodDescriptionRefactoringStatusEntry.toStatus()
Returns this refactoring status entry as anIStatus
.Modifier and TypeMethodDescriptionstatic RefactoringStatus
Creates a newRefactoringStatus
from the givenIStatus
. -
Uses of IStatus in org.eclipse.ltk.core.refactoring.resource
Modifier and TypeMethodDescriptionstatic IStatus
Resources.checkInSync
(IResource resource) Checks if the given resource is in sync with the underlying file system.static IStatus
Resources.checkInSync
(IResource[] resources) Checks if the given resources are in sync with the underlying file system.static IStatus
Resources.makeCommittable
(IResource[] resources, Object context) Makes the given resources committable.static IStatus
Resources.makeCommittable
(IResource resource, Object context) Makes the given resource committable. -
Uses of IStatus in org.eclipse.ltk.ui.refactoring.model
Modifier and TypeMethodDescriptionprotected IStatus
AbstractResourceMappingMerger.aboutToPerformMerge
(IMergeContext context, IProgressMonitor monitor) Hook method which is called before the actual merge process happens.AbstractResourceMappingMerger.merge
(IMergeContext context, IProgressMonitor monitor) protected IStatus
AbstractResourceMappingMerger.mergePerformed
(IMergeContext context, IProgressMonitor monitor) Hook method which is called after the actual merge process happened. -
Uses of IStatus in org.eclipse.search.core.text
Modifier and TypeMethodDescriptionabstract IStatus
TextSearchEngine.search
(IFile[] scope, TextSearchRequestor requestor, Pattern searchPattern, IProgressMonitor monitor) Uses a given search pattern to find matches in the content of workspace file resources.abstract IStatus
TextSearchEngine.search
(TextSearchScope scope, TextSearchRequestor requestor, Pattern searchPattern, IProgressMonitor monitor) Uses a given search pattern to find matches in the content of workspace file resources. -
Uses of IStatus in org.eclipse.search.ui
Modifier and TypeMethodDescriptionISearchQuery.run
(IProgressMonitor monitor) This is the method that actually does the work, i.e. finds the results of the search query.static IStatus
NewSearchUI.runQueryInForeground
(IRunnableContext context, ISearchQuery query) Runs the given search query.static IStatus
NewSearchUI.runQueryInForeground
(IRunnableContext context, ISearchQuery query, ISearchResultViewPart view) Runs the given search query. -
Uses of IStatus in org.eclipse.team.core
Modifier and TypeInterfaceDescriptioninterface
Defines the status codes used in the status of exceptions and errors relating to Team.Modifier and TypeClassDescriptionclass
Status that is returned from some Team operations or is the payload of some TeamExceptions.Modifier and TypeMethodDescriptionRepositoryProvider.validateCreateLink
(IResource resource, int updateFlags, URI location) Method validateCreateLink is invoked by the Platform Core TeamHook when a linked resource is about to be added to the provider's project.RepositoryProvider.validateCreateLink
(IResource resource, int updateFlags, IPath location) Deprecated.ModifierConstructorDescriptionTeamException
(IStatus status) Create aTeamException
which contains the given status object. -
Uses of IStatus in org.eclipse.team.core.diff
-
Uses of IStatus in org.eclipse.team.core.diff.provider
Modifier and TypeMethodDescriptionvoid
DiffTree.reportError
(IStatus status) Report to any listeners that an error has occurred while populating the set. -
Uses of IStatus in org.eclipse.team.core.mapping
Modifier and TypeInterfaceDescriptioninterface
A special status that is returned when the return code of themerge
method isCONFLICTS
.Modifier and TypeMethodDescriptionDelegatingStorageMerger.merge
(OutputStream output, String outputEncoding, IStorage ancestor, IStorage target, IStorage other, IProgressMonitor monitor) IMergeContext.merge
(IDiff[] diffs, boolean ignoreLocalChanges, IProgressMonitor monitor) Attempt to merge any files associated with the given diffs.IMergeContext.merge
(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor) Method that can be called by the model merger to attempt a file-system level merge.IResourceMappingMerger.merge
(IMergeContext mergeContext, IProgressMonitor monitor) Attempt to automatically merge the mappings of the merge context(MergeContext#getMappings()
).IStorageMerger.merge
(OutputStream output, String outputEncoding, IStorage ancestor, IStorage target, IStorage other, IProgressMonitor monitor) Performs a merge operation on the given storage instances and writes the merge result to the output stream.ResourceMappingMerger.merge
(IMergeContext mergeContext, IProgressMonitor monitor) A default implementation of merge that attempts to merge all the mappings in the context.IResourceMappingMerger.validateMerge
(IMergeContext mergeContext, IProgressMonitor monitor) Validate an auto-merge for the given context.ResourceMappingMerger.validateMerge
(IMergeContext mergeContext, IProgressMonitor monitor) -
Uses of IStatus in org.eclipse.team.core.mapping.provider
Modifier and TypeClassDescriptionclass
A special status that is returned when the return code of themerge
method isCONFLICTS
.Modifier and TypeMethodDescriptionMergeContext.merge
(IDiff[] deltas, boolean force, IProgressMonitor monitor) MergeContext.merge
(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor) protected IStatus
MergeContext.performThreeWayMerge
(IThreeWayDiff diff, IProgressMonitor monitor) Perform a three-way merge on the given three-way diff that contains a content conflict. -
Uses of IStatus in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected IStatus
ModelMergeOperation.performMerge
(ModelProvider provider, IProgressMonitor monitor) Attempt to merge all the mappings that come from the given provider.protected IStatus
ModelMergeOperation.performMerge
(IProgressMonitor monitor) Attempt a headless merge of the elements in the context of this operation.final IStatus
SubscriberParticipant.refreshNow
(IResource[] resources, String taskName, IProgressMonitor monitor) Refresh a participant.static IStatus
ModelMergeOperation.validateMerge
(IMergeContext context, IProgressMonitor monitor) Validate the merge context with the model providers that have mappings in the scope of the context.Modifier and TypeMethodDescriptionprotected void
ModelMergeOperation.handleMergeFailure
(IStatus status) Method invoked when the context contains unmergable changes.protected void
ModelMergeOperation.handleValidationFailure
(IStatus status) Method invoked when the context contains changes that failed validation by at least oneIResourceMappingMerger
. -
Uses of IStatus in org.eclipse.ui
ModifierConstructorDescriptionPartInitException
(IStatus status) Creates a new exception with the given status object.WorkbenchException
(IStatus status) Creates a new exception with the given status object. -
Uses of IStatus in org.eclipse.ui.actions
Modifier and TypeFieldDescriptionprotected IStatus
CopyProjectAction.errorStatus
Status containing the errors detected when running the operation ornull
if no errors detected.Modifier and TypeMethodDescriptionprotected final IRunnableWithProgress
RefreshAction.createOperation
(IStatus[] errorStatus) protected IRunnableWithProgress
RenameResourceAction.createOperation
(IStatus[] errorStatus) protected IRunnableWithProgress
WorkspaceAction.createOperation
(IStatus[] errorStatus) Returns the operation to perform when this action runs. -
Uses of IStatus in org.eclipse.ui.application
Modifier and TypeMethodDescriptionActionBarAdvisor.restoreState
(IMemento memento) Restores arbitrary application-specific state information for this action bar advisor.IWorkbenchConfigurer.restoreState()
Restores the workbench state saved from the previous session, if any.WorkbenchAdvisor.restoreState
(IMemento memento) Restores arbitrary application-specific state information for this workbench advisor.WorkbenchWindowAdvisor.restoreState
(IMemento memento) Restores arbitrary application specific state information.Saves arbitrary application-specific state information for this action bar advisor.Saves the current state of the window using the specified memento.Saves arbitrary application-specific state information for this workbench advisor.Saves arbitrary application specific state information. -
Uses of IStatus in org.eclipse.ui.console
Modifier and TypeMethodDescriptionstatic IStatus
ConsolePlugin.newErrorStatus
(String message, Throwable exception) Returns a new error status for this plug-in with the given message -
Uses of IStatus in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionValidates an array of elements and returns the resulting status.protected abstract IStatus
FilteredItemsSelectionDialog.validateItem
(Object item) Validates the item.protected IStatus
FilteredResourcesSelectionDialog.validateItem
(Object item) protected IStatus
WizardNewFileCreationPage.validateLinkedResource()
Checks whether the linked resource target is valid.protected IStatus
WizardNewFolderMainPage.validateLinkedResource()
Checks whether the linked resource target is valid.Modifier and TypeMethodDescriptionprotected void
SelectionStatusDialog.updateButtonsEnableState
(IStatus status) Update the status of the ok button to reflect the given status.protected void
FilteredItemsSelectionDialog.updateStatus
(IStatus status) protected void
NewFolderDialog.updateStatus
(IStatus status) Update the dialog's status line to reflect the given status.protected void
SelectionStatusDialog.updateStatus
(IStatus status) Update the dialog's status line to reflect the given status. -
Uses of IStatus in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionDeprecated.Modifier and TypeMethodDescriptionvoid
DefaultEncodingSupport.createStatusEncodingChangeControl
(Composite parent, IStatus status) Creates the control which allows to change the encoding.DefaultEncodingSupport.getStatusBanner
(IStatus status) Returns a banner for the given status.protected String
TextEditor.getStatusBanner
(IStatus status) DefaultEncodingSupport.getStatusHeader
(IStatus status) Returns a status header for the given status.protected String
TextEditor.getStatusHeader
(IStatus status) DefaultEncodingSupport.getStatusMessage
(IStatus status) Returns a status message if any.protected String
TextEditor.getStatusMessage
(IStatus status) boolean
DefaultEncodingSupport.isEncodingError
(IStatus status) Returnstrue
if the given status is an encoding error. -
Uses of IStatus in org.eclipse.ui.ide.undo
Modifier and TypeMethodDescriptionAbstractWorkspaceOperation.computeExecutionStatus
(IProgressMonitor monitor) Return a status indicating the projected outcome of executing the receiver.CreateFileOperation.computeExecutionStatus
(IProgressMonitor monitor) DeleteResourcesOperation.computeExecutionStatus
(IProgressMonitor monitor) protected IStatus
CopyProjectOperation.computeMoveOrCopyStatus()
protected IStatus
MoveProjectOperation.computeMoveOrCopyStatus()
AbstractWorkspaceOperation.computeRedoableStatus
(IProgressMonitor monitor) Return a status indicating the projected outcome of redoing the receiver.DeleteResourcesOperation.computeRedoableStatus
(IProgressMonitor monitor) AbstractWorkspaceOperation.computeUndoableStatus
(IProgressMonitor monitor) Return a status indicating the projected outcome of undoing the receiver.CopyProjectOperation.computeUndoableStatus
(IProgressMonitor monitor) CopyResourcesOperation.computeUndoableStatus
(IProgressMonitor monitor) DeleteResourcesOperation.computeUndoableStatus
(IProgressMonitor monitor) MoveProjectOperation.computeUndoableStatus
(IProgressMonitor monitor) MoveResourcesOperation.computeUndoableStatus
(IProgressMonitor monitor) AbstractWorkspaceOperation.execute
(IProgressMonitor monitor, IAdaptable uiInfo) Execute the specified operation.protected IStatus
CreateMarkersOperation.getBasicRedoStatus()
protected IStatus
DeleteMarkersOperation.getBasicRedoStatus()
protected IStatus
UpdateMarkersOperation.getBasicRedoStatus()
protected IStatus
CreateMarkersOperation.getBasicUndoStatus()
protected IStatus
DeleteMarkersOperation.getBasicUndoStatus()
protected IStatus
UpdateMarkersOperation.getBasicUndoStatus()
protected IStatus
AbstractWorkspaceOperation.getErrorStatus
(String message) Return an error status describing an invalid operation using the provided message.protected IStatus
AbstractWorkspaceOperation.getWarningStatus
(String message, int code) Return a warning status describing the warning state of an operation using the provided message and code.AbstractWorkspaceOperation.redo
(IProgressMonitor monitor, IAdaptable uiInfo) Redo the specified operation.AbstractWorkspaceOperation.undo
(IProgressMonitor monitor, IAdaptable uiInfo) Undo the specified operation. -
Uses of IStatus in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionErrorEditorPart.getError()
static IStatus
Return the status from throwablestatic IStatus
Create a new error from the message and the throwable.EditorHistory.restoreState
(IMemento memento) Restore the most-recently-used history from the given memento.EditorHistoryItem.restoreState()
Restores the object state from the memento.WorkbenchConfigurer.restoreState()
Save the most-recently-used history in the given memento.Saves the object state in the given memento.WorkbenchLayoutSettingsTransfer.transferSettings
(IPath newWorkspaceRoot) Modifier and TypeMethodDescriptionEditorReference.createErrorPart
(IStatus status) ViewReference.createErrorPart
(IStatus status) abstract IWorkbenchPart
WorkbenchPartReference.createErrorPart
(IStatus status) static void
Logs the given message and status to the platform log.static void
Log the status to the default log.ModifierConstructorDescriptionErrorEditorPart
(IStatus error) Creates instance of the classErrorViewPart
(IStatus error) Creates instance of the class -
Uses of IStatus in org.eclipse.ui.operations
Modifier and TypeMethodDescriptionprotected IStatus
LinearUndoViolationUserApprover.allowLinearRedoViolation
(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo) protected IStatus
LinearUndoViolationUserApprover.allowLinearUndoViolation
(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo) NonLocalUndoUserApprover.proceedRedoing
(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo) NonLocalUndoUserApprover.proceedUndoing
(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo) -
Uses of IStatus in org.eclipse.ui.preferences
Modifier and TypeMethodDescriptionabstract IStatus
SettingsTransfer.transferSettings
(IPath newWorkspaceRoot) Transfer the settings to a workspace rooted at newWorkspacwe -
Uses of IStatus in org.eclipse.ui.progress
Modifier and TypeMethodDescriptionstatic IStatus
UIJob.errorStatus
(Throwable exception) Convenience method to return a status for an exception.IJobRunnable.run
(IProgressMonitor monitor) Executes this runnable.final IStatus
UIJob.run
(IProgressMonitor monitor) Note: this message is marked final.abstract IStatus
UIJob.runInUIThread
(IProgressMonitor monitor) Run the job in the UI Thread. -
Uses of IStatus in org.eclipse.ui.statushandlers
Modifier and TypeMethodDescriptionvoid
StatusManager.addLoggedStatus
(IStatus status) This method informs the StatusManager that this IStatus is being handled by the handler and to ignore it when it shows up in our ILogListener.final Control
AbstractStatusAreaProvider.createSupportArea
(Composite parent, IStatus status) void
Handles the given status.void
Handles the given status due to the style.void
Sets a new status for this adapter. -
Uses of IStatus in org.eclipse.ui.texteditor
Modifier and TypeFieldDescriptionAbstractDocumentProvider.ElementInfo.fStatus
The status of this elementprotected static final IStatus
AbstractDocumentProvider.STATUS_ERROR
Constant for representing the error status.protected static final IStatus
AbstractDocumentProvider.STATUS_OK
Deprecated.As of 3.6, replaced byStatus.OK_STATUS
Modifier and TypeMethodDescriptionReturns the status of the given element.Modifier and TypeMethodDescriptionprotected Control
AbstractDecoratedTextEditor.createStatusControl
(Composite parent, IStatus status) protected Control
StatusTextEditor.createStatusControl
(Composite parent, IStatus status) Creates the status control for the given status.protected String
StatusTextEditor.getStatusBanner
(IStatus status) Returns a banner for the given status.protected String
StatusTextEditor.getStatusHeader
(IStatus status) Returns a header for the given statusprotected String
StatusTextEditor.getStatusMessage
(IStatus status) Returns a message for the given status.protected boolean
AbstractDecoratedTextEditor.isErrorStatus
(IStatus status) protected boolean
StatusTextEditor.isErrorStatus
(IStatus status) Returns whether the given status indicates an error. -
Uses of IStatus in org.eclipse.ui.texteditor.spelling
Modifier and TypeMethodDescriptionvoid
IPreferenceStatusMonitor.statusChanged
(IStatus status) Notifies this monitor that the preference page's status has changed the given status. -
Uses of IStatus in org.eclipse.ui.views.markers.internal
Modifier and TypeMethodDescriptionstatic IStatus
Util.errorStatus
(Throwable exception) Return an error status for the given exception. -
Uses of IStatus in org.eclipse.ui.wizards.datatransfer
-
Uses of IStatus in org.eclipse.unittest.internal
DataBindingContext.getValidationStatusProviders()