debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/UnifiedLaunchOptionsPage.java
branchRCL_2_4
changeset 953 68b6a294ab01
parent 911 81a2e70a37d7
child 959 a9c84e6d779f
equal deleted inserted replaced
951:9e8d63ac5a58 953:68b6a294ab01
    44  * Build before debug: section with the build-before-debug preference for this
    44  * Build before debug: section with the build-before-debug preference for this
    45  * launch configuration.
    45  * launch configuration.
    46  */
    46  */
    47 public class UnifiedLaunchOptionsPage extends WizardPage implements ISectionChangeListener {
    47 public class UnifiedLaunchOptionsPage extends WizardPage implements ISectionChangeListener {
    48 
    48 
    49 	private final LaunchOptionsData data;
    49 	private final LaunchWizardData data;
    50 	private ArrayList<IWizardSection> sections;
    50 	private ArrayList<IWizardSection> sections;
    51 	
    51 	
    52 	
    52 	
    53 	/**
    53 	/**
    54 	 * @param mmps
    54 	 * @param mmps
    55 	 * @param exes
    55 	 * @param exes
    56 	 * @param defaultExecutable
    56 	 * @param defaultExecutable
    57 	 * @param project
    57 	 * @param project
    58 	 * @param configurationName
    58 	 * @param configurationName
    59 	 */
    59 	 */
    60 	public UnifiedLaunchOptionsPage(LaunchOptionsData data) {
    60 	public UnifiedLaunchOptionsPage(LaunchWizardData data) {
    61 		super("Configure Launch Settings");
    61 		super("Configure Launch Settings");
    62 		
    62 		
    63 		setDescription("Configure the connection and process to launch.");
    63 		setDescription("Configure the connection and process to launch.");
    64 		
    64 		
    65 		this.data = data;
    65 		this.data = data;