Package org.gvsig.gui.beans.wizard.panel
Interface OptionPanel
public interface OptionPanel
This interface has to be implemented by all the classes that are a part of the wizard.
- Author:
- Jorge Piera Llodrá
-
Method Summary
Modifier and TypeMethodDescriptionReturn the panel to display.Returns a title for the panel.voidThis method is called when the last button is clickedvoidThis method is called when the next button is clickedvoidThis method is called when the panel is displayed
-
Method Details
-
getPanelTitle
String getPanelTitle()Returns a title for the panel.- Returns:
- The panel title.
-
nextPanel
This method is called when the next button is clicked- Throws:
NotContinueWizardException
-
lastPanel
void lastPanel()This method is called when the last button is clicked -
updatePanel
void updatePanel()This method is called when the panel is displayed -
getJPanel
JPanel getJPanel()Return the panel to display.- Returns:
- The panel.
-