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 |
---|---|
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 |
updatePanel()
This method is called when the panel is displayed
|
String getPanelTitle()
void nextPanel() throws NotContinueWizardException
NotContinueWizardException
void lastPanel()
void updatePanel()
JPanel getJPanel()