Eclipse Platform
Release 3.3

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

Packages that use IStatus
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.  
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.  
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.databinding Provides classes for binding observable objects, for example UI widgets and model objects.  
org.eclipse.core.databinding.util Provides general utilities for data binding.  
org.eclipse.core.databinding.validation Provides the core APIs for validation.  
org.eclipse.core.filebuffers Provides the API for accessing file buffers. 
org.eclipse.core.resources Provides basic support for managing a workspace and its resources.  
org.eclipse.core.resources.mapping Provides APIs for integrating application models with the workspace Package Specification This package specifies the APIs in the Resources plug-in that are used to integrate application models with the workspace.  
org.eclipse.core.resources.team Provides APIs intended to be implemented by the Team component.  
org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry.  
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity.  
org.eclipse.core.runtime.model Provides core support for the modeling plug-ins and the plug-in registry.  
org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences.  
org.eclipse.core.runtime.spi Extension registry infrastructure for service providers Package Specification This package provides an infrastructure and helper utilities oriented towards service providers implementing their own extension registries.  
org.eclipse.core.variables Provides support for defining and contributing variables for the purpose of string substitution. 
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.core.sourcelookup Provides support for source lookup. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.help.search Provides the ability to add participants to help search and is responsible for creating search indices.  
org.eclipse.jface.dialogs Provides support for dialogs.  
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.  
org.eclipse.jface.wizard Provides a framework for wizards.  
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories. 
org.eclipse.search.core.text Classes giving access to the file (text) search functionality. 
org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages.  
org.eclipse.team.core Application programming interfaces for defining and working with repository providers.  
org.eclipse.team.core.diff Application programming interfaces for working with diffs.  
org.eclipse.team.core.diff.provider Application programming interfaces for working with diffs.  
org.eclipse.team.core.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.team.core.mapping.provider Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.  
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.  
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.  
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.ide.undo APIs that provide undo and redo behavior for operations that manipulate the workspace.  
org.eclipse.ui.navigator Provides the Common Navigator framework.  
org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension. 
org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations.  
org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. 
org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.statushandlers Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.  
org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors. 
org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. 
org.eclipse.update.configuration Provides support for accessing local installation information.  
org.eclipse.update.operations Provides support for performing various install/update operations.  
 

Uses of IStatus in org.eclipse.compare
 

Methods in org.eclipse.compare that return IStatus
 IStatus ResourceNode.validateEdit(Shell shell)
           
 IStatus IStreamMerger.merge(OutputStream output, String outputEncoding, InputStream ancestor, String ancestorEncoding, InputStream target, String targetEncoding, InputStream other, String otherEncoding, IProgressMonitor monitor)
          Performs a merge operation on the given input streams and writes the merge result to the output stream.
 IStatus IEditableContentExtension.validateEdit(Shell shell)
          If the element is read-only, this method should be called to attempt to make it writable.
 

Uses of IStatus in org.eclipse.compare.structuremergeviewer
 

Methods in org.eclipse.compare.structuremergeviewer that return IStatus
 IStatus StructureRootNode.validateEdit(Shell shell)
           
 IStatus DocumentRangeNode.validateEdit(Shell shell)
           
 

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

Classes in org.eclipse.core.commands.operations that implement IStatus
 class OperationStatus
           OperationStatus describes the status of a request to execute, undo, or redo an operation.
 

Fields in org.eclipse.core.commands.operations declared as IStatus
static IStatus IOperationHistory.NOTHING_TO_REDO_STATUS
          An operation info status describing the condition that there is no available operation for redo.
static IStatus IOperationHistory.NOTHING_TO_UNDO_STATUS
          An operation info status describing the condition that there is no available operation for undo.
static 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.
 

Methods in org.eclipse.core.commands.operations that return IStatus
 IStatus TriggeredOperations.execute(IProgressMonitor monitor, IAdaptable info)
           
 IStatus TriggeredOperations.redo(IProgressMonitor monitor, IAdaptable info)
           
 IStatus TriggeredOperations.undo(IProgressMonitor monitor, IAdaptable info)
           
 IStatus TriggeredOperations.computeUndoableStatus(IProgressMonitor monitor)
           
 IStatus TriggeredOperations.computeRedoableStatus(IProgressMonitor monitor)
           
 IStatus OperationHistoryEvent.getStatus()
          Return the status associated with this event.
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 abstract  IStatus LinearUndoViolationDetector.allowLinearUndoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable info)
          Return a status indicating whether a linear undo violation is allowable.
 IStatus LinearUndoViolationDetector.proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info)
           
 IStatus LinearUndoViolationDetector.proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info)
           
protected  IStatus LinearUndoEnforcer.allowLinearRedoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)
           
protected  IStatus LinearUndoEnforcer.allowLinearUndoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)
           
 IStatus IUndoableOperation.execute(IProgressMonitor monitor, IAdaptable info)
          Execute the operation.
 IStatus IUndoableOperation.redo(IProgressMonitor monitor, IAdaptable info)
          Redo the operation.
 IStatus IUndoableOperation.undo(IProgressMonitor monitor, IAdaptable info)
          Undo the operation.
 IStatus IOperationHistory.execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)
           Execute the specified operation and add it to the operations history if successful.
 IStatus IOperationHistory.redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info)
           Redo the most recently undone operation in the given context.
 IStatus IOperationHistory.redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)
           Redo the specified operation.
 IStatus IOperationHistory.undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info)
           Undo the most recently executed operation in the given context.
 IStatus IOperationHistory.undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)
           Undo the specified operation.
 IStatus IOperationApprover2.proceedExecuting(IUndoableOperation operation, IOperationHistory history, IAdaptable info)
          Return a status indicating whether the specified operation should be executed.
 IStatus IOperationApprover.proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info)
          Return a status indicating whether the specified operation should be redone.
 IStatus IOperationApprover.proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable info)
          Return a status indicating whether the specified operation should be undone.
 IStatus IAdvancedUndoableOperation2.computeExecutionStatus(IProgressMonitor monitor)
          Return a status indicating the projected outcome of executing the receiver.
 IStatus IAdvancedUndoableOperation.computeUndoableStatus(IProgressMonitor monitor)
          Return a status indicating the projected outcome of undoing the receiver.
 IStatus IAdvancedUndoableOperation.computeRedoableStatus(IProgressMonitor monitor)
          Return a status indicating the projected outcome of redoing the receiver.
 IStatus DefaultOperationHistory.execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)
           
 IStatus DefaultOperationHistory.redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info)
           
 IStatus DefaultOperationHistory.redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)
           
 IStatus DefaultOperationHistory.undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info)
           
 IStatus DefaultOperationHistory.undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info)
           
abstract  IStatus AbstractOperation.execute(IProgressMonitor monitor, IAdaptable info)
           
abstract  IStatus AbstractOperation.redo(IProgressMonitor monitor, IAdaptable info)
           
abstract  IStatus AbstractOperation.undo(IProgressMonitor monitor, IAdaptable info)
           
 

Constructors in org.eclipse.core.commands.operations with parameters of type IStatus
OperationHistoryEvent(int code, IOperationHistory history, IUndoableOperation operation, IStatus status)
          Construct an event for the specified operation history.
 

Uses of IStatus in org.eclipse.core.databinding
 

Methods in org.eclipse.core.databinding that return IStatus
 IStatus UpdateValueStrategy.validateAfterConvert(Object value)
          Validates the value after it is converted.
 IStatus UpdateValueStrategy.validateAfterGet(Object value)
          Validates the value after it is retrieved from the source.
 IStatus UpdateValueStrategy.validateBeforeSet(Object value)
          Validates the value before it is set on the destination.
protected  IStatus UpdateValueStrategy.doSet(IObservableValue observableValue, Object value)
          Sets the current value of the given observable to the given value.
protected  IStatus UpdateListStrategy.doAdd(IObservableList observableList, Object element, int index)
          Adds the given element at the given index to the given observable list.
protected  IStatus UpdateListStrategy.doRemove(IObservableList observableList, int index)
          Removes the element at the given index from the given observable list.
static IStatus AggregateValidationStatus.getStatusMerged(Collection bindings)
          Returns a status object that merges multiple non-OK status objects in a MultiStatus.
static IStatus AggregateValidationStatus.getStatusMaxSeverity(Collection bindings)
          Returns a status that always returns the most severe status from the given bindings.
 

Uses of IStatus in org.eclipse.core.databinding.util
 

Methods in org.eclipse.core.databinding.util with parameters of type IStatus
 void ILogger.log(IStatus status)
          Logs the given status.
 

Uses of IStatus in org.eclipse.core.databinding.validation
 

Classes in org.eclipse.core.databinding.validation that implement IStatus
 class ValidationStatus
          Convenience class for creating status objects.
 

Methods in org.eclipse.core.databinding.validation that return IStatus
static IStatus ValidationStatus.error(String message)
          Creates a new validation error status with the given message.
static IStatus ValidationStatus.cancel(String message)
          Creates a new validation cancel status with the given message.
static IStatus ValidationStatus.error(String message, Throwable exception)
          Creates a new validation error status with the given message and exception.
static IStatus ValidationStatus.warning(String message)
          Creates a new validation warning status with the given message.
static IStatus ValidationStatus.info(String message)
          Creates a new validation info status with the given message.
static IStatus ValidationStatus.ok()
          Returns an OK status.
 IStatus IValidator.validate(Object value)
          Determines if the given value is valid.
 

Uses of IStatus in org.eclipse.core.filebuffers
 

Methods in org.eclipse.core.filebuffers that return IStatus
 IStatus IFileBuffer.getStatus()
          Returns the status of this file buffer.
 

Methods in org.eclipse.core.filebuffers with parameters of type IStatus
 void 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
 

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.
 

