public interface JobWizard
| Modifier and Type | Field and Description |
|---|---|
static String |
BUTTON_NEXT_ICON
Icon for next button in wizard.
|
static String |
BUTTON_NEXT_TEXT
Text for next button in wizard.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the category the JobWizard belongs to.
|
String |
getDescription()
Gets the description of the wizard.
|
Icon |
getIcon()
Gets the icon which is shown for the wizard on the welcome screen, or
null if none is
defined for the wizard. |
String |
getTitle()
Gets the title for the wizard.
|
boolean |
isAvailable()
Checks if all necessary components to use the wizard are available.
|
void |
startWizard(DataCleanerConfiguration configuration,
Datastore selectedDatastore,
JobWizardCallback callback)
Starts wizard when it is activated from the welcome screen, after a Datastore has been selected to use
with it.
|
static final String BUTTON_NEXT_TEXT
static final String BUTTON_NEXT_ICON
boolean isAvailable()
true if the wizard can be usedIcon getIcon()
null if none is
defined for the wizard.IconString getTitle()
String getDescription()
void startWizard(DataCleanerConfiguration configuration, Datastore selectedDatastore, JobWizardCallback callback)
configuration - DataCleanerConfiguration passed by DataCleanerselectedDatastore - Datastore which is selected to use the wizard withcallback - JobWizardCallback which contains some signaling logicString getCategory()
Copyright © 2016. All Rights Reserved.