Method Summary |
|
abstract protected void | cancel() Performs processing to handle cancellation of this wizard. |
abstract protected void | cleanup() Performs processing to cleanup any resources used by this wizard. |
abstract protected void | commit() Performs processing to handle committal of data gathered by this wizard. |
public ETLWizardContext | getContext() Gets context associated with this wizard. |
abstract public WizardDescriptor | getDescriptor() Gets descriptor containing information on available panels. |
protected String | getDialogTitle() Gets string label to display as title of dialog window. |
abstract public WizardDescriptor.Iterator | getIterator() Gets iterator used to cycle through available panels for this wizard. |
abstract protected void | initialize() Initializes the wizard. |
public boolean | show() Displays the wizard and its associated panels. |