Methods in org.eclipse.core.resources that return IStatus
abstract  IStatus WorkspaceJob.runInWorkspace(IProgressMonitor monitor)
          Runs the operation, reporting progress to and accepting cancelation requests from the given progress monitor.
 IStatus IWorkspace.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.
 IStatus 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.
 IStatus IWorkspace.delete(IResource[] resources, boolean force, IProgressMonitor monitor)
          Deletes the given resources.
 IStatus IWorkspace.delete(IResource[] resources, int updateFlags, IProgressMonitor monitor)
          Deletes the given resources.
 IStatus 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.
 IStatus 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.
 IStatus IWorkspace.save(boolean full, IProgressMonitor monitor)
          Saves this workspace's valuable state on disk.
 IStatus 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.
 IStatus IWorkspace.validateLinkLocation(IResource resource, IPath location)
          Validates the given path as the location of the given resource on disk.
 IStatus IWorkspace.validateLinkLocationURI(IResource resource, URI location)
          Validates the given URI as the location of the given resource on disk.
 IStatus IWorkspace.validateName(String segment, int typeMask)
          Validates the given string as the name of a resource valid for one of the given types.
 IStatus IWorkspace.validateNatureSet(String[] natureIds)
          Validates that each of the given natures exists, and that all nature constraints are satisfied within the given set.
 IStatus IWorkspace.validatePath(String path, int typeMask)
          Validates the given string as a path for a resource of the given type(s).
 IStatus IWorkspace.validateProjectLocation(IProject project, IPath location)
          Validates the given path as the location of the given project on disk.
 IStatus IWorkspace.validateProjectLocationURI(IProject project, URI location)
          Validates the given URI as the location of the given project.
 IStatus IPathVariableManager.validateName(String name)
          Validates the given name as the name for a path variable.
 IStatus IPathVariableManager.validateValue(IPath path)
          Validates the given path as the value for a path variable.
 IStatus IFileModificationValidator.validateEdit(IFile[] files, Object context)
          Deprecated. Validates that the given files can be modified.
 IStatus IFileModificationValidator.validateSave(IFile file)
          Deprecated. Validates that the given file can be saved.
 

Uses of IStatus in org.eclipse.core.resources.mapping
 

Classes in org.eclipse.core.resources.mapping that implement IStatus
 class ModelStatus
          A status returned by a model from the resource operation validator.
 

Methods in org.eclipse.core.resources.mapping that return IStatus
 IStatus 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.
 IStatus ModelProvider.validateChange(IResourceDelta delta, IProgressMonitor monitor)
          Validate the proposed changes contained in the given delta.
 

Uses of IStatus in org.eclipse.core.resources.team
 

Methods in org.eclipse.core.resources.team that return IStatus
 IStatus TeamHook.validateCreateLink(IFile file, int updateFlags, IPath location)
          Validates whether a particular attempt at link creation is allowed.
 IStatus TeamHook.validateCreateLink(IFile file, int updateFlags, URI location)
          Validates whether a particular attempt at link creation is allowed.
 IStatus TeamHook.validateCreateLink(IFolder folder, int updateFlags, IPath location)
          Validates whether a particular attempt at link creation is allowed.
 IStatus TeamHook.validateCreateLink(IFolder folder, int updateFlags, URI location)
          Validates whether a particular attempt at link creation is allowed.
 IStatus FileModificationValidator.validateEdit(IFile[] files, Object context)
          Deprecated. this method is part of the deprecated IFileModificationValidator interface. Clients should call FileModificationValidator.validateEdit(IFile[], FileModificationValidationContext) instead.
 IStatus FileModificationValidator.validateSave(IFile file)
          Validates that the given file can be saved.
abstract  IStatus FileModificationValidator.validateEdit(IFile[] files, FileModificationValidationContext context)
          Validates that the given files can be modified.
 

Methods in org.eclipse.core.resources.team with parameters of type IStatus
 void IResourceTree.failed(IStatus reason)
          Declares that the operation has failed for the specified reason.
 

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.
 

Fields in org.eclipse.core.runtime declared as IStatus
static IStatus Status.OK_STATUS
          A standard OK status with an "ok" message.
static IStatus Status.CANCEL_STATUS
          A standard CANCEL status with no message.
 

Methods in org.eclipse.core.runtime that return IStatus
static IStatus Preferences.validatePreferenceVersions(IPath file)
          Validates that the preference versions in the given file match the versions of the currently installed plugins.
 IStatus[] MultiStatus.getChildren()
           
 IStatus[] Status.getChildren()
           
 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.
static IStatus PluginVersionIdentifier.validateVersion(String version)
          Deprecated. Validates the given string as a plug-in version identifier.
 IStatus CoreException.getStatus()
          Returns the status object for this exception.
 

Methods in org.eclipse.core.runtime with parameters of type IStatus
 void ILog.log(IStatus status)
          Logs the given status.
 void MultiStatus.add(IStatus status)
          Adds the given status to this multi-status.
 void MultiStatus.addAll(IStatus status)
          Adds all of the children of the given status to this multi-status.
 void MultiStatus.merge(IStatus status)
          Merges the given status into this multi-status.
 void ILogListener.logging(IStatus status, String plugin)
          Notifies this listener that given status has been logged by a plug-in.
 void SubMonitor.setBlocked(IStatus reason)
           
 void IProgressMonitorWithBlocking.setBlocked(IStatus reason)
          Indicates that this operation is blocked by some background activity.
 void ProgressMonitorWrapper.setBlocked(IStatus reason)
          This implementation of a IProgressMonitorWithBlocking method forwards to the wrapped progress monitor.
 

