public class SelectPackagesWizardPage extends Object implements OptionPanel
| Constructor and Description |
|---|
SelectPackagesWizardPage(InstallWizardPanel_ext wizardPanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfPluginSelected() |
JPanel |
getJPanel()
Return the panel to display.
|
List<PackageInfo> |
getPackagesToInstall() |
String |
getPanelTitle()
Returns a title for the panel.
|
InstallWizardPanel_ext |
getWizardPanel() |
Boolean |
isDefaultPackagesSelectionSet() |
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 SelectPackagesWizardPage(InstallWizardPanel_ext wizardPanel)
public JPanel getJPanel()
OptionPanelgetJPanel in interface OptionPanelpublic 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 OptionPanelpublic void checkIfPluginSelected()
public List<PackageInfo> getPackagesToInstall()
public Boolean isDefaultPackagesSelectionSet()
public InstallWizardPanel_ext getWizardPanel()