Package jaxx.runtime.swing
Class ErrorDialogUIHandler
java.lang.Object
jaxx.runtime.swing.ErrorDialogUIHandler
public class ErrorDialogUIHandler
extends java.lang.Object
Handler of ui
ErrorDialogUI.- Since:
- 2.0
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description protected ErrorDialogUIui -
Constructor Summary
Constructors Constructor Description ErrorDialogUIHandler(ErrorDialogUI ui) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ui
-
-
Constructor Details
-
ErrorDialogUIHandler
-
-
Method Details
-
init
public static void init(java.awt.Frame frame) -
showError
public static void showError(java.lang.Exception e) -
disposeUI
public static void disposeUI()
-