Constructors in org.eclipse.core.runtime with parameters of type IStatus
MultiStatus(String pluginId, int code, IStatus[] newChildren, String message, Throwable exception)
          Creates and returns a new multi-status object with the given children.
CoreException(IStatus status)
          Creates a new exception with the given status object.
 

Uses of IStatus in org.eclipse.core.runtime.jobs
 

Subinterfaces of IStatus in org.eclipse.core.runtime.jobs
 interface IJobStatus
          Represents status relating to the execution of jobs.
 

Fields in org.eclipse.core.runtime.jobs declared as IStatus
static IStatus Job.ASYNC_FINISH
          Job status return value that is used to indicate asynchronous job completion.
 

Methods in org.eclipse.core.runtime.jobs that return IStatus
 IStatus Job.getResult()
          Returns the result of this job's last run.
protected abstract  IStatus Job.run(IProgressMonitor monitor)
          Executes this job.
 IStatus IJobChangeEvent.getResult()
          The result returned by the job's run method, or null if not applicable.
 

Methods in org.eclipse.core.runtime.jobs with parameters of type IStatus
 void Job.done(IStatus result)
          Jobs that complete their execution asynchronously must indicate when they are finished by calling this method.
 

Uses of IStatus in org.eclipse.core.runtime.model
 

Methods in org.eclipse.core.runtime.model that return IStatus
 IStatus PluginRegistryModel.resolve(boolean trimDisabledPlugins, boolean doCrossLinking)
          Deprecated. Runs a resolve through the entire registry.
 

Methods in org.eclipse.core.runtime.model with parameters of type IStatus
 void Factory.error(IStatus error)
          Deprecated. Handles an error state specified by the status.
 

Uses of IStatus in org.eclipse.core.runtime.preferences
 

Methods in org.eclipse.core.runtime.preferences that return IStatus
 IStatus 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.
 IStatus IPreferencesService.importPreferences(InputStream input)
          Loads preferences from the given file and stores them in the preferences store.
 IStatus IPreferencesService.applyPreferences(IExportedPreferences preferences)
          Take the given preference tree and apply it to the Eclipse global preference hierarchy.
 

Uses of IStatus in org.eclipse.core.runtime.spi
 

Methods in org.eclipse.core.runtime.spi that return IStatus
static IStatus RegistryStrategy.processChangeEvent(Object[] listeners, Map deltas, Object registry)
          This method performs actual processing of the registry change event.
 

Methods in org.eclipse.core.runtime.spi with parameters of type IStatus
 void RegistryStrategy.log(IStatus status)
          Override this method to provide customized logging functionality to the registry.
 

Uses of IStatus in org.eclipse.core.variables
 

Methods in org.eclipse.core.variables with parameters of type IStatus
static void VariablesPlugin.log(IStatus status)
          Logs the specified status with this plug-in's log.
 

Uses of IStatus in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core that return IStatus
 IStatus IRequest.getStatus()
          Returns the status of this request, or null.
 

Methods in org.eclipse.debug.core with parameters of type IStatus
 Object 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.
 void IRequest.setStatus(IStatus status)
          Sets the status for this request indicating whether this request succeeded, failed, or was canceled.
 IStatusHandler DebugPlugin.getStatusHandler(IStatus status)
          Returns the status handler registered for the given status, or null if none.
static void DebugPlugin.log(IStatus status)
          Logs the specified status with this plug-in's log.
 

Constructors in org.eclipse.debug.core with parameters of type IStatus
DebugException(IStatus status)
          Constructs a new debug exception with the given status object.
 

Uses of IStatus in org.eclipse.debug.core.model
 

Fields in org.eclipse.debug.core.model declared as IStatus
protected static IStatus LaunchConfigurationDelegate.promptStatus
          Status code for which a UI prompter is registered.
protected static 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.
protected static IStatus LaunchConfigurationDelegate.complileErrorPromptStatus
          Status code for which a prompter is registered to ask the user if the want to continue launch despite existing compile errors
protected static 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 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.
 

Uses of IStatus in org.eclipse.debug.core.sourcelookup
 

Fields in org.eclipse.debug.core.sourcelookup declared as IStatus
protected static IStatus AbstractSourceLookupDirector.fPromptStatus
           
protected static IStatus AbstractSourceLookupDirector.fResolveDuplicatesStatus
           
 

Uses of IStatus in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui with parameters of type IStatus
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.
static int DebugUITools.openLaunchConfigurationDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, IStatus status)
          Open the launch configuration dialog on the specified launch configuration.
 

Uses of IStatus in org.eclipse.help.search
 

Methods in org.eclipse.help.search that return IStatus
abstract  IStatus LuceneSearchParticipant.addDocument(ISearchIndex index, String pluginId, String name, URL url, String id, org.apache.lucene.document.Document doc)
          Adds the document to the search index.
 IStatus ISearchIndex.addDocument(String pluginId, String name, URL url, String id, org.apache.lucene.document.Document doc)
          Adds a document to the search index by parsing it using one of the file-based search participants, or the default HTML search participant.
 IStatus XMLSearchParticipant.addDocument(ISearchIndex index, String pluginId, String name, URL url, String id, org.apache.lucene.document.Document doc)
           
 

