Package org.jitterbit.integration.client.ui.operation

Examples of org.jitterbit.integration.client.ui.operation.OperationActivityMonitorPageSite


    public OperationPage(Operation op) {
        super(new IntegrationEntityPageModel(op));
        graphController = OperationGraphController.READ_ONLY;
        graphSaver = OperationGraphSaver.READ_ONLY;
        layoutStore = GraphLayoutStore.EMPTY;
        activityMonitorHelper = new OperationActivityMonitorPageSite(this);
        addResource(new ScrollPositionSaver(this));
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.operation.OperationActivityMonitorPageSite

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.