org.telscenter.pas.ui.dialog
Class PasDialogManager

java.lang.Object
  extended by org.telscenter.pas.ui.dialog.PasDialogManager

public class PasDialogManager
extends java.lang.Object


Constructor Summary
PasDialogManager()
           
 
Method Summary
static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title, javax.swing.JPanel contentPanel, javax.swing.JFrame rootFrame)
           
static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title, javax.swing.JPanel contentPanel, javax.swing.JFrame rootFrame, boolean model)
           
static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title, javax.swing.JPanel contentPanel, javax.swing.JFrame rootFrame, boolean resizable, boolean model)
           
static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title, javax.swing.JPanel contentPanel, javax.swing.JFrame rootFrame, boolean model, int width, int height)
           
static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title, java.lang.String description, javax.swing.Icon icon, javax.swing.JPanel contentPanel, javax.swing.JFrame rootFrame, boolean model)
           
static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title, java.lang.String description, javax.swing.Icon icon, javax.swing.JPanel contentPanel, javax.swing.JFrame rootFrame, boolean resizable, boolean defaultClose, boolean modal, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasDialogManager

public PasDialogManager()
Method Detail

showPasMessageDialog

public static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title,
                                                                javax.swing.JPanel contentPanel,
                                                                javax.swing.JFrame rootFrame)

showPasMessageDialog

public static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title,
                                                                javax.swing.JPanel contentPanel,
                                                                javax.swing.JFrame rootFrame,
                                                                boolean model)

showPasMessageDialog

public static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title,
                                                                javax.swing.JPanel contentPanel,
                                                                javax.swing.JFrame rootFrame,
                                                                boolean resizable,
                                                                boolean model)

showPasMessageDialog

public static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title,
                                                                javax.swing.JPanel contentPanel,
                                                                javax.swing.JFrame rootFrame,
                                                                boolean model,
                                                                int width,
                                                                int height)

showPasMessageDialog

public static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title,
                                                                java.lang.String description,
                                                                javax.swing.Icon icon,
                                                                javax.swing.JPanel contentPanel,
                                                                javax.swing.JFrame rootFrame,
                                                                boolean model)

showPasMessageDialog

public static org.xito.dialog.CustomDialog showPasMessageDialog(java.lang.String title,
                                                                java.lang.String description,
                                                                javax.swing.Icon icon,
                                                                javax.swing.JPanel contentPanel,
                                                                javax.swing.JFrame rootFrame,
                                                                boolean resizable,
                                                                boolean defaultClose,
                                                                boolean modal,
                                                                int width,
                                                                int height)


Copyright © 2004-2008 TELS Center. All Rights Reserved.