Methods in org.eclipse.help.search with parameters of type IStatus
 void ISearchEngineResultCollector.error(IStatus status)
          Notifies the collector that an error has occured in the search engine.
 

Uses of IStatus in org.eclipse.jface.dialogs
 

Methods in org.eclipse.jface.dialogs that return IStatus
 IStatus StatusDialog.getStatus()
          Returns the last status.
 

Methods in org.eclipse.jface.dialogs with parameters of type IStatus
protected  void StatusDialog.updateStatus(IStatus status)
          Update the dialog's status line to reflect the given status.
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.
 void IDialogBlockedHandler.showBlocked(Shell parentShell, IProgressMonitor blocking, IStatus blockingStatus, String blockedName)
          A blockage has occured.
 void IDialogBlockedHandler.showBlocked(IProgressMonitor blocking, IStatus blockingStatus, String blockedName)
          A blockage has occured.
abstract  Control ErrorSupportProvider.createSupportArea(Composite parent, IStatus status)
          Create an area for adding support components as a child of parent.
static int ErrorDialog.openError(Shell parent, String dialogTitle, String message, IStatus status)
          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.
protected static boolean ErrorDialog.shouldDisplay(IStatus status, int mask)
          Returns whether the given status object should be displayed.
protected  void ErrorDialog.setStatus(IStatus status)
          Set the status displayed by this error dialog to the given status.
 

Constructors in org.eclipse.jface.dialogs with parameters of type IStatus
ErrorDialog(Shell parentShell, String dialogTitle, String message, IStatus status, int displayMask)
          Creates an error dialog.
 

Uses of IStatus in org.eclipse.jface.util
 

Methods in org.eclipse.jface.util with parameters of type IStatus
 void ILogger.log(IStatus status)
          Logs the given status.
 

Uses of IStatus in org.eclipse.jface.wizard
 

Fields in org.eclipse.jface.wizard declared as IStatus
protected  IStatus ProgressMonitorPart.blockedStatus
          current blocked status
 

Methods in org.eclipse.jface.wizard with parameters of type IStatus
 void ProgressMonitorPart.setBlocked(IStatus reason)
           
 

Uses of IStatus in org.eclipse.ltk.core.refactoring
 

Methods in org.eclipse.ltk.core.refactoring that return IStatus
 IStatus RefactoringStatusEntry.toStatus()
          Returns this refactoring status entry as an IStatus.
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type IStatus
static RefactoringStatus RefactoringStatus.create(IStatus status)
          Creates a new RefactoringStatus from the given IStatus.
 

Uses of IStatus in org.eclipse.ltk.ui.refactoring.model
 

Methods in org.eclipse.ltk.ui.refactoring.model that return IStatus
protected  IStatus AbstractResourceMappingMerger.aboutToPerformMerge(IMergeContext context, IProgressMonitor monitor)
          Hook method which is called before the actual merge process happens.
 IStatus AbstractResourceMappingMerger.merge(IMergeContext context, IProgressMonitor monitor)
          A default implementation of merge that attempts to merge all the mappings in the context.
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
 

Methods in org.eclipse.search.core.text that return IStatus
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.
abstract  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.
 

Uses of IStatus in org.eclipse.search.ui
 

Methods in org.eclipse.search.ui that return IStatus
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.
 IStatus ISearchQuery.run(IProgressMonitor monitor)
          This is the method that actually does the work, i.e. finds the results of the search query.
 

Uses of IStatus in org.eclipse.team.core
 

Subinterfaces of IStatus in org.eclipse.team.core
 interface ITeamStatus
          Defines the status codes used in the status of exceptions and errors relating to Team.
 

Classes in org.eclipse.team.core that implement IStatus
 class TeamStatus
          Status that is returned from some Team operations or is the payload of some TeamExceptions.
 

Methods in org.eclipse.team.core that return IStatus
 IStatus RepositoryProvider.validateCreateLink(IResource resource, int updateFlags, IPath location)
          Deprecated. see RepositoryProvider.validateCreateLink(IResource, int, URI) instead
 IStatus RepositoryProvider.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.
 

Constructors in org.eclipse.team.core with parameters of type IStatus
TeamException(IStatus status)
          Create a TeamException which contains the given status object.
 

Uses of IStatus in org.eclipse.team.core.diff
 

Methods in org.eclipse.team.core.diff that return IStatus
 IStatus[] IDiffChangeEvent.getErrors()
          Return any errors that occurred while this change was taking place.
 

Uses of IStatus in org.eclipse.team.core.diff.provider
 

Methods in org.eclipse.team.core.diff.provider with parameters of type IStatus
 void 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
 

Subinterfaces of IStatus in org.eclipse.team.core.mapping
 interface IMergeStatus
          A special status that is returned when the return code of the merge method is CONFLICTS.
 

