public class CommandExecutingJob.JobExecutionHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND_EXECUTING_JOB_COMMAND |
Constructor and Description |
---|
JobExecutionHelper(org.eclipse.emf.edit.domain.EditingDomain domain,
Activation<? extends EventAtom> activation,
Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
appendAndExecuteSubCommand(org.eclipse.emf.common.command.Command subcommand)
Calls
CompoundCommand.appendAndExecute(Command) with the provided subcommand |
Activation<? extends EventAtom> |
getActivation() |
Context |
getContext() |
org.eclipse.emf.edit.domain.EditingDomain |
getEditingDomain() |
public static final java.lang.String COMMAND_EXECUTING_JOB_COMMAND
public JobExecutionHelper(org.eclipse.emf.edit.domain.EditingDomain domain, Activation<? extends EventAtom> activation, Context context)
public org.eclipse.emf.edit.domain.EditingDomain getEditingDomain()
public Activation<? extends EventAtom> getActivation()
public Context getContext()
public boolean appendAndExecuteSubCommand(org.eclipse.emf.common.command.Command subcommand)
CompoundCommand.appendAndExecute(Command)
with the provided subcommandsubcommand
- CompoundCommand.appendAndExecute(Command)
executed with the provided subcommand