Package org.olat.course.nodes.projectbroker

Examples of org.olat.course.nodes.projectbroker.ProjectBrokerCourseEditorController


   *      org.olat.core.gui.control.WindowControl, org.olat.course.ICourse)
   */
  @Override
  public TabbableController createEditController(UserRequest ureq, WindowControl wControl, ICourse course, UserCourseEnvironment euce) {
    updateModuleConfigDefaults(false);
    ProjectBrokerCourseEditorController childTabCntrllr = ProjectBrokerControllerFactory.createCourseEditController(ureq, wControl, course, euce, this );
    CourseNode chosenNode = course.getEditorTreeModel().getCourseNode(euce.getCourseEditorEnv().getCurrentCourseNodeId());
    groupMgr = course.getCourseEnvironment().getCourseGroupManager();
    NodeEditController editController = new NodeEditController(ureq, wControl, course.getEditorTreeModel(), course, chosenNode, groupMgr, euce, childTabCntrllr);
    editController.addControllerListener(childTabCntrllr);
    return editController;
View Full Code Here

TOP

Related Classes of org.olat.course.nodes.projectbroker.ProjectBrokerCourseEditorController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.