Methods in org.eclipse.team.core.mapping that return IStatus
 IStatus ResourceMappingMerger.validateMerge(IMergeContext mergeContext, IProgressMonitor monitor)
           
 IStatus ResourceMappingMerger.merge(IMergeContext mergeContext, IProgressMonitor monitor)
          A default implementation of merge that attempts to merge all the mappings in the context.
 IStatus 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.
 IStatus IResourceMappingMerger.merge(IMergeContext mergeContext, IProgressMonitor monitor)
          Attempt to automatically merge the mappings of the merge context(MergeContext#getMappings()).
 IStatus IResourceMappingMerger.validateMerge(IMergeContext mergeContext, IProgressMonitor monitor)
          Validate an auto-merge for the given context.
 IStatus IMergeContext.merge(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor)
          Method that can be called by the model merger to attempt a file-system level merge.
 IStatus IMergeContext.merge(IDiff[] diffs, boolean ignoreLocalChanges, IProgressMonitor monitor)
          Attempt to merge any files associated with the given diffs.
 

Uses of IStatus in org.eclipse.team.core.mapping.provider
 

Classes in org.eclipse.team.core.mapping.provider that implement IStatus
 class MergeStatus
          A special status that is returned when the return code of the merge method is CONFLICTS.
 

Methods in org.eclipse.team.core.mapping.provider that return IStatus
 IStatus MergeContext.merge(IDiff[] deltas, boolean force, IProgressMonitor monitor)
           
 IStatus 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
 

Methods in org.eclipse.team.ui.synchronize that return IStatus
 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.
protected  IStatus ModelMergeOperation.performMerge(IProgressMonitor monitor)
          Attempt a headless merge of the elements in the context of this operation.
protected  IStatus ModelMergeOperation.performMerge(ModelProvider provider, IProgressMonitor monitor)
          Attempt to merge all the mappings that come from the given provider.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type IStatus
protected  void ModelMergeOperation.handleValidationFailure(IStatus status)
          Method invoked when the context contains changes that failed validation by at least one IResourceMappingMerger.
protected  void ModelMergeOperation.handleMergeFailure(IStatus status)
          Method invoked when the context contains unmergable changes.
 

Uses of IStatus in org.eclipse.ui
 

Constructors in org.eclipse.ui with parameters of type IStatus
WorkbenchException(IStatus status)
          Creates a new exception with the given status object.
PartInitException(IStatus status)
          Creates a new exception with the given status object.
 

Uses of IStatus in org.eclipse.ui.actions
 

Fields in org.eclipse.ui.actions declared as IStatus
protected  IStatus CopyProjectAction.errorStatus
          Status containing the errors detected when running the operation or null if no errors detected.
 

Methods in org.eclipse.ui.actions with parameters of type IStatus
protected  IRunnableWithProgress WorkspaceAction.createOperation(IStatus[] errorStatus)
          Returns the operation to perform when this action runs.
protected  IRunnableWithProgress RenameResourceAction.createOperation(IStatus[] errorStatus)
           
 

Uses of IStatus in org.eclipse.ui.application
 

Methods in org.eclipse.ui.application that return IStatus
 IStatus WorkbenchWindowAdvisor.saveState(IMemento memento)
          Saves arbitrary application specific state information.
 IStatus WorkbenchWindowAdvisor.restoreState(IMemento memento)
          Restores arbitrary application specific state information.
 IStatus WorkbenchAdvisor.saveState(IMemento memento)
          Saves arbitrary application-specific state information for this workbench advisor.
 IStatus WorkbenchAdvisor.restoreState(IMemento memento)
          Restores arbitrary application-specific state information for this workbench advisor.
 IStatus IWorkbenchWindowConfigurer.saveState(IMemento memento)
          Saves the current state of the window using the specified memento.
 IStatus IWorkbenchConfigurer.restoreState()
          Restores the workbench state saved from the previous session, if any.
 IStatus ActionBarAdvisor.saveState(IMemento memento)
          Saves arbitrary application-specific state information for this action bar advisor.
 IStatus ActionBarAdvisor.restoreState(IMemento memento)
          Restores arbitrary application-specific state information for this action bar advisor.
 

Uses of IStatus in org.eclipse.ui.console
 

Methods in org.eclipse.ui.console that return IStatus
static IStatus ConsolePlugin.newErrorStatus(String message, Throwable exception)
          Returns a new error status for this plug-in with the given message
 

Methods in org.eclipse.ui.console with parameters of type IStatus
static void ConsolePlugin.log(IStatus status)
          Logs the specified status with this plug-in's log.
 

Uses of IStatus in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return IStatus
 IStatus ISelectionStatusValidator.validate(Object[] selection)
          Validates an array of elements and returns the resulting status.
protected abstract  IStatus FilteredItemsSelectionDialog.validateItem(Object item)
          Validates the item.
protected  IStatus WizardNewFolderMainPage.validateLinkedResource()
          Checks whether the linked resource target is valid.
protected  IStatus WizardNewFileCreationPage.validateLinkedResource()
          Checks whether the linked resource target is valid.
protected  IStatus FilteredResourcesSelectionDialog.validateItem(Object item)
           
 

Methods in org.eclipse.ui.dialogs with parameters of type IStatus
protected  void SelectionStatusDialog.updateStatus(IStatus status)
          Update the dialog's status line to reflect the given status.
protected  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.
 

Uses of IStatus in org.eclipse.ui.editors.text
 

Methods in org.eclipse.ui.editors.text that return IStatus
 IStatus TextFileDocumentProvider.getStatus(Object element)
           
 IStatus TextFileDocumentProvider.NullProvider.getStatus(Object element)
          Deprecated.  
 IStatus ForwardingDocumentProvider.getStatus(Object element)
           
 

Methods in org.eclipse.ui.editors.text with parameters of type IStatus
protected  String TextEditor.getStatusHeader(IStatus status)
           
protected  String TextEditor.getStatusBanner(IStatus status)
           
protected  String TextEditor.getStatusMessage(IStatus status)
           
 String DefaultEncodingSupport.getStatusHeader(IStatus status)
          Returns a status header for the given status.
 String DefaultEncodingSupport.getStatusBanner(IStatus status)
          Returns a banner for the given status.
 String DefaultEncodingSupport.getStatusMessage(IStatus status)
          Returns a status message if any.
 boolean DefaultEncodingSupport.isEncodingError(IStatus status)
          Returns true if the given status is an encoding error.
 void DefaultEncodingSupport.createStatusEncodingChangeControl(Composite parent, IStatus status)
          Creates the control which allows to change the encoding.
 

Uses of IStatus in org.eclipse.ui.ide.undo
 

Methods in org.eclipse.ui.ide.undo that return IStatus
protected  IStatus UpdateMarkersOperation.getBasicUndoStatus()
           
protected  IStatus UpdateMarkersOperation.getBasicRedoStatus()
           
 IStatus MoveResourcesOperation.computeUndoableStatus(IProgressMonitor monitor)
           
protected  IStatus MoveProjectOperation.computeMoveOrCopyStatus()
           
 IStatus MoveProjectOperation.computeUndoableStatus(IProgressMonitor monitor)
           
 IStatus DeleteResourcesOperation.computeExecutionStatus(IProgressMonitor monitor)
           
 IStatus DeleteResourcesOperation.computeUndoableStatus(IProgressMonitor monitor)
           
 IStatus DeleteResourcesOperation.computeRedoableStatus(IProgressMonitor monitor)
           
protected  IStatus DeleteMarkersOperation.getBasicUndoStatus()
           
protected  IStatus DeleteMarkersOperation.getBasicRedoStatus()
           
protected  IStatus CreateMarkersOperation.getBasicUndoStatus()
           
protected  IStatus CreateMarkersOperation.getBasicRedoStatus()
           
 IStatus CopyResourcesOperation.computeUndoableStatus(IProgressMonitor monitor)
           
protected  IStatus CopyProjectOperation.computeMoveOrCopyStatus()
           
 IStatus CopyProjectOperation.computeUndoableStatus(IProgressMonitor monitor)
           
 IStatus AbstractWorkspaceOperation.execute(IProgressMonitor monitor, IAdaptable uiInfo)
          Execute the specified operation.
 IStatus AbstractWorkspaceOperation.redo(IProgressMonitor monitor, IAdaptable uiInfo)
          Redo the specified operation.
 IStatus AbstractWorkspaceOperation.undo(IProgressMonitor monitor, IAdaptable uiInfo)
          Undo the specified operation.
 IStatus AbstractWorkspaceOperation.computeExecutionStatus(IProgressMonitor monitor)
          Return a status indicating the projected outcome of executing the receiver.
 IStatus AbstractWorkspaceOperation.computeUndoableStatus(IProgressMonitor monitor)
          Return a status indicating the projected outcome of undoing the receiver.
 IStatus AbstractWorkspaceOperation.computeRedoableStatus(IProgressMonitor monitor)
          Return a status indicating the projected outcome of redoing the receiver.
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.
 

Uses of IStatus in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator that return IStatus
abstract  IStatus CommonDropAdapterAssistant.validateDrop(Object target, int operation, TransferData transferType)
          Validates dropping on the given object.
abstract  IStatus CommonDropAdapterAssistant.handleDrop(CommonDropAdapter aDropAdapter, DropTargetEvent aDropTargetEvent, Object aTarget)
          Carry out the DND operation.
 IStatus CommonDropAdapterAssistant.validatePluginTransferDrop(IStructuredSelection aDragSelection, Object aDropTarget)
          Return true if the client can handle the drop onto the target viewer of the drop operation.
 IStatus CommonDropAdapterAssistant.handlePluginTransferDrop(IStructuredSelection aDragSelection, Object aDropTarget)
          Handle the drop operation for the target viewer.
 

Uses of IStatus in org.eclipse.ui.navigator.resources
 

Methods in org.eclipse.ui.navigator.resources that return IStatus
 IStatus ResourceDropAdapterAssistant.validateDrop(Object target, int aDropOperation, TransferData transferType)
           
 IStatus ResourceDropAdapterAssistant.handleDrop(CommonDropAdapter aDropAdapter, DropTargetEvent aDropTargetEvent, Object aTarget)
           
 IStatus ResourceDropAdapterAssistant.validatePluginTransferDrop(IStructuredSelection aDragSelection, Object aDropTarget)
           
 IStatus ResourceDropAdapterAssistant.handlePluginTransferDrop(IStructuredSelection aDragSelection, Object aDropTarget)
           
 

Uses of IStatus in org.eclipse.ui.operations
 

Methods in org.eclipse.ui.operations that return IStatus
 IStatus NonLocalUndoUserApprover.proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo)
           
 IStatus NonLocalUndoUserApprover.proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo)
           
