public interface OptionPanel
This interface has to be implemented by all the classes that are a part of the wizard.
| Modifier and Type | Method and Description |
|---|---|
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 |
updatePanel()
This method is called when the panel is displayed
|
java.lang.String getPanelTitle()
void nextPanel()
throws NotContinueWizardException
NotContinueWizardExceptionvoid lastPanel()
void updatePanel()
javax.swing.JPanel getJPanel()