public interface DataTransformWizardPanel
Modifier and Type | Method and Description |
---|---|
JPanel |
getJPanel()
Return the panel to display.
|
String |
getPanelTitle()
Returns a title for the panel.
|
void |
lastPanel()
This method is called when the last button is clicked
|
void |
nextPanel()
This method is called when the next button is clicked
|
void |
setDataTransformWizard(DataTransformWizard dataTransformWizard)
Sets the DataTransformWizard that contains information about
all the wizard.
|
void |
updatePanel()
This method is called when the panel is displayed
|
String getPanelTitle()
void nextPanel()
void lastPanel()
void updatePanel()
JPanel getJPanel()
void setDataTransformWizard(DataTransformWizard dataTransformWizard)
dataTransformWizard
- The wizard to set.