Package org.olat.course.nodes.bc

Examples of org.olat.course.nodes.bc.BCPreviewController


   *      org.olat.core.gui.control.WindowControl,
   *      org.olat.course.run.userview.UserCourseEnvironment,
   *      org.olat.course.run.userview.NodeEvaluation)
   */
  public Controller createPreviewController(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnv, NodeEvaluation ne) {
    return new BCPreviewController(ureq, wControl, this, userCourseEnv.getCourseEnvironment(), ne);
  }
View Full Code Here

TOP

Related Classes of org.olat.course.nodes.bc.BCPreviewController

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.