Package org.jitterbit.integration.activity.ui.history

Examples of org.jitterbit.integration.activity.ui.history.OperationHistoryPage


    protected ActivityPageManager createActivityPageManager(EditorDisplayer displayer) {
        return new ActivityPageManager(displayer, true) {

            @Override
            protected ActivityPage createNewPage(ActivitySubject subject) {
                return new OperationHistoryPage(subject, opHistoryApi, sourceHistoryApi);
            }
        };
    }
View Full Code Here


        this.sourceHistoryApi = sourceHistoryApi;
    }

    @Override
    protected ActivityPage createPage(ActivitySubject subject) {
        return new OperationHistoryPage(subject, opHistoryApi, sourceHistoryApi);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.activity.ui.history.OperationHistoryPage

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.