Package org.olat.instantMessaging.ui

Examples of org.olat.instantMessaging.ui.ChangeIMSettingsController


        pwdav = new WebDAVPasswordController(ureq, getWindowControl());
        userConfig.addTab(translator.translate("tab.pwdav"), pwdav.getInitialComponent());
      }
     
      if(InstantMessagingModule.isEnabled()){
        cimsc = new ChangeIMSettingsController(ureq, getWindowControl(), (Identity)DBFactory.getInstance().loadObject(ureq.getIdentity()));
        userConfig.addTab(translator.translate("tab.im"), cimsc.getInitialComponent());
      }

      // Show read only display of disclaimer so user sees what he accepted
      disclaimerCtr = new DisclaimerController(ureq, getWindowControl(), true);
View Full Code Here

TOP

Related Classes of org.olat.instantMessaging.ui.ChangeIMSettingsController

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.