|
|||||||||||
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
This type was created in VisualAge.
Field Summary | |
static int |
TYPE_EXCEPTION
|
static int |
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 | |
CMExceptionDialogJ()
Constructor |
|
CMExceptionDialogJ(CMFrameJ owner)
CMExceptionDialogJ constructor comment. |
|
CMExceptionDialogJ(CMFrameJ owner,
boolean modal)
CMExceptionDialogJ constructor comment. |
|
CMExceptionDialogJ(CMFrameJ owner,
String title)
CMExceptionDialogJ constructor comment. |
|
CMExceptionDialogJ(CMFrameJ owner,
String title,
boolean modal)
CMExceptionDialogJ constructor comment. |
|
CMExceptionDialogJ(Frame owner)
CMExceptionDialogJ constructor comment. |
|
CMExceptionDialogJ(Frame owner,
boolean modal)
CMExceptionDialogJ constructor comment. |
|
CMExceptionDialogJ(Frame owner,
String title)
CMExceptionDialogJ constructor comment. |
|
CMExceptionDialogJ(Frame owner,
String title,
boolean modal)
CMExceptionDialogJ constructor comment. |
Method Summary | |
void |
actionPerformed(ActionEvent e)
Method to handle events for the ActionListener interface. |
void |
addPropertyChangeListener(PropertyChangeListener listener)
The addPropertyChangeListener method was generated to support the propertyChange field. |
void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
The firePropertyChange method was generated to support the propertyChange field. |
int |
getType()
Insert the method's description here. |
static void |
main(String[] args)
main entrypoint - starts the part when it is run as an application |
void |
propertyChange(PropertyChangeEvent evt)
Method to handle events for the PropertyChangeListener interface. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
The removePropertyChangeListener method was generated to support the propertyChange field. |
void |
setDetails(String pDetailsText)
Sets the details Creation date: (7/15/03 9:37:08 AM) |
void |
setException(CMException newValue)
|
void |
setMessage(String pMessageText)
Sets the message Creation date: (7/15/03 9:37:08 AM) |
void |
setType(int newType)
Insert the method's description here. |
void |
show()
this will ensure a default cursor is displayed every time this dialog is brought up. |
void |
stateChanged(ChangeEvent e)
Method to handle events for the ChangeListener interface. |
void |
tabChangeEvent()
Comment |
void |
windowActivated(WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowClosed(WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowClosing(WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowDeactivated(WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowDeiconified(WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowIconified(WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowOpened(WindowEvent e)
Method to handle events for the WindowListener interface. |
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 |
Field Detail |
public static final int TYPE_MESSAGE
public static final int TYPE_EXCEPTION
Constructor Detail |
public CMExceptionDialogJ()
public CMExceptionDialogJ(Frame owner)
owner
- java.awt.Framepublic CMExceptionDialogJ(Frame owner, String title)
owner
- java.awt.Frametitle
- java.lang.Stringpublic CMExceptionDialogJ(Frame owner, String title, boolean modal)
owner
- java.awt.Frametitle
- java.lang.Stringmodal
- booleanpublic CMExceptionDialogJ(Frame owner, boolean modal)
owner
- java.awt.Framemodal
- booleanpublic CMExceptionDialogJ(CMFrameJ owner)
owner
- planetj.gui.CMFrameJpublic CMExceptionDialogJ(CMFrameJ owner, String title)
owner
- planetj.gui.CMFrameJtitle
- java.lang.Stringpublic CMExceptionDialogJ(CMFrameJ owner, String title, boolean modal)
owner
- planetj.gui.CMFrameJtitle
- java.lang.Stringmodal
- booleanpublic CMExceptionDialogJ(CMFrameJ owner, boolean modal)
owner
- planetj.gui.CMFrameJmodal
- booleanMethod Detail |
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
e
- java.awt.event.ActionEventpublic void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in class Window
public void firePropertyChange(String propertyName, Object oldValue, Object newValue)
firePropertyChange
in class Component
public int getType()
public static void main(String[] args)
args
- java.lang.String[]public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
evt
- java.beans.PropertyChangeEventpublic void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in class Component
public void setDetails(String pDetailsText)
public void setException(CMException newValue)
public void setMessage(String pMessageText)
public void setType(int newType)
newType
- intpublic void show()
show
in class CMDialogJ
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
e
- javax.swing.event.ChangeEventpublic void tabChangeEvent()
public void windowActivated(WindowEvent e)
windowActivated
in interface WindowListener
e
- java.awt.event.WindowEventpublic void windowClosed(WindowEvent e)
windowClosed
in interface WindowListener
e
- java.awt.event.WindowEventpublic void windowClosing(WindowEvent e)
windowClosing
in interface WindowListener
e
- java.awt.event.WindowEventpublic void windowDeactivated(WindowEvent e)
windowDeactivated
in interface WindowListener
e
- java.awt.event.WindowEventpublic void windowDeiconified(WindowEvent e)
windowDeiconified
in interface WindowListener
e
- java.awt.event.WindowEventpublic void windowIconified(WindowEvent e)
windowIconified
in interface WindowListener
e
- java.awt.event.WindowEventpublic void windowOpened(WindowEvent e)
windowOpened
in interface WindowListener
e
- java.awt.event.WindowEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |