Package org.jitterbit.application.ui.viewer.error.log

Examples of org.jitterbit.application.ui.viewer.error.log.ErrorLogEntryDetailsDisplayer


*/
final class ShowLastErrorExecutor extends AbstractLastErrorExecutor {

    @Override
    protected void handle(ErrorLogEntry entry) {
        ErrorLogEntryDetailsDisplayer displayer = new ErrorLogEntryDetailsDisplayer(entry);
        UiProviderDialogDisplayer.display(UiUtils.getActiveFrame(), displayer, "Error Details",
                        KongaDialog.CLOSE_ONLY, ErrorLogEntryDetailsDisplayer.class);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.application.ui.viewer.error.log.ErrorLogEntryDetailsDisplayer

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.