Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DProjectContentsPage.java66 private Button mChooseLocationButton; field in ProjectContentsPage
131 mChooseLocationButton = new Button(container, SWT.NONE); in createControl()
132 mChooseLocationButton.setText("Browse..."); in createControl()
133 mChooseLocationButton.addSelectionListener(this); in createControl()
134 mChooseLocationButton.setEnabled(false); in createControl()
170 mChooseLocationButton.setEnabled(en); in setUseCustomLocation()
257 } else if (source == mChooseLocationButton) { in widgetSelected()