Uses of Class
org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase
Packages that use WizardBase
Package
Description
-
Uses of WizardBase in org.eclipse.birt.core.ui.frameworks.taskwizard
Fields in org.eclipse.birt.core.ui.frameworks.taskwizard declared as WizardBaseModifier and TypeFieldDescriptionprotected WizardBase
SimpleTask.container
protected final WizardBase
WizardBaseDialog.wizardBase
Comment forwizardBase
Methods in org.eclipse.birt.core.ui.frameworks.taskwizard with parameters of type WizardBaseModifier and TypeMethodDescriptionvoid
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 WizardBaseModifierConstructorDescriptionWizardBaseDialog
(WizardBase wizardBase, org.eclipse.swt.widgets.Shell parentShell, int iInitialWidth, int iInitialHeight, String strTitle, org.eclipse.swt.graphics.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 WizardBaseModifier and TypeMethodDescriptionvoid
ITask.setUIProvider
(WizardBase wizard) Called upon instantiation to allow a task to interact with the containing wizard.