Package com.volantis.mcs.management.tracking

Examples of com.volantis.mcs.management.tracking.DefaultCanvasDetails


     * javadoc inherited.
     */
    public CanvasDetails createCanvasDetails(String title, CanvasType canvasType,
                                             String themeName, String layoutName) {
        // null parameter checks are performed be DefaultCanvasDetails class
        return new DefaultCanvasDetails(title, canvasType, themeName, layoutName);
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.management.tracking.DefaultCanvasDetails

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.