Package org.eclipse.epsilon.ewl.execute
Class WizardInstance
- java.lang.Object
-
- org.eclipse.epsilon.ewl.execute.WizardInstance
-
- Direct Known Subclasses:
WizardLoopInstance
public class WizardInstance extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IEolContext
context
protected FrameStack
scope
protected Object
self
protected Wizard
wizard
-
Constructor Summary
Constructors Constructor Description WizardInstance()
WizardInstance(Wizard wizard, Object self, IEolContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEolContext
getContext()
Object
getSelf()
String
getTitle()
Wizard
getWizard()
void
process()
void
setContext(IEolContext context)
void
setSelf(Object self)
void
setWizard(Wizard template)
-
-
-
Field Detail
-
context
protected IEolContext context
-
self
protected Object self
-
wizard
protected Wizard wizard
-
scope
protected FrameStack scope
-
-
Constructor Detail
-
WizardInstance
public WizardInstance(Wizard wizard, Object self, IEolContext context)
-
WizardInstance
public WizardInstance()
-
-
Method Detail
-
getContext
public IEolContext getContext()
-
setContext
public void setContext(IEolContext context)
-
getSelf
public Object getSelf()
-
setSelf
public void setSelf(Object self)
-
getWizard
public Wizard getWizard()
-
setWizard
public void setWizard(Wizard template)
-
process
public void process() throws EolRuntimeException
- Throws:
EolRuntimeException
-
getTitle
public String getTitle() throws EolRuntimeException
- Throws:
EolRuntimeException
-
-