|
|||||||||||
| 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.JPanel
|
+--planetj.gui.CMPanelJ
Provides exception handling within this panel and controls cursor state.
| Field Summary |
| 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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
CMPanelJ()
CMPanelJ constructor comment. |
|
CMPanelJ(boolean isDoubleBuffered)
CMPanelJ constructor comment. |
|
CMPanelJ(LayoutManager layout)
CMPanelJ constructor comment. |
|
CMPanelJ(LayoutManager layout,
boolean isDoubleBuffered)
CMPanelJ constructor comment. |
|
| Method Summary | |
void |
showBusyCursor()
Set the cursor to busy |
void |
showDefaultCursor()
Convience method to reset the cursor to the default |
void |
showException(CMFrameJ frame,
CMException exception)
This method was created by a SmartGuide. |
void |
showException(CMFrameJ frame,
Exception exception)
This method was created by a SmartGuide. |
void |
showException(CMFrameJ frame,
Throwable exception)
This method was created by a SmartGuide. |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CMPanelJ()
public CMPanelJ(LayoutManager layout)
layout - java.awt.LayoutManager
public CMPanelJ(LayoutManager layout,
boolean isDoubleBuffered)
layout - java.awt.LayoutManagerisDoubleBuffered - booleanpublic CMPanelJ(boolean isDoubleBuffered)
isDoubleBuffered - boolean| Method Detail |
public void showBusyCursor()
public void showDefaultCursor()
public void showException(CMFrameJ frame,
Exception exception)
public void showException(CMFrameJ frame,
Throwable exception)
public void showException(CMFrameJ frame,
CMException exception)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||