public interface JobWizardCallback
JobWizard.| Modifier and Type | Method and Description |
|---|---|
void |
setWizardContent(JComponent component)
Sets the contents of the wizard panel to the given component, which is typically used within the flow
of the wizard for rendering.
|
void |
setWizardFinished(org.datacleaner.job.builder.AnalysisJobBuilder analysisJobBuilder)
Indicates the wizard is finished and passed the analysisJobBuilder which has been built using a
JobWizard. |
void setWizardContent(JComponent component)
component - JComponent with content for wizard panelvoid setWizardFinished(org.datacleaner.job.builder.AnalysisJobBuilder analysisJobBuilder)
JobWizard.analysisJobBuilder - AnalysisJobBuilder which has been built using the JobWizardCopyright © 2016. All Rights Reserved.