Package ucar.unidata.util
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 TypeMethodDescriptionvoid
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
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
-