|
||||||||||
| 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
| Constructor Summary | |
|---|---|
ErrorReporter()
|
|
| Method Summary | |
|---|---|
java.lang.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 java.lang.String getActionName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||