protected  IStatus LinearUndoViolationUserApprover.allowLinearRedoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)
           
protected  IStatus LinearUndoViolationUserApprover.allowLinearUndoViolation(IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)
           
 

Uses of IStatus in org.eclipse.ui.preferences
 

Methods in org.eclipse.ui.preferences that return IStatus
abstract  IStatus SettingsTransfer.transferSettings(IPath newWorkspaceRoot)
          Transfer the settings to a workspace rooted at newWorkspacwe
 

Uses of IStatus in org.eclipse.ui.progress
 

Methods in org.eclipse.ui.progress that return IStatus
static IStatus UIJob.errorStatus(Throwable exception)
          Convenience method to return a status for an exception.
 IStatus UIJob.run(IProgressMonitor monitor)
           
abstract  IStatus UIJob.runInUIThread(IProgressMonitor monitor)
          Run the job in the UI Thread.
 IStatus IJobRunnable.run(IProgressMonitor monitor)
          Executes this runnable.
 

Uses of IStatus in org.eclipse.ui.statushandlers
 

Methods in org.eclipse.ui.statushandlers that return IStatus
 IStatus StatusAdapter.getStatus()
          Returns the wrapped status.
 

Methods in org.eclipse.ui.statushandlers with parameters of type IStatus
 void StatusManager.handle(IStatus status, int style)
          Handles the given status due to the style.
 void StatusManager.handle(IStatus status)
          Handles the given status.
 void 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.
 void StatusAdapter.setStatus(IStatus status)
          Sets a new status for this adapter.
 

