this.lessonSlotContentRenderer = new RoomTimeTableLessonContentRenderer();
this.colorPicker = new RoomTimeTableColorPicker();
break;
case TimeTableType.SOP_CLASS_TIMETABLE:
this.lessonSlotContentRenderer = new SopClassTimeTableLessonContentRenderer(infoExecutionDegree, infoCurricularYear);
this.colorPicker = new ClassTimeTableColorPicker();
break;
case TimeTableType.SOP_ROOM_TIMETABLE:
this.lessonSlotContentRenderer = new SopRoomTimeTableLessonContentRenderer();