Uses of Class
org.eclipse.epsilon.ewl.execute.WizardInstance
-
Packages that use WizardInstance Package Description org.eclipse.epsilon.ewl org.eclipse.epsilon.ewl.emf org.eclipse.epsilon.ewl.execute -
-
Uses of WizardInstance in org.eclipse.epsilon.ewl
Methods in org.eclipse.epsilon.ewl that return types with arguments of type WizardInstance Modifier and Type Method Description java.util.List<WizardInstance>
EwlModule. getWizardsFor(java.lang.Object self)
java.util.List<WizardInstance>
IEwlModule. getWizardsFor(java.lang.Object self)
-
Uses of WizardInstance in org.eclipse.epsilon.ewl.emf
Fields in org.eclipse.epsilon.ewl.emf declared as WizardInstance Modifier and Type Field Description protected WizardInstance
ExecuteWizardInstanceCommand. wizardInstance
Constructors in org.eclipse.epsilon.ewl.emf with parameters of type WizardInstance Constructor Description ExecuteWizardInstanceCommand(WizardInstance wizardInstance, java.util.List<InMemoryEmfModel> models, WorkbenchPartRefresher refresher)
-
Uses of WizardInstance in org.eclipse.epsilon.ewl.execute
Subclasses of WizardInstance in org.eclipse.epsilon.ewl.execute Modifier and Type Class Description class
WizardLoopInstance
Applies the same EWL wizard to a collection of applicable objects.
-