|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.edit.command.ChangeCommand
org.eclipse.emf.ecp.editor.internal.e3.ECPCommand
public abstract class ECPCommand
Command capable of recording changes on a model element.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand |
|---|
org.eclipse.emf.common.command.AbstractCommand.NonDirtying |
| Constructor Summary | |
|---|---|
ECPCommand(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.edit.domain.EditingDomain domain)
Constructor. |
|
| Method Summary | |
|---|---|
void |
run(boolean ignoreExceptions)
Executes the command. |
| Methods inherited from class org.eclipse.emf.edit.command.ChangeCommand |
|---|
dispose, execute, getChangeRecorder, redo, undo |
| Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
|---|
canExecute, canUndo, chain, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ECPCommand(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.edit.domain.EditingDomain domain)
eObject - the model element whose changes one is interested indomain - the EditingDomain to use| Method Detail |
|---|
public void run(boolean ignoreExceptions)
ignoreExceptions - true if any thrown exception in the execution of the command should be ignored.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||