HomeSort by relevance Sort by last modified time
    Searched defs:databaseLocationCombo (Results 1 - 2 of 2) 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 118 milliseconds