Uses of Class
org.jdesktop.swingx.IncidentInfo

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

Methods in org.jdesktop.swingx with parameters of type IncidentInfo
 java.util.List<java.lang.String> MailErrorReporter.getAttachments(IncidentInfo incident)
          This method is used to extract list of paths to files that we want to send as attachment with the current incident report mwssage.
 java.lang.String MailErrorReporter.getMessageBody(IncidentInfo incident)
          This method is used to extract text message from the provided IncidentInfo.
 void MailErrorReporter.reportIncident(IncidentInfo info)
          Report given incident by popping up system default mail user agent with prepared message
abstract  void ErrorReporter.reportIncident(IncidentInfo info)
          This method will be called if user clicks 'report' button on the error dialog.
static void JXErrorDialog.showDialog(java.awt.Component owner, IncidentInfo info)
          Show the error dialog.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.