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

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


    // if cps == null --> service not available in this setup: does this make sense at all?
   
    VelocityContainer mainVc = createVelocityContainer("clipdemo");

    // copyTo demo
    copyToC = cps.createCopyToUIService(new ClipboardEntryCreator() {
      public ClipboardEntry createClipboardEntry() {
        return createCurrentClipboardEntry();
      }
   
    }).createController(ureq, getWindowControl());
View Full Code Here

TOP

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

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.