jaxx.runtime.swing
Class ErrorDialogUIHandler

java.lang.Object
  extended by jaxx.runtime.swing.ErrorDialogUIHandler

public class ErrorDialogUIHandler
extends Object

Handler of ui ErrorDialogUI.

Since:
2.0
Author:
tchemit

Field Summary
protected  ErrorDialogUI ui
           
 
Constructor Summary
ErrorDialogUIHandler(ErrorDialogUI ui)
           
 
Method Summary
static void disposeUI()
           
static void init(Frame frame)
           
static void showError(Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ui

protected final ErrorDialogUI ui
Constructor Detail

ErrorDialogUIHandler

public ErrorDialogUIHandler(ErrorDialogUI ui)
Method Detail

init

public static void init(Frame frame)

showError

public static void showError(Exception e)

disposeUI

public static void disposeUI()


Copyright © 2008-2011 CodeLutin. All Rights Reserved.