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

Examples of org.jitterbit.integration.client.ui.script.builder.CommunityScriptModeSelector


    public ScriptPad(EditorService editorService, IntegrationProject project,
                    InterchangeDebugService interchangeDebugService) {
        this.project = project;
        this.interchangeDebugService = interchangeDebugService;
        displayer = new ScriptPadEditorDisplayer(editorService);
        modeSelector = new CommunityScriptModeSelector();
        script = new Script("__throw_away__");
    }
View Full Code Here


    public ScriptPageConfig(InterchangeView view, EntityPageFactory pageFactory, Action loginAction,
                    DebugActions debugActions) {
        impl = new DefaultPageConfig(view, pageFactory);
        this.loginAction = loginAction;
        this.debugActions = debugActions;
        modeSelector = new CommunityScriptModeSelector();
    }
View Full Code Here

    private ScriptModeSelector modeSelector;

    public ScriptPage(Script script) {
        super(new IntegrationEntityPageModel(script));
        modeSelector = new CommunityScriptModeSelector();
        setHelpId("integration.script.main");
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.script.builder.CommunityScriptModeSelector

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.