public abstract class EMFStoreCommand extends AbstractEMFStoreCommand
| Constructor and Description |
|---|
EMFStoreCommand()
Default Constructor.
|
EMFStoreCommand(String label)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Executes the command on the workspaces editing domain with ignoring runtime exceptions.
|
void |
run(boolean ignoreExceptions)
Executes the command on the workspaces editing domain.
|
canUndo, execute, getRuntimeException, redo, shouldIgnoreExceptionspublic EMFStoreCommand(String label)
label - the commands label.public EMFStoreCommand()
public void run(boolean ignoreExceptions)
ignoreExceptions - true if any thrown exception in the execution of the command should be ignored.public void run()
Copyright © 2017. All rights reserved.