|
 |
|
|
Uses of Interface org.eclipse.core.runtime.IStatus
Packages that use
IStatus
|
org.eclipse.compare
|
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results. |
org.eclipse.compare.structuremergeviewer
|
Provides support for finding and displaying the differences
between hierarchically structured data. |
org.eclipse.core.commands.operations
|
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone. |
org.eclipse.core.databinding
|
Provides classes for binding observable objects, for example UI widgets and model objects. |
org.eclipse.core.databinding.util
|
Provides general utilities for data binding. |
org.eclipse.core.databinding.validation
|
Provides the core APIs for validation. |
org.eclipse.core.filebuffers
|
Provides the API for accessing file buffers. |
org.eclipse.core.resources
|
Provides basic support for managing a workspace and
its resources. |
org.eclipse.core.resources.mapping
|
Provides APIs for integrating application models with the workspace
Package Specification
This package specifies the APIs in the Resources plug-in that are used to integrate
application models with the workspace. |
org.eclipse.core.resources.team
|
Provides APIs intended to be implemented by the Team component. |
org.eclipse.core.runtime
|
Provides support for the runtime platform, core utility methods and the extension registry. |
org.eclipse.core.runtime.jobs
|
Provides core support for scheduling and interacting with background activity. |
org.eclipse.core.runtime.model
|
Provides core support for the modeling plug-ins and the plug-in registry. |
org.eclipse.core.runtime.preferences
|
Provides core support for Eclipse preferences. |
org.eclipse.core.runtime.spi
|
Extension registry infrastructure for service providers
Package Specification
This package provides an infrastructure and helper utilities oriented towards service providers implementing their own extension registries. |
org.eclipse.core.variables
|
Provides support for defining and contributing variables for the purpose of
string substitution. |
org.eclipse.debug.core
|
Provides support for launching programs, breakpoint management, expression management,
and debug events. |
org.eclipse.debug.core.model
|
Defines interfaces for debug model elements, source lookup, and launching. |
org.eclipse.debug.core.sourcelookup
|
Provides support for source lookup. |
org.eclipse.debug.ui
|
Provides a generic debugger user interface that clients may customize via standard
workbench extension points. |
org.eclipse.help.search
|
Provides the ability to add participants to help search and is responsible
for creating search indices. |
org.eclipse.jface.dialogs
|
Provides support for dialogs. |
org.eclipse.jface.util
|
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions. |
org.eclipse.jface.wizard
|
Provides a framework for wizards. |
org.eclipse.ltk.core.refactoring
|
Application programmer interface to implement semantic preserving workspace transformations. |
org.eclipse.ltk.ui.refactoring.model
|
Application programming interface to provide model integration for refactoring histories. |
org.eclipse.search.core.text
|
Classes giving access to the file (text) search functionality. |
org.eclipse.search.ui
|
Classes and interface required to contribute search dialog pages and search result view pages. |
org.eclipse.team.core
|
Application programming interfaces for defining and working with repository providers. |
org.eclipse.team.core.diff
|
Application programming interfaces for working with diffs. |
org.eclipse.team.core.diff.provider
|
Application programming interfaces for working with diffs. |
org.eclipse.team.core.mapping
|
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings. |
org.eclipse.team.core.mapping.provider
|
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings. |
org.eclipse.team.ui.synchronize
|
Contains the team synchronization presentation framework and support
for the Synchronize View. |
org.eclipse.ui
|
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.actions
|
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface. |
org.eclipse.ui.application
|
Application-level APIs for configuring and controling the Eclipse Platform User
Interface. |
org.eclipse.ui.console
|
Application programming interfaces for interaction
with the Eclipse console. |
org.eclipse.ui.dialogs
|
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface. |
org.eclipse.ui.editors.text
|
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input. |
org.eclipse.ui.ide.undo
|
APIs that provide undo and redo behavior for operations that manipulate
the workspace. |
org.eclipse.ui.navigator
|
Provides the Common Navigator framework. |
org.eclipse.ui.navigator.resources
|
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension. |
org.eclipse.ui.operations
|
Classes that provide the basic workbench UI support for undo and redo of
operations. |
org.eclipse.ui.preferences
|
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Package Specification
This package has the convenience classes provided by the Eclipse workbench for
use by clients who wish to use the core preference support added in 3.0. |
org.eclipse.ui.progress
|
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.statushandlers
|
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.texteditor
|
Provides a framework for text editors obeying to the
desktop rules. |
org.eclipse.ui.texteditor.spelling
|
Partial infrastructure for spell checking in text editors. |
org.eclipse.ui.wizards.datatransfer
|
Provides the standard Import and Export wizards for
moving resources into and out of the workspace. |
org.eclipse.update.configuration
|
Provides support for accessing local installation
information. |
org.eclipse.update.operations
|
Provides support for performing various install/update operations. |
Methods in
org.eclipse.core.commands.operations that return
IStatus
|
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
|
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
|
TriggeredOperations.
execute
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IUndoableOperation.
execute
(
IProgressMonitor monitor,
IAdaptable info)
Execute the operation. |
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
|
TriggeredOperations.
redo
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IUndoableOperation.
redo
(
IProgressMonitor monitor,
IAdaptable info)
Redo the operation. |
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
|
TriggeredOperations.
undo
(
IProgressMonitor monitor,
IAdaptable info)
|
IStatus
|
IUndoableOperation.
undo
(
IProgressMonitor monitor,
IAdaptable info)
Undo the operation. |
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)
|
Methods in
org.eclipse.core.databinding that return
IStatus
|
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. |
Methods in
org.eclipse.core.resources that return
IStatus
|
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)
Deprecated. 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)
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. |
Methods in
org.eclipse.core.resources.team that return
IStatus
|
IStatus
|
TeamHook.
validateCreateLink
(
IFile file,
int updateFlags,
IPath location)
Validates whether a particular attempt at link creation is allowed. |
IStatus
|
TeamHook.
validateCreateLink
(
IFile file,
int updateFlags,
URI location)
Validates whether a particular attempt at link creation is allowed. |
IStatus
|
TeamHook.
validateCreateLink
(
IFolder folder,
int updateFlags,
IPath location)
Validates whether a particular attempt at link creation is allowed. |
IStatus
|
TeamHook.
validateCreateLink
(
IFolder folder,
int updateFlags,
URI location)
Validates whether a particular attempt at link creation is allowed. |
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. |
Classes in
org.eclipse.core.runtime that implement
IStatus
|
class
|
MultiStatus
A concrete multi-status implementation,
suitable either for instantiating or subclassing. |
class
|
Status
A concrete status implementation, suitable either for
instantiating or subclassing. |
Methods in
org.eclipse.core.runtime with parameters of type
IStatus
|
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
|
IProgressMonitorWithBlocking.
setBlocked
(
IStatus reason)
Indicates that this operation is blocked by some background activity. |
void
|
ProgressMonitorWrapper.
setBlocked
(
IStatus reason)
This implementation of a IProgressMonitorWithBlocking
method forwards to the wrapped progress monitor. |
Methods in
org.eclipse.debug.core with parameters of type
IStatus
|
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. |
Fields in
org.eclipse.debug.core.model declared as
IStatus
|
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. |
Methods in
org.eclipse.help.search that return
IStatus
|
IStatus
|
XMLSearchParticipant.
addDocument
(
ISearchIndex index,
String pluginId,
String name,
URL url,
String id,
org.apache.lucene.document.Document doc)
|
abstract
IStatus
|
LuceneSearchParticipant.
addDocument
(
ISearchIndex index,
String pluginId,
String name,
URL url,
String id,
org.apache.lucene.document.Document doc)
Adds the document to the search index. |
IStatus
|
ISearchIndex.
addDocument
(
String pluginId,
String name,
URL url,
String id,
org.apache.lucene.document.Document doc)
Adds a document to the search index by parsing it using one of the file-based search
participants, or the default HTML search participant. |
Methods in
org.eclipse.jface.dialogs with parameters of type
IStatus
|
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. |
Methods in
org.eclipse.team.core.mapping that return
IStatus
|
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
|
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
|
ResourceMappingMerger.
validateMerge
(
IMergeContext mergeContext,
IProgressMonitor monitor)
|
IStatus
|
IResourceMappingMerger.
validateMerge
(
IMergeContext mergeContext,
IProgressMonitor monitor)
Validate an auto-merge for the given context. |
Methods in
org.eclipse.ui.operations that return
IStatus
|
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)
|
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|