Package org.gradle.openapi.wrappers.ui

Examples of org.gradle.openapi.wrappers.ui.DualPaneUIWrapper


                             diagnosing problems is this fails
     * @return a dual pane UI.
     * @throws Exception
     */
    public static DualPaneUIVersion1 createDualPaneUI( final DualPaneUIInteractionVersion1 interaction, boolean showDebugInfo ) throws Exception {
        return new DualPaneUIWrapper( interaction );
    }
View Full Code Here

TOP

Related Classes of org.gradle.openapi.wrappers.ui.DualPaneUIWrapper

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.