org.chorem.lima.util
Class DialogHelper
java.lang.Object
org.chorem.lima.util.DialogHelper
public class DialogHelper
- extends Object
- Author:
- ore, Rémi Chapelet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogHelper
public DialogHelper()
showConfirmDialog
public static int showConfirmDialog(String message)
showMessageDialog
public static void showMessageDialog(String message)
showMessageDialog
public static void showMessageDialog(String message,
String titre,
int type)
- Permet d'afficher une boite de dialogue.
- Parameters:
message - titre - type -
showReportDialog
public static void showReportDialog(String message,
String title,
Component parent)
- Permet d'afficher une boite de dialogue avec rapport
- Parameters:
message - titre - type -
Copyright © 2008-2011 CodeLutin. All Rights Reserved.