Constructors in org.eclipse.ui.statushandlers with parameters of type IStatus
StatusAdapter(IStatus status)
          Creates an instance of this class.
 

Uses of IStatus in org.eclipse.ui.texteditor
 

Fields in org.eclipse.ui.texteditor declared as IStatus
protected static IStatus AbstractDocumentProvider.STATUS_OK
          Constant for representing the OK status.
protected static IStatus AbstractDocumentProvider.STATUS_ERROR
          Constant for representing the error status.
 IStatus AbstractDocumentProvider.ElementInfo.fStatus
          The status of this element
 

Methods in org.eclipse.ui.texteditor that return IStatus
 IStatus IDocumentProviderExtension.getStatus(Object element)
          Returns the status of the given element.
 IStatus AbstractDocumentProvider.getStatus(Object element)
           
 

Methods in org.eclipse.ui.texteditor with parameters of type IStatus
protected  boolean StatusTextEditor.isErrorStatus(IStatus status)
          Returns whether the given status indicates an error.
protected  Control StatusTextEditor.createStatusControl(Composite parent, IStatus status)
          Creates the status control for the given status.
protected  String StatusTextEditor.getStatusHeader(IStatus status)
          Returns a header for the given status
protected  String StatusTextEditor.getStatusBanner(IStatus status)
          Returns a banner for the given status.
protected  String StatusTextEditor.getStatusMessage(IStatus status)
          Returns a message for the given status.
protected  Control AbstractDecoratedTextEditor.createStatusControl(Composite parent, IStatus status)
           
protected  boolean AbstractDecoratedTextEditor.isErrorStatus(IStatus status)
           
 

Constructors in org.eclipse.ui.texteditor with parameters of type IStatus
ValidateStateException(IStatus status)
          Deprecated.  
 

Uses of IStatus in org.eclipse.ui.texteditor.spelling
 

Methods in org.eclipse.ui.texteditor.spelling with parameters of type IStatus
 void 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.wizards.datatransfer
 

Methods in org.eclipse.ui.wizards.datatransfer that return IStatus
 IStatus ImportOperation.getStatus()
          Returns the status of the import operation.
 

Uses of IStatus in org.eclipse.update.configuration
 

Methods in org.eclipse.update.configuration that return IStatus
 IStatus ILocalSite.getFeatureStatus(IFeature feature)
          Indicates if the 'state' of the specified feature and its children features.
 IStatus IConfiguredSite.verifyUpdatableStatus()
          Indicates whether updates can be applied to the site.
 IStatus IConfiguredSite.getBrokenStatus(IFeature feature)
          Indicates if the specified feature is "broken".
 

Uses of IStatus in org.eclipse.update.operations
 

Methods in org.eclipse.update.operations that return IStatus
 IStatus IOperationValidator.validatePendingInstall(IFeature oldFeature, IFeature newFeature)
          Called before performing install.
 IStatus IOperationValidator.validatePendingConfig(IFeature feature)
          Called before performing operation.
 IStatus IOperationValidator.validatePendingUnconfig(IFeature feature)
          Called before performing operation.
 IStatus IOperationValidator.validatePendingReplaceVersion(IFeature feature, IFeature anotherFeature)
          Called before performing operation.
 IStatus IOperationValidator.validatePendingRevert(IInstallConfiguration config)
          Called before doing a revert/ restore operation
 IStatus IOperationValidator.validatePendingChanges(IInstallFeatureOperation[] jobs)
          Called by the UI before doing a batched processing of several pending changes.
 IStatus IOperationValidator.validateCurrentState()
          Check the current state.
 IStatus IOperationValidator.validatePlatformConfigValid()
          Checks if the platform configuration has been modified outside this program.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.