public abstract class AbstractEMFStoreCommand
extends org.eclipse.emf.common.command.AbstractCommand
| Constructor and Description |
|---|
AbstractEMFStoreCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUndo() |
void |
execute() |
RuntimeException |
getRuntimeException()
Get the runtime exception that occurred during command execution.
|
void |
redo() |
boolean |
shouldIgnoreExceptions()
Return whether the command should ignore exceptions during command execution.
|
public RuntimeException getRuntimeException()
public boolean shouldIgnoreExceptions()
public boolean canUndo()
canUndo in interface org.eclipse.emf.common.command.CommandcanUndo in class org.eclipse.emf.common.command.AbstractCommandAbstractCommand.canUndo()public void execute()
Command.execute()public void redo()
Command.redo()Copyright © 2017. All rights reserved.