Package | Description |
---|---|
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.e4.ui.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
org.eclipse.equinox.p2.core |
Provides core support for interacting with a p2-based provisioning system
Package Specification
This package specifies API for creating, using, and extending a provisioning system.
|
org.eclipse.equinox.p2.engine |
Provides support for interacting with the p2 provisioning engine
Package Specification
This package specifies API for interacting with the p2 provisioning engine.
|
org.eclipse.equinox.p2.engine.spi |
Provides support for registering new provisioning actions and touchpoints.
|
org.eclipse.equinox.p2.operations |
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
|
org.eclipse.equinox.p2.repository.artifact |
Defines artifact repository.
|
org.eclipse.equinox.p2.repository.artifact.spi |
Defines SPI for registering new implementations of artifact repositories.
|
org.eclipse.equinox.p2.repository.metadata |
Defines metadata repository.
|
org.eclipse.equinox.p2.repository.metadata.spi |
Defines SPI for registering new implementations of metadata repositories.
|
org.eclipse.equinox.p2.ui |
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
|
org.eclipse.help.search |
Provides the ability to add participants to help search and is responsible
for creating search indices.
|
org.eclipse.jface.databinding.dialog | |
org.eclipse.jface.databinding.fieldassist |
Provides classes that bridge between data binding and the JFace Fieldassist framework.
|
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.
|
org.eclipse.team.core.mapping.provider |
Application programming interfaces for working with resource 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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IStreamMerger.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.
|
IStatus |
ResourceNode.validateEdit(Shell shell) |
IStatus |
IEditableContentExtension.validateEdit(Shell shell)
If the element is read-only, this method should be called
to attempt to make it writable.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
DocumentRangeNode.validateEdit(Shell shell) |
IStatus |
StructureRootNode.validateEdit(Shell shell) |
Modifier and Type | Class and Description |
---|---|
class |
OperationStatus
OperationStatus describes the status of a request to execute, undo, or redo
an operation.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.allowLinearRedoViolation(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.
|
protected IStatus |
LinearUndoEnforcer.allowLinearUndoViolation(IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo) |
IStatus |
TriggeredOperations.computeExecutionStatus(IProgressMonitor monitor) |
IStatus |
IAdvancedUndoableOperation2.computeExecutionStatus(IProgressMonitor monitor)
Return a status indicating the projected outcome of executing the
receiver.
|
IStatus |
IAdvancedUndoableOperation.computeRedoableStatus(IProgressMonitor monitor)
Return a status indicating the projected outcome of redoing the receiver.
|
IStatus |
TriggeredOperations.computeRedoableStatus(IProgressMonitor monitor) |
IStatus |
IAdvancedUndoableOperation.computeUndoableStatus(IProgressMonitor monitor)
Return a status indicating the projected outcome of undoing the receiver.
|
IStatus |
TriggeredOperations.computeUndoableStatus(IProgressMonitor monitor) |
IStatus |
IUndoableOperation.execute(IProgressMonitor monitor,
IAdaptable info)
Execute the operation.
|
IStatus |
TriggeredOperations.execute(IProgressMonitor monitor,
IAdaptable info) |
abstract IStatus |
AbstractOperation.execute(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
IOperationHistory.execute(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Execute the specified operation and add it to the operations history if
successful.
|
IStatus |
DefaultOperationHistory.execute(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info) |
IStatus |
OperationHistoryEvent.getStatus()
Return the status associated with this event.
|
IStatus |
IOperationApprover2.proceedExecuting(IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether the specified operation should be
executed.
|
IStatus |
LinearUndoViolationDetector.proceedRedoing(IUndoableOperation operation,
IOperationHistory history,
IAdaptable info) |
IStatus |
IOperationApprover.proceedRedoing(IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether the specified operation should be
redone.
|
IStatus |
LinearUndoViolationDetector.proceedUndoing(IUndoableOperation operation,
IOperationHistory history,
IAdaptable info) |
IStatus |
IOperationApprover.proceedUndoing(IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether the specified operation should be
undone.
|
IStatus |
IUndoableOperation.redo(IProgressMonitor monitor,
IAdaptable info)
Redo the operation.
|
IStatus |
TriggeredOperations.redo(IProgressMonitor monitor,
IAdaptable info) |
abstract IStatus |
AbstractOperation.redo(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
IOperationHistory.redo(IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
Redo the most recently undone operation in the given context.
|
IStatus |
DefaultOperationHistory.redo(IUndoContext context,
IProgressMonitor monitor,
IAdaptable info) |
IStatus |
IOperationHistory.redoOperation(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Redo the specified operation.
|
IStatus |
DefaultOperationHistory.redoOperation(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info) |
IStatus |
IUndoableOperation.undo(IProgressMonitor monitor,
IAdaptable info)
Undo the operation.
|
IStatus |
TriggeredOperations.undo(IProgressMonitor monitor,
IAdaptable info) |
abstract IStatus |
AbstractOperation.undo(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
IOperationHistory.undo(IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
Undo the most recently executed operation in the given context.
|
IStatus |
DefaultOperationHistory.undo(IUndoContext context,
IProgressMonitor monitor,
IAdaptable info) |
IStatus |
IOperationHistory.undoOperation(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Undo the specified operation.
|
IStatus |
DefaultOperationHistory.undoOperation(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info) |
Constructor and Description |
---|
OperationHistoryEvent(int code,
IOperationHistory history,
IUndoableOperation operation,
IStatus status)
Construct an event for the specified operation history.
|
Modifier and Type | Method and Description |
---|---|
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 |
UpdateSetStrategy.doAdd(IObservableSet observableSet,
Object element)
Adds the given element at the given index to the given observable list.
|
protected IStatus |
UpdateListStrategy.doMove(IObservableList 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 observableList,
int index)
Removes the element at the given index from the given observable list.
|
protected IStatus |
UpdateSetStrategy.doRemove(IObservableSet observableSet,
Object element)
Removes the element at the given index from the given observable list.
|
protected IStatus |
UpdateListStrategy.doReplace(IObservableList observableList,
int index,
Object element)
Replaces the element in the observable list located at the given index to
with the given element.
|
protected IStatus |
UpdateValueStrategy.doSet(IObservableValue observableValue,
Object value)
Sets the current value of the given observable to the given value.
|
static IStatus |
AggregateValidationStatus.getStatusMaxSeverity(Collection validationStatusProviders)
Returns a status that always returns the most severe status from the
given validation status providers.
|
static IStatus |
AggregateValidationStatus.getStatusMerged(Collection validationStatusProviders)
Returns a status object that merges multiple non-OK status objects in a
MultiStatus . |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ILogger.log(IStatus status)
Logs the given status.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationStatus
Convenience class for creating status objects.
|
Modifier and Type | Method and Description |
---|---|
static IStatus |
ValidationStatus.cancel(String message)
Creates a new validation cancel status with the given message.
|
static IStatus |
ValidationStatus.error(String message)
Creates a new validation error 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.info(String message)
Creates a new validation info status with the given message.
|
static IStatus |
ValidationStatus.ok()
Returns an OK status.
|
protected abstract IStatus |
MultiValidator.validate()
Returns the current validation status.
|
IStatus |
IValidator.validate(Object value)
Determines if the given value is valid.
|
static IStatus |
ValidationStatus.warning(String message)
Creates a new validation warning status with the given message.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IFileBuffer.getStatus()
Returns the status of this file buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
IStateValidationSupport.validationStateChanged(boolean validationState,
IStatus status)
Tells this buffer that the validation state has been changed to the given
value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IResourceStatus
Represents status related to resources in the Resources plug-in and
defines the relevant status code constants.
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract IStatus |
WorkspaceJob.runInWorkspace(IProgressMonitor monitor)
Runs the operation, reporting progress to and accepting
cancelation requests from the given progress monitor.
|
IStatus |
IWorkspace.save(boolean full,
IProgressMonitor monitor)
Saves this workspace's valuable state on disk.
|
IStatus |
IFileModificationValidator.validateEdit(IFile[] files,
Object context)
Deprecated.
Validates that the given files can be modified.
|
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.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.
|
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 |
IPathVariableManager.validateName(String name)
Validates the given name as the name for a path variable.
|
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 |
IFileModificationValidator.validateSave(IFile file)
Deprecated.
Validates that the given file can be saved.
|
IStatus |
IPathVariableManager.validateValue(IPath path)
Validates the given path as the value for a path variable.
|
IStatus |
IPathVariableManager.validateValue(URI path)
Validates the given path as the value for a path variable.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelStatus
A status returned by a model from the resource operation validator.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
ModelProvider.validateChange(IResourceDelta delta,
IProgressMonitor monitor)
Validate the proposed changes contained in the given delta.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract IStatus |
FileModificationValidator.validateEdit(IFile[] files,
FileModificationValidationContext context)
Validates that the given files can be modified.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IResourceTree.failed(IStatus reason)
Declares that the operation has failed for the specified reason.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static IStatus |
Status.CANCEL_STATUS
A standard CANCEL status with no message.
|
static IStatus |
Status.OK_STATUS
A standard OK status with an "ok" message.
|
Modifier and Type | Method and Description |
---|---|
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.
|
IStatus |
CoreException.getStatus()
Returns the status object for this exception.
|
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.
Validates the given string as a plug-in version identifier.
|
Modifier and Type | Method and Description |
---|---|
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 |
ILog.log(IStatus status)
Logs the given status.
|
void |
ILogListener.logging(IStatus status,
String plugin)
Notifies this listener that given status has been logged by
a plug-in.
|
void |
MultiStatus.merge(IStatus status)
Merges the given status into this multi-status.
|
void |
SubMonitor.setBlocked(IStatus reason) |
void |
ProgressMonitorWrapper.setBlocked(IStatus reason)
This implementation of a
IProgressMonitorWithBlocking
method forwards to the wrapped progress monitor. |
void |
IProgressMonitorWithBlocking.setBlocked(IStatus reason)
Indicates that this operation is blocked by some background activity.
|
Constructor and Description |
---|
CoreException(IStatus status)
Creates a new exception with the given status object.
|
MultiStatus(String pluginId,
int code,
IStatus[] newChildren,
String message,
Throwable exception)
Creates and returns a new multi-status object with the given children.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IJobStatus
Represents status relating to the execution of jobs.
|
Modifier and Type | Field and Description |
---|---|
static IStatus |
Job.ASYNC_FINISH
Job status return value that is used to indicate asynchronous job completion.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
Job.getResult()
Returns the result of this job's last run.
|
IStatus |
IJobChangeEvent.getResult()
The result returned by the job's run method, or
null if
not applicable. |
IStatus |
IJobFunction.run(IProgressMonitor monitor)
Executes this job.
|
protected abstract IStatus |
Job.run(IProgressMonitor monitor)
Executes this job.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.done(IStatus result)
Jobs that complete their execution asynchronously must indicate when they
are finished by calling this method.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
PluginRegistryModel.resolve(boolean trimDisabledPlugins,
boolean doCrossLinking)
Deprecated.
Runs a resolve through the entire registry.
|
Modifier and Type | Method and Description |
---|---|
void |
Factory.error(IStatus error)
Deprecated.
Handles an error state specified by the status.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IPreferencesService.applyPreferences(IExportedPreferences preferences)
Take the given preference tree and apply it to the Eclipse
global preference hierarchy.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static IStatus |
RegistryStrategy.processChangeEvent(Object[] listeners,
Map deltas,
Object registry)
This method performs actual processing of the registry change event.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryStrategy.log(IStatus status)
Override this method to provide customized logging functionality
to the registry.
|
Modifier and Type | Method and Description |
---|---|
static void |
VariablesPlugin.log(IStatus status)
Logs the specified status with this plug-in's log.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IRequest.getStatus()
Returns the status of this request, or
null . |
Modifier and Type | Method and Description |
---|---|
IStatusHandler |
DebugPlugin.getStatusHandler(IStatus status)
Returns the status handler registered for the given
status, or
null if none. |
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.
|
static void |
DebugPlugin.log(IStatus status)
Logs the specified status with this plug-in's log.
|
void |
IRequest.setStatus(IStatus status)
Sets the status for this request indicating whether this request
succeeded, failed, or was canceled.
|
Constructor and Description |
---|
DebugException(IStatus status)
Constructs a new debug exception with the given status object.
|
Modifier and Type | Field and Description |
---|---|
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.
|
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.promptStatus
Status code for which a UI prompter is registered.
|
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.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.
|
Modifier and Type | Field and Description |
---|---|
protected static IStatus |
AbstractSourceLookupDirector.fPromptStatus |
protected static IStatus |
AbstractSourceLookupDirector.fResolveDuplicatesStatus |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IDelta.apply() |
IStatus |
IModelReconcilingService.applyDeltas(Collection<ModelDelta> deltas)
Applies all of the deltas to the model and returns a status representing the result of the
merging operation.
|
IStatus |
IModelReconcilingService.applyDeltas(Collection<ModelDelta> deltas,
String[] filters)
Applies all of the deltas to the model and returns a status representing the result of the
merging operation.
|
Constructor and Description |
---|
ProvisionException(IStatus status)
Creates a new exception with the given status object.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IProvisioningPlan.getStatus()
Returns the overall plan status.
|
IStatus |
IEngine.perform(IProvisioningPlan plan,
IPhaseSet phaseSet,
IProgressMonitor monitor)
Executes a provisioning plan.
|
IStatus |
IEngine.perform(IProvisioningPlan plan,
IProgressMonitor monitor)
Executes a provisioning plan with a default phase set and context.
|
IStatus |
IProfileRegistry.removeProfileStateProperties(String id,
long timestamp,
Collection<String> keys)
Remove all properties with matching keys from the given profile state.
|
IStatus |
IProfileRegistry.setProfileStateProperties(String id,
long timestamp,
Map<String,String> properties)
Set properties on a specific profile state.
|
IStatus |
IProfileRegistry.setProfileStateProperty(String id,
long timestamp,
String key,
String value)
Set a specific property on a specific profile state.
|
Modifier and Type | Method and Description |
---|---|
void |
IProvisioningPlan.setStatus(IStatus status)
Sets the overall plan status, describing whether the planner constructing
this plan believes it will install successfully, or whether it contains errors
or the plan computation has been canceled.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
Touchpoint.commit(IProfile profile)
This method is called at the end of an engine operation after all phases have
been executed and after the touchpoint has had prepare called.
|
IStatus |
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).
|
IStatus |
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 |
ProvisioningAction.execute(Map<String,Object> parameters)
Performs the provisioning action.
|
IStatus |
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).
|
IStatus |
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.
|
IStatus |
Touchpoint.prepare(IProfile profile)
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.
|
IStatus |
Touchpoint.rollback(IProfile profile)
This method is called at the end of an engine operation after all phases have
been executed.
|
abstract IStatus |
ProvisioningAction.undo(Map<String,Object> parameters)
Performs the inverse of this provisioning action.
|
Modifier and Type | Method and Description |
---|---|
protected IStatus |
ProvisioningJob.getErrorStatus(String message,
ProvisionException e)
Return an error status that can be used to report the specified exception.
|
IStatus |
RepositoryTracker.getInvalidLocationStatus(String locationText)
Return a status appropriate for reporting an invalid repository location.
|
IStatus |
RemediationOperation.getResolutionResult() |
IStatus |
ProfileChangeOperation.getResolutionResult()
Return a status indicating the result of resolving this
operation.
|
IStatus |
ProvisioningSession.performProvisioningPlan(IProvisioningPlan plan,
IPhaseSet phaseSet,
ProvisioningContext context,
IProgressMonitor monitor)
Perform the specified provisioning plan.
|
IStatus |
ProfileChangeOperation.resolveModal(IProgressMonitor monitor)
Resolve the operation in the current thread using the specified progress
monitor.
|
IStatus |
ProvisioningJob.run(IProgressMonitor monitor)
Executes this job.
|
abstract IStatus |
ProvisioningJob.runModal(IProgressMonitor monitor)
Perform the specific work involved in running this job in
the current thread.
|
IStatus |
ProfileModificationJob.runModal(IProgressMonitor monitor) |
IStatus |
RepositoryTracker.validateRepositoryLocation(ProvisioningSession session,
URI location,
boolean contactRepositories,
IProgressMonitor monitor)
Validate the specified repository location.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IArtifactRepository.executeBatch(IRunnableWithProgress runnable,
IProgressMonitor monitor)
Executes a runnable against this repository.
|
IStatus |
IArtifactRepository.getArtifact(IArtifactDescriptor descriptor,
OutputStream destination,
IProgressMonitor monitor)
Writes to the given output stream the bytes represented by the artifact descriptor.
|
IStatus |
IArtifactRepository.getArtifacts(IArtifactRequest[] requests,
IProgressMonitor monitor)
Executes the given artifact requests on this byte server.
|
IStatus |
IArtifactRepository.getRawArtifact(IArtifactDescriptor descriptor,
OutputStream destination,
IProgressMonitor monitor)
Writes to the given output stream the bytes represented by the artifact descriptor.
|
IStatus |
IArtifactRequest.getResult()
Returns the result of the executed artifact request, or
null if
the request has never been executed. |
Modifier and Type | Method and Description |
---|---|
IStatus |
AbstractArtifactRepository.executeBatch(IRunnableWithProgress runnable,
IProgressMonitor monitor) |
abstract IStatus |
AbstractArtifactRepository.getArtifact(IArtifactDescriptor descriptor,
OutputStream destination,
IProgressMonitor monitor) |
abstract IStatus |
AbstractArtifactRepository.getArtifacts(IArtifactRequest[] requests,
IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
IStatus |
IMetadataRepository.executeBatch(IRunnableWithProgress runnable,
IProgressMonitor monitor)
Executes a runnable against this repository.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
AbstractMetadataRepository.executeBatch(IRunnableWithProgress runnable,
IProgressMonitor monitor)
Executes a runnable against this repository.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
Policy.getNoProfileChosenStatus()
Return a status that can be used to describe the failure to
retrieve a profile.
|
IStatus |
LoadMetadataRepositoryJob.runModal(IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
abstract IStatus |
SearchParticipant.addDocument(IHelpSearchIndex index,
String pluginId,
String name,
URL url,
String id,
ISearchDocument doc)
Adds the document to the search index.
|
IStatus |
SearchParticipantXML.addDocument(IHelpSearchIndex index,
String pluginId,
String name,
URL url,
String id,
ISearchDocument doc) |
IStatus |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ISearchEngineResultCollector.error(IStatus status)
Notifies the collector that an error has occured in the search engine.
|
Modifier and Type | Field and Description |
---|---|
protected IStatus |
DialogPageSupport.currentStatus |
Modifier and Type | Method and Description |
---|---|
protected String |
ControlDecorationUpdater.getDescriptionText(IStatus status)
Returns the description text to show in a ControlDecoration for the given
status.
|
protected Image |
ControlDecorationUpdater.getImage(IStatus status)
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 Type | Method and Description |
---|---|
IStatus |
StatusDialog.getStatus()
Returns the last status.
|
Modifier and Type | Method and Description |
---|---|
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 void |
ErrorDialog.setStatus(IStatus status)
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 |
ErrorSupportProvider.validFor(IStatus status)
This method is called before
ErrorSupportProvider.createSupportArea(Composite, IStatus) to check if the
ErrorSupportProvider will display any significant
informations. |
Constructor and Description |
---|
ErrorDialog(Shell parentShell,
String dialogTitle,
String message,
IStatus status,
int displayMask)
Creates an error dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
ILogger.log(IStatus status)
Logs the given status.
|
abstract void |
StatusHandler.show(IStatus status,
String title)
Show the given status.
|
Modifier and Type | Field and Description |
---|---|
protected IStatus |
ProgressMonitorPart.blockedStatus
current blocked status
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressMonitorPart.setBlocked(IStatus reason) |
Modifier and Type | Method and Description |
---|---|
IStatus |
RefactoringStatusEntry.toStatus()
Returns this refactoring status entry as an
IStatus . |
Modifier and Type | Method and Description |
---|---|
static RefactoringStatus |
RefactoringStatus.create(IStatus status)
Creates a new
RefactoringStatus from the given IStatus . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
ISearchQuery.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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITeamStatus
Defines the status codes used in the status of exceptions and errors relating to Team.
|
Modifier and Type | Class and Description |
---|---|
class |
TeamStatus
Status that is returned from some Team operations or is the payload of
some TeamExceptions.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
RepositoryProvider.validateCreateLink(IResource resource,
int updateFlags,
IPath location)
Deprecated.
|
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.
|
Constructor and Description |
---|
TeamException(IStatus status)
Create a
TeamException which contains the given status object. |
Modifier and Type | Method and Description |
---|---|
IStatus[] |
IDiffChangeEvent.getErrors()
Return any errors that occurred while this change was taking place.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffTree.reportError(IStatus status)
Report to any listeners that an error has occurred while populating the
set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMergeStatus
A special status that is returned when the return code of the
merge method is CONFLICTS . |
Modifier and Type | Method and Description |
---|---|
IStatus |
IMergeContext.merge(IDiff[] diffs,
boolean ignoreLocalChanges,
IProgressMonitor monitor)
Attempt to merge any files associated with the given diffs.
|
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 |
IResourceMappingMerger.merge(IMergeContext mergeContext,
IProgressMonitor monitor)
Attempt to automatically merge the mappings of the merge context(
MergeContext#getMappings() ). |
IStatus |
ResourceMappingMerger.merge(IMergeContext mergeContext,
IProgressMonitor monitor)
A default implementation of merge that attempts to merge all the mappings
in the context.
|
IStatus |
DelegatingStorageMerger.merge(OutputStream output,
String outputEncoding,
IStorage ancestor,
IStorage target,
IStorage other,
IProgressMonitor monitor) |
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.validateMerge(IMergeContext mergeContext,
IProgressMonitor monitor)
Validate an auto-merge for the given context.
|
IStatus |
ResourceMappingMerger.validateMerge(IMergeContext mergeContext,
IProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
MergeStatus
A special status that is returned when the return code
of the
merge method is CONFLICTS . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 Type | Method and Description |
---|---|
protected 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 one
IResourceMappingMerger . |
Constructor and Description |
---|
PartInitException(IStatus status)
Creates a new exception with the given status object.
|
WorkbenchException(IStatus status)
Creates a new exception with the given status object.
|
Modifier and Type | Field and Description |
---|---|
protected IStatus |
CopyProjectAction.errorStatus
Status containing the errors detected when running the operation or
null if no errors detected. |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IWorkbenchConfigurer.restoreState()
Restores the workbench state saved from the previous session, if any.
|
IStatus |
ActionBarAdvisor.restoreState(IMemento memento)
Restores arbitrary application-specific state information
for this action bar advisor.
|
IStatus |
WorkbenchAdvisor.restoreState(IMemento memento)
Restores arbitrary application-specific state information for this
workbench advisor.
|
IStatus |
WorkbenchWindowAdvisor.restoreState(IMemento memento)
Restores arbitrary application specific state information.
|
IStatus |
ActionBarAdvisor.saveState(IMemento memento)
Saves arbitrary application-specific state information
for this action bar advisor.
|
IStatus |
WorkbenchAdvisor.saveState(IMemento memento)
Saves arbitrary application-specific state information for this workbench
advisor.
|
IStatus |
WorkbenchWindowAdvisor.saveState(IMemento memento)
Saves arbitrary application specific state information.
|
IStatus |
IWorkbenchWindowConfigurer.saveState(IMemento memento)
Saves the current state of the window using the specified memento.
|
Modifier and Type | Method and Description |
---|---|
static IStatus |
ConsolePlugin.newErrorStatus(String message,
Throwable exception)
Returns a new error status for this plug-in with the given message
|
Modifier and Type | Method and Description |
---|---|
static void |
ConsolePlugin.log(IStatus status)
Logs the specified status with this plug-in's log.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 Type | Method and Description |
---|---|
protected void |
SelectionStatusDialog.updateButtonsEnableState(IStatus status)
Update the status of the ok button to reflect the given status.
|
protected void |
SelectionStatusDialog.updateStatus(IStatus status)
Update the dialog's status line 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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
TextFileDocumentProvider.getStatus(Object element) |
IStatus |
TextFileDocumentProvider.NullProvider.getStatus(Object element)
Deprecated.
|
IStatus |
ForwardingDocumentProvider.getStatus(Object element) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEncodingSupport.createStatusEncodingChangeControl(Composite parent,
IStatus status)
Creates the control which allows to change the encoding.
|
protected String |
TextEditor.getStatusBanner(IStatus status) |
String |
DefaultEncodingSupport.getStatusBanner(IStatus status)
Returns a banner for the given status.
|
protected String |
TextEditor.getStatusHeader(IStatus status) |
String |
DefaultEncodingSupport.getStatusHeader(IStatus status)
Returns a status header for the given status.
|
protected String |
TextEditor.getStatusMessage(IStatus 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. |
Modifier and Type | Method and Description |
---|---|
IStatus |
CreateFileOperation.computeExecutionStatus(IProgressMonitor monitor) |
IStatus |
AbstractWorkspaceOperation.computeExecutionStatus(IProgressMonitor monitor)
Return a status indicating the projected outcome of executing the
receiver.
|
IStatus |
DeleteResourcesOperation.computeExecutionStatus(IProgressMonitor monitor) |
protected IStatus |
MoveProjectOperation.computeMoveOrCopyStatus() |
protected IStatus |
CopyProjectOperation.computeMoveOrCopyStatus() |
IStatus |
AbstractWorkspaceOperation.computeRedoableStatus(IProgressMonitor monitor)
Return a status indicating the projected outcome of redoing the receiver.
|
IStatus |
DeleteResourcesOperation.computeRedoableStatus(IProgressMonitor monitor) |
IStatus |
MoveResourcesOperation.computeUndoableStatus(IProgressMonitor monitor) |
IStatus |
AbstractWorkspaceOperation.computeUndoableStatus(IProgressMonitor monitor)
Return a status indicating the projected outcome of undoing the receiver.
|
IStatus |
CopyResourcesOperation.computeUndoableStatus(IProgressMonitor monitor) |
IStatus |
DeleteResourcesOperation.computeUndoableStatus(IProgressMonitor monitor) |
IStatus |
MoveProjectOperation.computeUndoableStatus(IProgressMonitor monitor) |
IStatus |
CopyProjectOperation.computeUndoableStatus(IProgressMonitor monitor) |
IStatus |
AbstractWorkspaceOperation.execute(IProgressMonitor monitor,
IAdaptable uiInfo)
Execute the specified operation.
|
protected IStatus |
DeleteMarkersOperation.getBasicRedoStatus() |
protected IStatus |
CreateMarkersOperation.getBasicRedoStatus() |
protected IStatus |
UpdateMarkersOperation.getBasicRedoStatus() |
protected IStatus |
DeleteMarkersOperation.getBasicUndoStatus() |
protected IStatus |
CreateMarkersOperation.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.
|
IStatus |
AbstractWorkspaceOperation.redo(IProgressMonitor monitor,
IAdaptable uiInfo)
Redo the specified operation.
|
IStatus |
AbstractWorkspaceOperation.undo(IProgressMonitor monitor,
IAdaptable uiInfo)
Undo the specified operation.
|
Modifier and Type | Method and Description |
---|---|
abstract IStatus |
CommonDropAdapterAssistant.handleDrop(CommonDropAdapter aDropAdapter,
DropTargetEvent aDropTargetEvent,
Object aTarget)
Carry out the DND operation.
|
IStatus |
CommonDropAdapterAssistant.handlePluginTransferDrop(IStructuredSelection aDragSelection,
Object aDropTarget)
Handle the drop operation for the target viewer.
|
abstract IStatus |
CommonDropAdapterAssistant.validateDrop(Object target,
int operation,
TransferData transferType)
Validates dropping on the given object.
|
IStatus |
CommonDropAdapterAssistant.validatePluginTransferDrop(IStructuredSelection aDragSelection,
Object aDropTarget)
Return true if the client can handle the drop onto the target viewer of
the drop operation.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
ResourceDropAdapterAssistant.handleDrop(CommonDropAdapter aDropAdapter,
DropTargetEvent aDropTargetEvent,
Object aTarget) |
IStatus |
ResourceDropAdapterAssistant.handlePluginTransferDrop(IStructuredSelection aDragSelection,
Object aDropTarget) |
IStatus |
ResourceDropAdapterAssistant.validateDrop(Object target,
int aDropOperation,
TransferData transferType) |
IStatus |
ResourceDropAdapterAssistant.validatePluginTransferDrop(IStructuredSelection aDragSelection,
Object aDropTarget) |
Modifier and Type | Method and Description |
---|---|
protected IStatus |
LinearUndoViolationUserApprover.allowLinearRedoViolation(IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo) |
protected IStatus |
LinearUndoViolationUserApprover.allowLinearUndoViolation(IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo) |
IStatus |
NonLocalUndoUserApprover.proceedRedoing(IUndoableOperation operation,
IOperationHistory history,
IAdaptable uiInfo) |
IStatus |
NonLocalUndoUserApprover.proceedUndoing(IUndoableOperation operation,
IOperationHistory history,
IAdaptable uiInfo) |
Modifier and Type | Method and Description |
---|---|
abstract IStatus |
SettingsTransfer.transferSettings(IPath newWorkspaceRoot)
Transfer the settings to a workspace rooted at newWorkspacwe
|
Modifier and Type | Method and Description |
---|---|
static IStatus |
UIJob.errorStatus(Throwable exception)
Convenience method to return a status for an exception.
|
IStatus |
UIJob.run(IProgressMonitor monitor) |
IStatus |
IJobRunnable.run(IProgressMonitor monitor)
Executes this runnable.
|
abstract IStatus |
UIJob.runInUIThread(IProgressMonitor monitor)
Run the job in the UI Thread.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
StatusAdapter.getStatus()
Returns the wrapped status.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Control |
AbstractStatusAreaProvider.createSupportArea(Composite parent,
IStatus status) |
void |
StatusManager.handle(IStatus status)
Handles the given status.
|
void |
StatusManager.handle(IStatus status,
int style)
Handles the given status due to the style.
|
void |
StatusAdapter.setStatus(IStatus status)
Sets a new status for this adapter.
|
Constructor and Description |
---|
StatusAdapter(IStatus status)
Creates an instance of this class.
|
Modifier and Type | Field and Description |
---|---|
IStatus |
AbstractDocumentProvider.ElementInfo.fStatus
The status of this element
|
protected static IStatus |
AbstractDocumentProvider.STATUS_ERROR
Constant for representing the error status.
|
protected static IStatus |
AbstractDocumentProvider.STATUS_OK
Deprecated.
As of 3.6, replaced by
Status.OK_STATUS |
Modifier and Type | Method and Description |
---|---|
IStatus |
IDocumentProviderExtension.getStatus(Object element)
Returns the status of the given element.
|
IStatus |
AbstractDocumentProvider.getStatus(Object element) |
Modifier and Type | Method and Description |
---|---|
protected Control |
StatusTextEditor.createStatusControl(Composite parent,
IStatus status)
Creates the status control for the given status.
|
protected Control |
AbstractDecoratedTextEditor.createStatusControl(Composite parent,
IStatus 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 status
|
protected String |
StatusTextEditor.getStatusMessage(IStatus status)
Returns a message for the given status.
|
protected boolean |
StatusTextEditor.isErrorStatus(IStatus status)
Returns whether the given status indicates an error.
|
protected boolean |
AbstractDecoratedTextEditor.isErrorStatus(IStatus status) |
Constructor and Description |
---|
ValidateStateException(IStatus status)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IPreferenceStatusMonitor.statusChanged(IStatus status)
Notifies this monitor that the preference page's status has changed
the given status.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
ImportOperation.getStatus()
Returns the status of the import operation.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.