swingx
Version 2005-08-19

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.getDefaultErrorReporter()
          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.
 ErrorReporter JXErrorDialog.getErrorReporter()
          Returns the error reporter in use with this instance of JXErrorDialog.
static ErrorReporter JXErrorDialog.getReporter()
          Deprecated. Use getDefaultErrorReporter instead
 

Methods in org.jdesktop.swingx with parameters of type ErrorReporter
static void JXErrorDialog.setDefaultErrorReporter(ErrorReporter rep)
          Set reporting engine which will handle error reporting if user clicks 'report' button.
 void JXErrorDialog.setErrorReporter(ErrorReporter rep)
          Sets the ErrorReporter to use with this instance of JXErrorDialog.
static void JXErrorDialog.setReporter(ErrorReporter rep)
          Deprecated. Use setDefaultErrorReporter instead
 


swingx
Version 2005-08-19