| |
|
| java.lang.Object org.jdesktop.swingx.ErrorReporter
ErrorReporter | abstract public class ErrorReporter (Code) | | |
Method Summary | |
public String | getActionName() This method allows on-the-fly configuration of the 'report' button. | abstract public void | reportIncident(IncidentInfo info) This method will be called if user clicks 'report' button
on the error dialog. |
getActionName | public String getActionName()(Code) | | This method allows on-the-fly configuration of the 'report' button.
If this method returns non-null value this string will replace default
text on this button.
string to be put on 'report' button or null for default string. |
reportIncident | abstract public void reportIncident(IncidentInfo info)(Code) | | This method will be called if user clicks 'report' button
on the error dialog.
Parameters: info - IncidentInfo that incapsulates all the informationsystem wants to report using this report facility. |
|
|
|