Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
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.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 | |
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.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.progress |
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.
|
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)
Performs a merge operation on the given input streams and writes the merge result to the output stream.
|
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 IStatus |
LinearUndoEnforcer.allowLinearRedoViolation(IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo) |
protected abstract IStatus |
LinearUndoViolationDetector.allowLinearRedoViolation(IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether a linear redo violation is allowable.
|
protected IStatus |
LinearUndoEnforcer.allowLinearUndoViolation(IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo) |
protected abstract IStatus |
LinearUndoViolationDetector.allowLinearUndoViolation(IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether a linear undo violation is allowable.
|
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.
|
abstract IStatus |
AbstractOperation.execute(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
TriggeredOperations.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 |
IOperationApprover.proceedRedoing(IUndoableOperation operation,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether the specified operation should be
redone.
|
IStatus |
LinearUndoViolationDetector.proceedRedoing(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 |
LinearUndoViolationDetector.proceedUndoing(IUndoableOperation operation,
IOperationHistory history,
IAdaptable info) |
IStatus |
IUndoableOperation.redo(IProgressMonitor monitor,
IAdaptable info)
Redo the operation.
|
abstract IStatus |
AbstractOperation.redo(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
TriggeredOperations.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.
|
abstract IStatus |
AbstractOperation.undo(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
TriggeredOperations.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 |
---|---|
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 |
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 |
IFileModificationValidator.validateEdit(IFile[] files,
Object context)
Validates that the given files can be modified.
|
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)
Validates that the given file can be saved.
|
IStatus |
IPathVariableManager.validateValue(IPath 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 |
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.
|
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.
|
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[] |
Status.getChildren() |
IStatus[] |
MultiStatus.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)
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 |
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. |
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 |
---|---|
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.
|
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 |
---|---|
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 |
XMLSearchParticipant.addDocument(ISearchIndex index,
String pluginId,
String name,
URL url,
String id,
org.apache.lucene.document.Document doc) |
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.
|
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 | Method and Description |
---|---|
IStatus |
StatusDialog.getStatus()
Returns the last status.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected IStatus |
ProgressMonitorPart.blockedStatus |
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 |
ResourceMappingMerger.merge(IMergeContext mergeContext,
IProgressMonitor monitor)
A default implementation of merge that attempts to merge all the mappings
in the context.
|
IStatus |
IResourceMappingMerger.merge(IMergeContext mergeContext,
IProgressMonitor monitor)
Attempt to automatically merge the mappings of the merge context(
MergeContext#getMappings() ). |
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 |
ResourceMappingMerger.validateMerge(IMergeContext mergeContext,
IProgressMonitor monitor) |
IStatus |
IResourceMappingMerger.validateMerge(IMergeContext mergeContext,
IProgressMonitor monitor)
Validate an auto-merge for the given context.
|
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 |
---|---|
IStatus |
IWorkbenchConfigurer.restoreState()
Restores the workbench state saved from the previous session, if any.
|
IStatus |
WorkbenchAdvisor.restoreState(IMemento memento)
Restores arbitrary application-specific state information
for this workbench advisor.
|
IStatus |
ActionBarAdvisor.restoreState(IMemento memento)
Restores arbitrary application-specific state information
for this action bar advisor.
|
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 |
ActionBarAdvisor.saveState(IMemento memento)
Saves arbitrary application-specific state information
for this action bar 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 IStatus |
WizardNewFolderMainPage.validateLinkedResource()
Checks whether the linked resource target is valid.
|
protected IStatus |
WizardNewFileCreationPage.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 |
NewFolderDialog.updateStatus(IStatus status)
Update the dialog's status line to reflect the given status.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
ForwardingDocumentProvider.getStatus(Object element) |
IStatus |
TextFileDocumentProvider.getStatus(Object element) |
IStatus |
TextFileDocumentProvider.NullProvider.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.
|
String |
DefaultEncodingSupport.getStatusBanner(IStatus status)
Returns a banner for the given status.
|
protected String |
TextEditor.getStatusBanner(IStatus status) |
String |
DefaultEncodingSupport.getStatusHeader(IStatus status)
Returns a status header for the given status.
|
protected String |
TextEditor.getStatusHeader(IStatus status) |
String |
DefaultEncodingSupport.getStatusMessage(IStatus status)
Returns a status message if any.
|
protected String |
TextEditor.getStatusMessage(IStatus status) |
boolean |
DefaultEncodingSupport.isEncodingError(IStatus status)
Returns
true if the given status is an
encoding error. |
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 |
---|---|
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.
|
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
Constant for representing the 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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IConfiguredSite.getBrokenStatus(IFeature feature)
Indicates if the specified feature is "broken".
|
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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IOperationValidator.validateCurrentState()
Check the current state.
|
IStatus |
IOperationValidator.validatePendingChanges(IInstallFeatureOperation[] jobs)
Called by the UI before doing a batched processing of
several pending changes.
|
IStatus |
IOperationValidator.validatePendingConfig(IFeature feature)
Called before performing operation.
|
IStatus |
IOperationValidator.validatePendingInstall(IFeature oldFeature,
IFeature newFeature)
Called before performing install.
|
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.validatePendingUnconfig(IFeature feature)
Called before performing operation.
|
IStatus |
IOperationValidator.validatePlatformConfigValid()
Checks if the platform configuration has been modified outside this program.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.