Search in sources :

Example 1 with PFEditController

use of org.olat.course.nodes.pf.ui.PFEditController in project openolat by klemens.

the class PFCourseNode method createEditController.

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

Example 2 with PFEditController

use of org.olat.course.nodes.pf.ui.PFEditController in project OpenOLAT by OpenOLAT.

the class PFCourseNode method createEditController.

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

Aggregations

NodeEditController (org.olat.course.editor.NodeEditController)2 PFEditController (org.olat.course.nodes.pf.ui.PFEditController)2