Package org.jitterbit.integration.activity.ui.core.action

Examples of org.jitterbit.integration.activity.ui.core.action.ShowHistoryAction


            ShowQueueAction queue = new ShowQueueAction(window, queueApi);
            queue.setPageDisplayer(pd);
            actions.add(queue);
        }
        if (opHistoryApi != null && sourceHistoryApi != null) {
            ShowHistoryAction history = new ShowHistoryAction(window, opHistoryApi, sourceHistoryApi);
            history.setPageDisplayer(pd);
            actions.add(history);
        }
        WindowElementResource disposables = new DisposableWindowElementResource(actions);
        page.addResource(disposables);
        return actions;
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.activity.ui.core.action.ShowHistoryAction

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.