public class WizardInstance extends Object
Modifier and Type | Field and Description |
---|---|
protected IEolContext |
context |
protected FrameStack |
scope |
protected Object |
self |
protected Wizard |
wizard |
Constructor and Description |
---|
WizardInstance() |
WizardInstance(Wizard wizard,
Object self,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
IEolContext |
getContext() |
Object |
getSelf() |
String |
getTitle() |
Wizard |
getWizard() |
void |
process() |
void |
setContext(IEolContext context) |
void |
setSelf(Object self) |
void |
setWizard(Wizard template) |
protected IEolContext context
protected Object self
protected Wizard wizard
protected FrameStack scope
public WizardInstance(Wizard wizard, Object self, IEolContext context)
public WizardInstance()
public IEolContext getContext()
public void setContext(IEolContext context)
public Object getSelf()
public void setSelf(Object self)
public Wizard getWizard()
public void setWizard(Wizard template)
public void process() throws EolRuntimeException
EolRuntimeException
public String getTitle() throws EolRuntimeException
EolRuntimeException
Copyright © 2020. All rights reserved.