Package | Description |
---|---|
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.
|
org.jdesktop.swingx.error |
Contains classes and interfaces used by the
JErrorPane component. |
org.jdesktop.swingx.plaf.basic |
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
|
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
JXErrorPane.getErrorInfo()
Gets the
JXErrorPane 's ErrorInfo |
Modifier and Type | Method and Description |
---|---|
void |
JXErrorPane.setErrorInfo(ErrorInfo info)
Sets the ErrorInfo for this dialog.
|
static void |
JXErrorPane.showDialog(java.awt.Component owner,
ErrorInfo info)
Constructs and shows the error dialog, using the given
ErrorInfo to initialize the view. |
static void |
JXErrorPane.showFrame(java.awt.Component owner,
ErrorInfo info)
Constructs and shows the error frame, using the given
ErrorInfo to initialize the view. |
static void |
JXErrorPane.showInternalFrame(java.awt.Component owner,
ErrorInfo info)
Constructs and shows the error frame, using the given
ErrorInfo to initialize the view. |
Modifier and Type | Method and Description |
---|---|
void |
ErrorReporter.reportError(ErrorInfo info)
Reports an error based on the given
ErrorInfo . |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
BasicErrorPaneUI.getDetailsAsHTML(ErrorInfo errorInfo)
Creates and returns HTML representing the details of this incident info.
|