Interface LogUtil.DialogManager

All Known Implementing Classes:
DefaultIdv, IdvServer.MyIdv, IntegratedDataViewer, MultiPaneIdv
Enclosing class:
LogUtil

public static interface LogUtil.DialogManager
DialogManager is an interface that allows an applcation to add its own buttons to the error dialogs
Version:
$Revision: 1.98 $
Author:
IDV Development Team
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addErrorButtons(JDialog dialog, List buttonList, String msg, Throwable exc)
    Add any buttons to the given list that should show up in the error dialog
  • Method Details

    • addErrorButtons

      void addErrorButtons(JDialog dialog, List buttonList, String msg, Throwable exc)
      Add any buttons to the given list that should show up in the error dialog
      Parameters:
      dialog - The dialog
      buttonList - List to put buttons into
      msg - The error message
      exc - The exception that was thrown