|
swingx Version 2005-08-19 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.ErrorReporter
public abstract class ErrorReporter
Abstract class contains all the declarations that needs to be implemented to add error reporting to standard JXErrorDislog.
| Constructor Summary | |
|---|---|
ErrorReporter()
|
|
| Method Summary | |
|---|---|
String |
getActionName()
This method allows on-the-fly configuration of the 'report' button. |
abstract void |
reportIncident(IncidentInfo info)
This method will be called if user clicks 'report' button on the error dialog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorReporter()
| Method Detail |
|---|
public abstract void reportIncident(IncidentInfo info)
info - IncidentInfo that incapsulates all the information
system wants to report using this report facility.public String getActionName()
|
swingx Version 2005-08-19 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||