Examples of GlossaryMorphServiceSettingsController


Examples of org.olat.modules.glossary.GlossaryMorphServiceSettingsController

        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
      GlossaryMorphServiceSettingsController glossMSSettingCtr = new GlossaryMorphServiceSettingsController(ureq, getWindowControl(), repositoryEntry.getOlatResource());
      tabbedPane.addTab(translate("tab.glossary.flexions"), glossMSSettingCtr.getInitialComponent());
     
      GlossaryRegisterSettingsController glossRegisterSetCtr = new GlossaryRegisterSettingsController(ureq, getWindowControl(), repositoryEntry.getOlatResource());
      tabbedPane.addTab(translate("tab.glossary.register"), glossRegisterSetCtr.getInitialComponent());
    }
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.