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
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 dialogbuttonList - List to put buttons intomsg - The error messageexc - The exception that was thrown