|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.gui.AutoBugs
Nested Class Summary | |
(package private) static class |
AutoBugs.ABDialog
GUI |
(package private) static class |
AutoBugs.Monitor
thread which handles the internal monitoring.. |
(package private) static class |
AutoBugs.SendMail
|
Field Summary | |
protected static java.lang.String |
EMAIL_DOMAIN
|
protected static java.lang.String |
EMAIL_FROM
|
protected static java.lang.String |
EMAIL_FROM_NAME
|
protected static java.lang.String |
EMAIL_HOST
|
protected static java.lang.String |
EMAIL_SUBJECT
|
protected static java.lang.String |
EMAIL_TO
|
protected static java.lang.String |
FILENAME
|
protected static boolean |
isEnabled
|
protected static AutoBugs.Monitor |
monitor
|
Constructor Summary | |
private |
AutoBugs()
|
Method Summary | |
static void |
exception(java.lang.Throwable t)
exception() This is used to handle exceptions that are required to be caught, but are extremely unlikely to be thrown, or exceptions that warrant an AutoBugs report when thrown. |
protected static void |
getProgramState(java.lang.StringBuffer sb)
|
protected static void |
getSystemInfo(java.lang.StringBuffer sb)
|
protected static void |
getThreadState(java.lang.StringBuffer sb)
|
static void |
init()
init() Required to initialize the AutoBugs class. |
protected static void |
makeBar(java.lang.StringBuffer sb,
char ch)
|
void |
setEnabled(boolean value)
setEnabled() When disabled, AutoBugs will not process bug reports. |
static void |
submitBugReport()
submitBugReport() Allows user to submit a bug report without having the program error out. |
protected static void |
uncaughtException()
|
protected static void |
writeBugFile(java.lang.StringBuffer sb)
|
protected static java.lang.StringBuffer |
writeHeader()
internal methods |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String EMAIL_TO
protected static final java.lang.String EMAIL_FROM
protected static final java.lang.String EMAIL_DOMAIN
protected static final java.lang.String EMAIL_FROM_NAME
protected static final java.lang.String EMAIL_HOST
protected static final java.lang.String EMAIL_SUBJECT
protected static final java.lang.String FILENAME
protected static AutoBugs.Monitor monitor
protected static boolean isEnabled
Constructor Detail |
private AutoBugs()
Method Detail |
public static void init()
public void setEnabled(boolean value)
public static void submitBugReport()
public static void exception(java.lang.Throwable t)
protected static void uncaughtException()
protected static java.lang.StringBuffer writeHeader()
protected static void makeBar(java.lang.StringBuffer sb, char ch)
protected static void getSystemInfo(java.lang.StringBuffer sb)
protected static void getProgramState(java.lang.StringBuffer sb)
protected static void getThreadState(java.lang.StringBuffer sb)
protected static void writeBugFile(java.lang.StringBuffer sb)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |