| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.core.ui.frameworks.taskwizard | |
| org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces |
| 限定符和类型 | 字段和说明 |
|---|---|
protected IWizardContext |
WizardBase.context |
protected IWizardContext |
SimpleTask.context |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
IWizardContext |
ITask.getContext()
Called just before the UI for the task is disposed, it will be used by
the wizard.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ITask.setContext(IWizardContext context)
Called just before the UI for this Task is shown.
|
Copyright © 2008 Actuate Corp. All rights reserved.