Package org.olat.course.config.ui

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


     
        calCfgCtr = new CourseCalendarConfigController(ureq, getWindowControl(), changedCourseConfig);
        this.listenTo(calCfgCtr);
        tabbedPane.addTab(translate("tab.calendar"), calCfgCtr.getInitialComponent());

        cglosCtr = new CourseConfigGlossaryController(ureq, getWindowControl(), changedCourseConfig, course.getResourceableId());
        this.listenTo(cglosCtr);
        tabbedPane.addTab(translate("tab.glossary"), cglosCtr.getInitialComponent());       
      }    
    } else if (repositoryEntry.getOlatResource().getResourceableTypeName().equals(GlossaryResource.TYPE_NAME)){
      //TODO:RH:gloss: change to use rep.handler to get config tabs
View Full Code Here

TOP

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

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.