public class MMIWorkspaceModifyUndoContext
extends java.lang.Object
implements org.eclipse.core.commands.operations.IUndoContext
MMIWorkspaceModifyUndoContext
is used as a trigger to
undo / redo an operation within a IWorkspaceRunnable
.Modifier and Type | Field and Description |
---|---|
static MMIWorkspaceModifyUndoContext |
INSTANCE
Shared static instance of the MMIWorkspaceModifyUndoContext
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
boolean |
matches(org.eclipse.core.commands.operations.IUndoContext context) |
public static MMIWorkspaceModifyUndoContext INSTANCE
public java.lang.String getLabel()
getLabel
in interface org.eclipse.core.commands.operations.IUndoContext
public boolean matches(org.eclipse.core.commands.operations.IUndoContext context)
matches
in interface org.eclipse.core.commands.operations.IUndoContext