Package org.eclipse.epsilon.ewl.execute
Class WizardLoopInstance
java.lang.Object
org.eclipse.epsilon.ewl.execute.WizardInstance
org.eclipse.epsilon.ewl.execute.WizardLoopInstance
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
ConstructorsConstructorDescriptionWizardLoopInstance
(Wizard wizard, Collection<Object> objects, IEwlContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process()
void
setCollection
(Collection<Object> collection) void
Methods inherited from class org.eclipse.epsilon.ewl.execute.WizardInstance
getContext, getSelf, getTitle, getWizard, setContext, setWizard
-
Constructor Details
-
WizardLoopInstance
-
-
Method Details
-
getCollection
-
setCollection
-
setSelf
- Overrides:
setSelf
in classWizardInstance
-
process
- Overrides:
process
in classWizardInstance
- Throws:
EolRuntimeException
-