|
|||||||||
| 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.emfstore.internal.client.model.util.AbstractEMFStoreCommand
public abstract class AbstractEMFStoreCommand
Super class for all commands.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand |
|---|
org.eclipse.emf.common.command.AbstractCommand.NonDirtying |
| Constructor Summary | |
|---|---|
AbstractEMFStoreCommand()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
|---|
canExecute, chain, dispose, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString, undo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractEMFStoreCommand()
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||