Package org.jitterbit.integration.activity.ui.log

Examples of org.jitterbit.integration.activity.ui.log.OperationLogTable


final class LogMonitor implements UiProvider {

    private final OperationLogTable table;

    public LogMonitor() {
        table = new OperationLogTable(emptyModel());
        table.setVisibleRowCount(3);
        new KongaRowTable(table).setDefaultAction(new ShowMessageAction());
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.activity.ui.log.OperationLogTable

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.