|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardBase | |
---|---|
org.eclipse.birt.core.ui.frameworks.taskwizard | |
org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces |
Uses of WizardBase in org.eclipse.birt.core.ui.frameworks.taskwizard |
---|
Fields in org.eclipse.birt.core.ui.frameworks.taskwizard declared as WizardBase | |
---|---|
protected WizardBase |
SimpleTask.container
|
protected WizardBase |
WizardBaseDialog.wizardBase
Comment for wizardBase |
Methods in org.eclipse.birt.core.ui.frameworks.taskwizard with parameters of type WizardBase | |
---|---|
void |
ErrorsManager.registerWizard(WizardBase wizard)
This method registers a wizard with the ErrorsManager. |
void |
SimpleTask.setUIProvider(WizardBase wizard)
|
Constructors in org.eclipse.birt.core.ui.frameworks.taskwizard with parameters of type WizardBase | |
---|---|
WizardBaseDialog(WizardBase wizardBase,
Shell parentShell,
int iInitialWidth,
int iInitialHeight,
java.lang.String strTitle,
Image imgTitle)
|
Uses of WizardBase in org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces |
---|
Methods in org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces with parameters of type WizardBase | |
---|---|
void |
ITask.setUIProvider(WizardBase wizard)
Called upon instantiation to allow a task to interact with the containing wizard. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |