this.tabbedPaneController = tabController;
this.view = new MainDataNodeView((ProjectController) getParent());
this.datasourceEditors = new HashMap();
this.localDataSources = new ArrayList<String>();
this.nodeChangeProcessor = new BindingDelegate() {
public void modelUpdated(
ObjectBinding binding,
Object oldValue,
Object newValue) {