|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JXErrorPane | |
|---|---|
| org.jdesktop.swingx | Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. |
| Uses of JXErrorPane in org.jdesktop.swingx |
|---|
| Methods in org.jdesktop.swingx with parameters of type JXErrorPane | |
|---|---|
static javax.swing.JDialog |
JXErrorPane.createDialog(java.awt.Component owner,
JXErrorPane pane)
Constructs and returns an error dialog, using the given JXErrorPane for the view portion of the dialog. |
static javax.swing.JFrame |
JXErrorPane.createFrame(java.awt.Component owner,
JXErrorPane pane)
Constructs and returns an error frame, using the given JXErrorPane for the view portion of the frame. |
static javax.swing.JInternalFrame |
JXErrorPane.createInternalFrame(java.awt.Component owner,
JXErrorPane pane)
Constructs and returns an error frame, using the given JXErrorPane for the view portion of the frame. |
static void |
JXErrorPane.showDialog(java.awt.Component owner,
JXErrorPane pane)
Constructs and shows the error dialog, using the given JXErrorPane for the view portion of the dialog. |
static void |
JXErrorPane.showFrame(java.awt.Component owner,
JXErrorPane pane)
Constructs and shows the error frame, using the given JXErrorPane for the view portion of the frame. |
static void |
JXErrorPane.showInternalFrame(java.awt.Component owner,
JXErrorPane pane)
Constructs and shows the error frame, using the given JXErrorPane for the view portion of the frame. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||