org.kemet.lf.components.dialog
Class DialogInfo

java.lang.Object
  extended by org.kemet.lf.components.dialog.DialogInfo

public class DialogInfo
extends java.lang.Object

Since:
0.3
Author:
fabricemaupin

DialogInfo : display information.


Constructor Summary
DialogInfo()
           
 
Method Summary
static java.lang.Object show(java.lang.String text, boolean modal)
           show information dialog.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogInfo

public DialogInfo()
Method Detail

show

public static java.lang.Object show(java.lang.String text,
                                    boolean modal)
                             throws ExceptionManager

show information dialog.

Parameters:
text - text to display
modal - modal dialog ?
Returns:
selected option
Throws:
ExceptionManager
Since:
0.3


Copyright © 2008 F. MAUPIN. All Rights Reserved.