Uses of Class
org.jdesktop.swingx.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
 

Subclasses of ErrorReporter in org.jdesktop.swingx
 class MailErrorReporter
          This reporter initializes and uses default mail user agent to send information to predefined mail address.
 

Methods in org.jdesktop.swingx that return ErrorReporter
static ErrorReporter JXErrorDialog.getReporter()
          Returns the current reporting engine that will be used to report a problem if user clicks on 'Report' button or null if no reporting engine set.
 

Methods in org.jdesktop.swingx with parameters of type ErrorReporter
static void JXErrorDialog.setReporter(ErrorReporter rep)
          Set reporting engine which will handle error reporting if user clicks 'report' button.