HomeSort by relevance Sort by last modified time
    Searched full:databaselocationcombo (Results 1 - 1 of 1) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 61 private CCombo databaseLocationCombo;
185 this.databaseLocationCombo = createCombo(databaseGroup);
186 this.databaseLocationCombo.setEditable(false);
521 this.databaseLocationCombo.removeAll();
522 this.databaseLocationCombo.setText(store.getDefaultString(PRE_DATABASE_LOCATION));
585 this.databaseLocationCombo.removeAll();
586 this.databaseLocationCombo.setText(store.getString(PRE_DATABASE_LOCATION));
591 this.databaseLocationCombo.add(history);
820 final String databaseLocation = this.databaseLocationCombo.getText();
    [all...]

Completed in 88 milliseconds