public class PackageInfoOption extends java.lang.Object implements OptionPanel
| Constructor and Description |
|---|
PackageInfoOption(BasePackageWizard 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
|
public PackageInfoOption(BasePackageWizard wizard)
public javax.swing.JPanel getJPanel()
OptionPanelgetJPanel in interface OptionPanelpublic java.lang.String getPanelTitle()
OptionPanelgetPanelTitle in interface OptionPanelpublic void lastPanel()
OptionPanellastPanel in interface OptionPanelpublic void nextPanel()
throws NotContinueWizardException
OptionPanelnextPanel in interface OptionPanelNotContinueWizardExceptionpublic void updatePanel()
OptionPanelupdatePanel in interface OptionPanel