Package org.jitterbit.integration.client.ui.script.builder.dataelement

Examples of org.jitterbit.integration.client.ui.script.builder.dataelement.ScriptDataElementsModel


    // TODO: Add properties for disable breakpoints, etc

    public ScriptDebugModel(DebugService debugService, IntegrationEntityId debuggeeId) {
        this.debugService = debugService;
        this.debuggeeId = debuggeeId;
        dataElementsModel = new ScriptDataElementsModel();
        testProviderId = newProperty(TEST_PROVIDER_ID, null);
        debugMessage = newProperty(DEBUG_MESSAGE, "");
        callback = new ServerTestCallbackAdapter() {/**/};
        startEnabled = newProperty(IS_START_ENABLED, Boolean.FALSE);
        disableBreakpoints = newProperty(DISABLE_BREAKPOINTS, Boolean.FALSE);
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.script.builder.dataelement.ScriptDataElementsModel

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.