Searched refs:mLocationLabel (Results 1 – 2 of 2) sorted by relevance
64 private Label mLocationLabel; field in ProjectContentsPage123 mLocationLabel = new Label(container, SWT.NONE); in createControl()124 mLocationLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()125 mLocationLabel.setText("Location:"); in createControl()168 mLocationLabel.setEnabled(en); in setUseCustomLocation()
83 private Label mLocationLabel; field in ProjectNamePage152 mLocationLabel = new Label(container, SWT.NONE); in createControl()153 mLocationLabel.setText("Location:"); in createControl()307 mLocationLabel.setEnabled(locationEnabled); in updateLocationState()