Searched refs:mInstallLatestCheckbox (Results 1 – 1 of 1) sorted by relevance
43 private Button mInstallLatestCheckbox; field in WelcomeWizardPage91 mInstallLatestCheckbox = new Button(container, SWT.CHECK); in createControl()92 mInstallLatestCheckbox.setSelection(true); in createControl()93 mInstallLatestCheckbox.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 3, in createControl()95 …mInstallLatestCheckbox.setText("Install the latest available version of Android APIs (supports all… in createControl()96 mInstallLatestCheckbox.addSelectionListener(this); in createControl()153 return mInstallLatestCheckbox.getSelection(); in isInstallLatest()248 if (error == null && !mInstallLatestCheckbox.getSelection() in validatePage()