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