|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Dialog | +--javax.swing.JDialog | +--planetj.gui.CMDialogJ | +--planetj.exception.CMExceptionDialogJ | +--planetj.gui.CMMessageDialogJ
Insert the type's description here. Creation date: (7/15/03 9:27:53 AM)
Field Summary |
Fields inherited from class planetj.exception.CMExceptionDialogJ |
TYPE_EXCEPTION, TYPE_MESSAGE |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
CMMessageDialogJ()
CMMessageDialogJ constructor comment. |
|
CMMessageDialogJ(CMFrameJ owner)
CMMessageDialogJ constructor comment. |
|
CMMessageDialogJ(CMFrameJ owner,
boolean modal)
CMMessageDialogJ constructor comment. |
|
CMMessageDialogJ(CMFrameJ owner,
String title)
CMMessageDialogJ constructor comment. |
|
CMMessageDialogJ(CMFrameJ owner,
String title,
boolean modal)
CMMessageDialogJ constructor comment. |
Method Summary | |
static void |
main(String[] args)
Starts the application. |
static void |
showExceptionDialog(CMFrameJ pFrame,
String pMessage,
String pDetails)
Shows this dialog as a message dialog Creation date: (7/15/03 9:33:40 AM) |
static void |
showMessageDialog(CMFrameJ pFrame,
String pMessage,
String pDetails)
Shows this dialog as a message dialog Creation date: (7/15/03 9:33:40 AM) |
Methods inherited from class planetj.exception.CMExceptionDialogJ |
actionPerformed, addPropertyChangeListener, firePropertyChange, getType, propertyChange, removePropertyChangeListener, setDetails, setException, setMessage, setType, show, stateChanged, tabChangeEvent, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
Methods inherited from class planetj.gui.CMDialogJ |
debugMessage, debugMessage, debugMessage, dispose, getClientProperties, getTimeInMills, getTranslation, getTranslationId, hide, isAlwaysOnTop, newCMDialogJ, putClientProperty, setAlwaysOnTop, setTimeInMills, setTitle, setTranslation, setVisible, showBusyCursor, showDefaultCursor, showException, showException |
Methods inherited from class javax.swing.JDialog |
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, update |
Methods inherited from class java.awt.Dialog |
addNotify, getTitle, isModal, isResizable, isUndecorated, setModal, setResizable, setUndecorated |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMMessageDialogJ()
public CMMessageDialogJ(CMFrameJ owner)
owner
- planetj.gui.CMFrameJpublic CMMessageDialogJ(CMFrameJ owner, String title)
owner
- planetj.gui.CMFrameJtitle
- java.lang.Stringpublic CMMessageDialogJ(CMFrameJ owner, String title, boolean modal)
owner
- planetj.gui.CMFrameJtitle
- java.lang.Stringmodal
- booleanpublic CMMessageDialogJ(CMFrameJ owner, boolean modal)
owner
- planetj.gui.CMFrameJmodal
- booleanMethod Detail |
public static void main(String[] args)
args
- an array of command-line argumentspublic static void showExceptionDialog(CMFrameJ pFrame, String pMessage, String pDetails)
pFrame
- planetj.gui.CMFrameJpMessage
- java.lang.StringpDetails
- java.lang.Stringpublic static void showMessageDialog(CMFrameJ pFrame, String pMessage, String pDetails)
pFrame
- planetj.gui.CMFrameJpMessage
- java.lang.StringpDetails
- java.lang.String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |