panel.setCustomActionCommand(data.getCustomActionCommand());
}
public boolean afterShow(boolean nextButtonPressed) {
boolean repeatDialog = false;
ChooseInstallationType panel = (ChooseInstallationType)getPanel();
panel.removeActionListener((ChooseInstallationTypeCtrl)this);
if ( nextButtonPressed ) {
InstallData data = InstallData.getInstance();
PackageDescription packageData = SetupDataProvider.getPackageDescription();