Package org.olat.modules.glossary

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

Related Classes of org.olat.modules.glossary.GlossaryMorphServiceSettingsController

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.