Package org.olat.core.commons.services.clipboard

Examples of org.olat.core.commons.services.clipboard.ClipboardService


    //TODO:PB:OLAT-4047 permsharp = createVelocityContainer("permsharp");
    //TODO:PB:OLAT-4047 Panel p = new Panel("refreshpermlink");
    //TODO:PB:OLAT-4047 p.setContent(permsharp);
    //TODO:PB:OLAT-4047 topNavVC.put("refreshpermlink",p);
   
    ClipboardService cps = (ClipboardService) ureq.getUserSession().getServiceInstance(ClipboardService.class);
    clipboardC = cps.onceGetClipboardUI().createController(ureq, getWindowControl());
    listenTo(clipboardC);
    //topNavVC.put("clipboard", clipboardC.getInitialComponent());
    //TODO:PB:OLAT-4047 getWindowControl().getWindowBackOffice().addCycleListener(this);//receive events to adjust URL
    putInitialPanel(topNavVC);
  }
View Full Code Here

TOP

Related Classes of org.olat.core.commons.services.clipboard.ClipboardService

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.