Examples of CourseLayoutController


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

          // push on controller stack and register <this> as controllerlistener
          tabbedPane.addTab(translate("tab.chat"), ccc.getInitialComponent());
        }
        VFSContainer namedContainerImpl = new NamedContainerImpltranslate("coursefolder", course.getCourseTitle()),
            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);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.