Search in sources :

Example 1 with VideoEditController

use of org.olat.course.nodes.video.VideoEditController in project OpenOLAT by OpenOLAT.

the class VideoCourseNode method createEditController.

@Override
public TabbableController createEditController(UserRequest ureq, WindowControl wControl, BreadcrumbPanel stackPanel, ICourse course, UserCourseEnvironment euce) {
    updateModuleConfigDefaults(false);
    VideoEditController childTabCntrllr = new VideoEditController(this, ureq, wControl, course, euce);
    CourseNode chosenNode = course.getEditorTreeModel().getCourseNode(euce.getCourseEditorEnv().getCurrentCourseNodeId());
    return new NodeEditController(ureq, wControl, course.getEditorTreeModel(), course, chosenNode, euce, childTabCntrllr);
}
Also used : VideoEditController(org.olat.course.nodes.video.VideoEditController) NodeEditController(org.olat.course.editor.NodeEditController)

Example 2 with VideoEditController

use of org.olat.course.nodes.video.VideoEditController in project openolat by klemens.

the class VideoCourseNode method createEditController.

@Override
public TabbableController createEditController(UserRequest ureq, WindowControl wControl, BreadcrumbPanel stackPanel, ICourse course, UserCourseEnvironment euce) {
    updateModuleConfigDefaults(false);
    VideoEditController childTabCntrllr = new VideoEditController(this, ureq, wControl, course, euce);
    CourseNode chosenNode = course.getEditorTreeModel().getCourseNode(euce.getCourseEditorEnv().getCurrentCourseNodeId());
    return new NodeEditController(ureq, wControl, course.getEditorTreeModel(), course, chosenNode, euce, childTabCntrllr);
}
Also used : VideoEditController(org.olat.course.nodes.video.VideoEditController) NodeEditController(org.olat.course.editor.NodeEditController)

Aggregations

NodeEditController (org.olat.course.editor.NodeEditController)2 VideoEditController (org.olat.course.nodes.video.VideoEditController)2