this.originalCommands = originalCommands;
}
public void createControl(Composite parent) {
TunnelCommandDefinitionWizard wizard = (TunnelCommandDefinitionWizard) getWizard();
commandPart = new ServiceTunnelCommandPart(originalCommands, wizard.getServiceContext());
Control control = commandPart.createPart(parent);
setControl(control);
}