Package jaxx.runtime.swing
Class ErrorDialogUIHandler
- java.lang.Object
-
- jaxx.runtime.swing.ErrorDialogUIHandler
-
public class ErrorDialogUIHandler extends Object
Handler of uiErrorDialogUI.- 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisposeUI()static voidinit(Frame frame)static voidshowError(Exception e)
-
-
-
Field Detail
-
ui
protected final ErrorDialogUI ui
-
-
Constructor Detail
-
ErrorDialogUIHandler
public ErrorDialogUIHandler(ErrorDialogUI ui)
-
-