|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataTransformWizardPanel
This class has to be inherited by all the classes that appears on the transformation wizard. It contains methods to manage the wizard.
| Method Summary | |
|---|---|
javax.swing.JPanel |
getJPanel()
Return the panel to display. |
java.lang.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 |
| Method Detail |
|---|
javax.swing.JPanel getJPanel()
java.lang.String getPanelTitle()
void lastPanel()
void nextPanel()
void setDataTransformWizard(DataTransformWizard dataTransformWizard)
dataTransformWizard - The wizard to set.void updatePanel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||