Package org.olat.core.gui.control.generic.docking

Examples of org.olat.core.gui.control.generic.docking.DockController


      doLaunch(ureq);
    }
  }

  private void doLaunch(UserRequest ureq) {
    dockC = new DockController(ureq, getWindowControl(), false, new ControllerCreator(){
      public Controller createController(UserRequest lureq, WindowControl lwControl) {
        Controller foCtr = ForumUIFactory.getStandardForumController(lureq, lwControl, forum, foCallback);
        Controller titledCtrl = TitledWrapperHelper.getWrapper(lureq, lwControl, foCtr, courseNode, "o_fo_icon");
        foCtr.addControllerListener(FOCourseNodeRunController.this);
        return titledCtrl;
View Full Code Here

TOP

Related Classes of org.olat.core.gui.control.generic.docking.DockController

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.