Package org.eclipse.epsilon.ewl.emf
Class ExecuteWizardInstanceCommand
- java.lang.Object
-
- org.eclipse.epsilon.ewl.emf.ExecuteWizardInstanceCommand
-
- All Implemented Interfaces:
org.eclipse.emf.common.command.Command
public class ExecuteWizardInstanceCommand extends java.lang.Object implements org.eclipse.emf.common.command.Command
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.emf.ecore.change.ChangeDescription
changeDescription
protected java.util.List<InMemoryEmfModel>
models
protected WorkbenchPartRefresher
refresher
protected WizardInstance
wizardInstance
-
Constructor Summary
Constructors Constructor Description ExecuteWizardInstanceCommand(WizardInstance wizardInstance, java.util.List<InMemoryEmfModel> models, WorkbenchPartRefresher refresher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canExecute()
boolean
canUndo()
org.eclipse.emf.common.command.Command
chain(org.eclipse.emf.common.command.Command command)
void
dispose()
void
execute()
java.util.Collection<?>
getAffectedObjects()
java.lang.String
getDescription()
java.lang.String
getLabel()
java.util.Collection<?>
getResult()
void
redo()
void
undo()
-
-
-
Field Detail
-
wizardInstance
protected WizardInstance wizardInstance
-
models
protected java.util.List<InMemoryEmfModel> models
-
changeDescription
protected org.eclipse.emf.ecore.change.ChangeDescription changeDescription
-
refresher
protected WorkbenchPartRefresher refresher
-
-
Constructor Detail
-
ExecuteWizardInstanceCommand
public ExecuteWizardInstanceCommand(WizardInstance wizardInstance, java.util.List<InMemoryEmfModel> models, WorkbenchPartRefresher refresher)
-
-
Method Detail
-
execute
public void execute()
- Specified by:
execute
in interfaceorg.eclipse.emf.common.command.Command
-
redo
public void redo()
- Specified by:
redo
in interfaceorg.eclipse.emf.common.command.Command
-
canExecute
public boolean canExecute()
- Specified by:
canExecute
in interfaceorg.eclipse.emf.common.command.Command
-
canUndo
public boolean canUndo()
- Specified by:
canUndo
in interfaceorg.eclipse.emf.common.command.Command
-
chain
public org.eclipse.emf.common.command.Command chain(org.eclipse.emf.common.command.Command command)
- Specified by:
chain
in interfaceorg.eclipse.emf.common.command.Command
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceorg.eclipse.emf.common.command.Command
-
getAffectedObjects
public java.util.Collection<?> getAffectedObjects()
- Specified by:
getAffectedObjects
in interfaceorg.eclipse.emf.common.command.Command
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceorg.eclipse.emf.common.command.Command
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interfaceorg.eclipse.emf.common.command.Command
-
getResult
public java.util.Collection<?> getResult()
- Specified by:
getResult
in interfaceorg.eclipse.emf.common.command.Command
-
undo
public void undo()
- Specified by:
undo
in interfaceorg.eclipse.emf.common.command.Command
-
-