view.getConfigLocalDataSources(),
"dataSourceConfigAction()");
}
public void dataSourceConfigAction() {
PreferenceDialog prefs = new PreferenceDialog(this);
prefs.showDataSourceEditorAction(view.getLocalDataSources().getSelectedItem());
refreshLocalDataSources();
}