swingx
Version 2005-08-19

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 that return IncidentInfo
 IncidentInfo JXErrorDialog.getIncidentInfo()
          Get curent dialog's IncidentInfo
 

Methods in org.jdesktop.swingx with parameters of type IncidentInfo
 List<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.
 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.
 void JXErrorDialog.setIncidentInfo(IncidentInfo info)
          Sets the IncidentInfo for this dialog
static void JXErrorDialog.showDialog(Component owner, IncidentInfo info)
          Show the error dialog.
 


swingx
Version 2005-08-19