|
Eclipse Platform 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.eclipse.ui.actions.WorkspaceModifyOperation
|
+--org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation
An operation which delegates its work to a runnable that modifies the workspace.
This class may be instantiated; it is not intended to be subclassed.
| Constructor Summary | |
WorkspaceModifyDelegatingOperation(IRunnableWithProgress content)
Creates a new operation which will delegate its work to the given runnable. |
|
| Method Summary | |
protected void |
execute(IProgressMonitor monitor)
Performs the steps that are to be treated as a single logical workspace change. |
| Methods inherited from class org.eclipse.ui.actions.WorkspaceModifyOperation |
run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WorkspaceModifyDelegatingOperation(IRunnableWithProgress content)
content - the runnable to delegate to when this operation is executed| Method Detail |
protected void execute(IProgressMonitor monitor)
throws CoreException,
InterruptedException
WorkspaceModifyOperationSubclasses must implement this method.
execute in class WorkspaceModifyOperationmonitor - the progress monitor to use to display progress and field
user requests to cancel
CoreException - if the operation fails due to a CoreException
InterruptedException - if the operation detects a request to cancel,
using IProgressMonitor.isCanceled(), it should exit by throwing
InterruptedException
|
Eclipse Platform 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||