Package org.eclipse.epsilon.ewl.execute
Class WizardLoopInstance
- java.lang.Object
-
- org.eclipse.epsilon.ewl.execute.WizardInstance
-
- org.eclipse.epsilon.ewl.execute.WizardLoopInstance
-
public class WizardLoopInstance extends WizardInstance
Applies the same EWL wizard to a collection of applicable objects.
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.ewl.execute.WizardInstance
context, scope, self, wizard
-
-
Constructor Summary
Constructors Constructor Description WizardLoopInstance(Wizard wizard, Collection<Object> objects, IEwlContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object>
getCollection()
void
process()
void
setCollection(Collection<Object> collection)
void
setSelf(Object self)
-
Methods inherited from class org.eclipse.epsilon.ewl.execute.WizardInstance
getContext, getSelf, getTitle, getWizard, setContext, setWizard
-
-
-
-
Constructor Detail
-
WizardLoopInstance
public WizardLoopInstance(Wizard wizard, Collection<Object> objects, IEwlContext context)
-
-
Method Detail
-
getCollection
public Collection<Object> getCollection()
-
setCollection
public void setCollection(Collection<Object> collection)
-
setSelf
public void setSelf(Object self)
- Overrides:
setSelf
in classWizardInstance
-
process
public void process() throws EolRuntimeException
- Overrides:
process
in classWizardInstance
- Throws:
EolRuntimeException
-
-