|
|||||||||||
| 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
|
+--javax.swing.JComponent
|
+--javax.swing.JInternalFrame
|
+--planetj.gui.CMInternalFrameJ
Provides exception handling and debug messaging in addition to all swing features. Creation date: (6/2/00 10:38:57 AM)
| Field Summary |
| Fields inherited from class javax.swing.JInternalFrame |
CONTENT_PANE_PROPERTY, FRAME_ICON_PROPERTY, GLASS_PANE_PROPERTY, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, LAYERED_PANE_PROPERTY, MENU_BAR_PROPERTY, ROOT_PANE_PROPERTY, TITLE_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| 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 | |
CMInternalFrameJ()
CMInternalFrameJ constructor comment. |
|
CMInternalFrameJ(String title)
CMInternalFrameJ constructor comment. |
|
CMInternalFrameJ(String title,
boolean resizable)
CMInternalFrameJ constructor comment. |
|
CMInternalFrameJ(String title,
boolean resizable,
boolean closable)
CMInternalFrameJ constructor comment. |
|
CMInternalFrameJ(String title,
boolean resizable,
boolean closable,
boolean maximizable)
CMInternalFrameJ constructor comment. |
|
CMInternalFrameJ(String title,
boolean resizable,
boolean closable,
boolean maximizable,
boolean iconifiable)
CMInternalFrameJ constructor comment. |
|
| Method Summary | |
void |
debugMessage(Exception e)
debugMessage method is a convenience method that delegates the message back to the MessageManager |
void |
debugMessage(String string)
debugMessage method is a convenience method that delegates the message back to the MessageManager |
void |
debugMessage(String message,
Exception e)
debugMessage method is a convenience method that delegates the message back to the MessageManager |
CMException |
generateException(String exceptionKey)
Convenience method which simply creates the replacement text variables as an array |
CMException |
generateException(String exceptionKey,
Object[] replacementVars)
Generate a new CMException. |
CMException |
generateException(String exceptionKey,
String parm1)
Convenience method which simply creates the replacement text variables as an array |
CMException |
generateException(String exceptionKey,
String parm1,
String parm2)
Convenience method which simply creates the replacement text variables as an array |
CMException |
generateException(String exceptionKey,
String parm1,
String parm2,
String parm3)
Convenience method which simply creates the replacement text variables as an array |
void |
showBusyCursor()
Set the cursor to busy |
void |
showDefaultCursor()
Reset the cursor to the default |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CMInternalFrameJ()
public CMInternalFrameJ(String title)
title - java.lang.String
public CMInternalFrameJ(String title,
boolean resizable)
title - java.lang.Stringresizable - boolean
public CMInternalFrameJ(String title,
boolean resizable,
boolean closable)
title - java.lang.Stringresizable - booleanclosable - boolean
public CMInternalFrameJ(String title,
boolean resizable,
boolean closable,
boolean maximizable)
title - java.lang.Stringresizable - booleanclosable - booleanmaximizable - boolean
public CMInternalFrameJ(String title,
boolean resizable,
boolean closable,
boolean maximizable,
boolean iconifiable)
title - java.lang.Stringresizable - booleanclosable - booleanmaximizable - booleaniconifiable - boolean| Method Detail |
public void debugMessage(Exception e)
public void debugMessage(String string)
public void debugMessage(String message,
Exception e)
public CMException generateException(String exceptionKey)
public CMException generateException(String exceptionKey,
Object[] replacementVars)
public CMException generateException(String exceptionKey,
String parm1)
public CMException generateException(String exceptionKey,
String parm1,
String parm2)
public CMException generateException(String exceptionKey,
String parm1,
String parm2,
String parm3)
public void showBusyCursor()
public void showDefaultCursor()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||