Package | Description |
---|---|
org.eclipse.birt.core.ui.frameworks.taskwizard | |
org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces |
Modifier and Type | Field and Description |
---|---|
protected IWizardContext |
WizardBase.context |
protected IWizardContext |
SimpleTask.context |
Modifier and Type | Method and Description |
---|---|
IWizardContext |
SimpleTask.getContext() |
IWizardContext |
WizardBase.open(IWizardContext initialContext)
Launches the wizard with the first tasks in 'Available' state.
|
IWizardContext |
WizardBase.open(java.lang.String[] sTasks,
java.lang.String topTaskId,
IWizardContext initialContext)
Launches the wizard with the specified tasks in 'Available' state...and
the specified task sets as the 'Active' task.
|
Modifier and Type | Method and Description |
---|---|
void |
WizardBase.displayError(java.lang.String[] sErrors,
java.lang.String[] sFixes,
java.lang.String[] sTaskIDs,
IWizardContext currentContext,
java.lang.Object[] hints)
Displays the errors in a common Error Display UI mechanism.
|
IWizardContext |
WizardBase.open(IWizardContext initialContext)
Launches the wizard with the first tasks in 'Available' state.
|
IWizardContext |
WizardBase.open(java.lang.String[] sTasks,
java.lang.String topTaskId,
IWizardContext initialContext)
Launches the wizard with the specified tasks in 'Available' state...and
the specified task sets as the 'Active' task.
|
void |
SimpleTask.setContext(IWizardContext context) |
void |
WizardBase.updateContext(IWizardContext wizardcontext) |
Modifier and Type | Method and Description |
---|---|
IWizardContext |
ITask.getContext()
Called just before the UI for the task is disposed, it will be used by
the wizard.
|
Modifier and Type | Method and Description |
---|---|
void |
ITask.setContext(IWizardContext context)
Called just before the UI for this Task is shown.
|
Copyright © 2008 Actuate Corp. All rights reserved.