Searched refs:PRE_DATABASE_LOCATION (Results 1 – 5 of 5) sorted by relevance
522 this.databaseLocationCombo.setText(store.getDefaultString(PRE_DATABASE_LOCATION)); in initializeDefaults()586 this.databaseLocationCombo.setText(store.getString(PRE_DATABASE_LOCATION)); in initializeValues()588 String history = store.getString(PRE_DATABASE_LOCATION + "." + i); in initializeValues()949 store.setValue(PRE_DATABASE_LOCATION, location); in storeValues()951 store.setValue(PRE_DATABASE_LOCATION, NETWORK_DATABASE_LOCATION); in storeValues()968 store.setValue(PRE_DATABASE_LOCATION+"."+i, item); in storeValues()970 while (store.getString(PRE_DATABASE_LOCATION+"."+i).length() > 0) { in storeValues()971 store.setToDefault(PRE_DATABASE_LOCATION+"."+i); in storeValues()
41 defaultPreferences.put(PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION); in initializeDefaultPreferences()
191 …String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerf… in PerformancesView()522 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_LOCATION)) { in preferenceChange()
491 …String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerf… in resetView()
30 public static final String PRE_DATABASE_LOCATION = PREFIX + "database.location"; //$NON-NLS-1$ field