Uses of Class
org.jdesktop.swingx.error.ErrorInfo
-
Packages that use ErrorInfo 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 theJErrorPanecomponent.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. -
-
Uses of ErrorInfo in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return ErrorInfo Modifier and Type Method Description ErrorInfoJXErrorPane. getErrorInfo()Gets theJXErrorPane'sErrorInfoMethods in org.jdesktop.swingx with parameters of type ErrorInfo Modifier and Type Method Description voidJXErrorPane. setErrorInfo(ErrorInfo info)Sets the ErrorInfo for this dialog.static voidJXErrorPane. showDialog(java.awt.Component owner, ErrorInfo info)Constructs and shows the error dialog, using the givenErrorInfoto initialize the view.static voidJXErrorPane. showFrame(java.awt.Component owner, ErrorInfo info)Constructs and shows the error frame, using the givenErrorInfoto initialize the view.static voidJXErrorPane. showInternalFrame(java.awt.Component owner, ErrorInfo info)Constructs and shows the error frame, using the givenErrorInfoto initialize the view. -
Uses of ErrorInfo in org.jdesktop.swingx.error
Methods in org.jdesktop.swingx.error with parameters of type ErrorInfo Modifier and Type Method Description voidErrorReporter. reportError(ErrorInfo info)Reports an error based on the givenErrorInfo. -
Uses of ErrorInfo in org.jdesktop.swingx.plaf.basic
Methods in org.jdesktop.swingx.plaf.basic with parameters of type ErrorInfo Modifier and Type Method Description protected java.lang.StringBasicErrorPaneUI. getDetailsAsHTML(ErrorInfo errorInfo)Creates and returns HTML representing the details of this incident info.
-