|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWizardContext | |
---|---|
org.eclipse.birt.core.ui.frameworks.taskwizard | |
org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces |
Uses of IWizardContext in org.eclipse.birt.core.ui.frameworks.taskwizard |
---|
Fields in org.eclipse.birt.core.ui.frameworks.taskwizard declared as IWizardContext | |
---|---|
protected IWizardContext |
WizardBase.context
|
protected IWizardContext |
SimpleTask.context
|
Methods in org.eclipse.birt.core.ui.frameworks.taskwizard that return IWizardContext | |
---|---|
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. |
Methods in org.eclipse.birt.core.ui.frameworks.taskwizard with parameters of type IWizardContext | |
---|---|
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)
|
Uses of IWizardContext in org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces |
---|
Methods in org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces that return IWizardContext | |
---|---|
IWizardContext |
ITask.getContext()
Called just before the UI for the task is disposed, it will be used by the wizard. |
Methods in org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces with parameters of type IWizardContext | |
---|---|
void |
ITask.setContext(IWizardContext context)
Called just before the UI for this Task is shown. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |