Uses of Class
org.eclipse.epsilon.ewl.dom.Wizard
-
Packages that use Wizard Package Description org.eclipse.epsilon.ewl org.eclipse.epsilon.ewl.execute -
-
Uses of Wizard in org.eclipse.epsilon.ewl
Fields in org.eclipse.epsilon.ewl with type parameters of type Wizard Modifier and Type Field Description protected java.util.List<Wizard>
EwlModule. wizards
Methods in org.eclipse.epsilon.ewl that return types with arguments of type Wizard Modifier and Type Method Description java.util.List<Wizard>
EwlModule. getWizards()
java.util.List<Wizard>
IEwlModule. getWizards()
-
Uses of Wizard in org.eclipse.epsilon.ewl.execute
Fields in org.eclipse.epsilon.ewl.execute declared as Wizard Modifier and Type Field Description protected Wizard
WizardInstance. wizard
Methods in org.eclipse.epsilon.ewl.execute that return Wizard Modifier and Type Method Description Wizard
WizardInstance. getWizard()
Methods in org.eclipse.epsilon.ewl.execute with parameters of type Wizard Modifier and Type Method Description void
WizardInstance. setWizard(Wizard template)
Constructors in org.eclipse.epsilon.ewl.execute with parameters of type Wizard Constructor Description WizardInstance(Wizard wizard, java.lang.Object self, IEolContext context)
WizardLoopInstance(Wizard wizard, java.util.Collection<java.lang.Object> objects, IEwlContext context)
-