Home
last modified time | relevance | path

Searched refs:mInstallLatestCheckbox (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizardPage.java43 private Button mInstallLatestCheckbox; field in WelcomeWizardPage
91 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()
95mInstallLatestCheckbox.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()