Package org.olat.course.config.ui

Examples of org.olat.course.config.ui.CourseSharedFolderController


            course.getCourseFolderContainer());
        clayoutC = new CourseLayoutController(ureq, getWindowControl(), changedCourseConfig, namedContainerImpl);
        this.listenTo(clayoutC);
        tabbedPane.addTab(translate("tab.layout"), clayoutC.getInitialComponent());

        csfC = new CourseSharedFolderController(ureq, getWindowControl(), changedCourseConfig);
        this.listenTo(csfC);
        tabbedPane.addTab(translate("tab.sharedfolder"), csfC.getInitialComponent());

        ceffC = new CourseEfficencyStatementController(ureq, getWindowControl(), changedCourseConfig);
        this.listenTo(ceffC);
View Full Code Here

TOP

Related Classes of org.olat.course.config.ui.CourseSharedFolderController

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.