595596597598599600601602603
nameFieldNotes.setText(nameOfTask); } } private void constructCustomColumnPanel(IGanttProject project) { myCustomColumnPanel = new CustomColumnsPanel( project.getTaskCustomColumnManager(), project.getCustomColumnsStorage(), myUIfacade); }