Uses of Interface
org.jdesktop.swingx.error.ErrorReporter

Packages that use ErrorReporter
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 ErrorReporter in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return ErrorReporter
 ErrorReporter JXErrorPane.getErrorReporter()
          Gets the ErrorReporter delegate in use.
 

Methods in org.jdesktop.swingx with parameters of type ErrorReporter
 void JXErrorPane.setErrorReporter(ErrorReporter reporter)
          Sets the ErrorReporter delegate to use.