Searched refs:mCreateTestCheckbox (Results 1 – 1 of 1) sorted by relevance
72 private Button mCreateTestCheckbox; field in ApplicationInfoPage141 mCreateTestCheckbox = new Button(container, SWT.CHECK); in createControl()142 mCreateTestCheckbox.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1)); in createControl()143 mCreateTestCheckbox.setText("Create a Test Project"); in createControl()144 mCreateTestCheckbox.addSelectionListener(this); in createControl()174 mCreateTestCheckbox.setVisible(visible); in showTestOptions()221 enableTestOptions(mCreateTestCheckbox.getSelection()); in setVisible()406 } else if (source == mCreateTestCheckbox) { in widgetSelected()407 mValues.createPairProject = mCreateTestCheckbox.getSelection(); in widgetSelected()