ucar.unidata.util
Interface LogUtil.DialogManager

All Known Implementing Classes:
DefaultIdv, 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
 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 Detail

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