public ObjRelationshipInfoView(final ProjectController mediator) {
this.mediator = mediator;
this.widgetFactory = new DefaultWidgetFactory();
this.cancelButton = new JButton("Cancel");
this.saveButton = new JButton("Done");
this.newRelButton = new JButton("New DbRelationship");
this.selectPathButton = new JButton("Select Path");