|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.merlotxml.merlot.MerlotError
Gui error reporter for the end-user
Nested Class Summary | |
class |
MerlotError.msgRunnable
Description of the Class |
protected static class |
MerlotError.ShowErrorDetailsAction
shows the stack trace of an error message |
class |
MerlotError.ShowMessageLaterRunnable
Description of the Class |
Field Summary | |
static MerlotError.ShowMessageLaterRunnable |
_later
Description of the Field |
static java.lang.Thread |
_laterThread
Description of the Field |
static boolean |
_showingLater
Description of the Field |
Fields inherited from interface org.merlotxml.merlot.MerlotConstants |
ACTION_MENU_ACCELERATOR, ACTION_MENU_ICON, ACTION_NAME, ACTION_SHORT_DESCRIPTION, ACTION_SMALL_ICON, AFTER, BEFORE, ERR, INTO, UI, XML |
Constructor Summary | |
MerlotError()
init some neccessary error stuff |
Method Summary | |
static void |
exception(java.lang.Throwable ex,
java.lang.String usermsg)
Description of the Method |
static void |
msg(java.lang.String usermsg)
Description of the Method |
static void |
msg(java.lang.String usermsg,
java.lang.String title)
Description of the Method |
void |
quit()
Description of the Method |
static void |
showMessageLater(java.lang.String usermsg,
java.lang.String title)
Special version of msg that displays messages in a different thread from the calling thread (due to some nasty drag and drop event handling bugs that cause deadlocks if certain gui operations are done at dnd drop event time) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static MerlotError.ShowMessageLaterRunnable _later
public static java.lang.Thread _laterThread
public static boolean _showingLater
Constructor Detail |
public MerlotError()
Method Detail |
public void quit()
public static void exception(java.lang.Throwable ex, java.lang.String usermsg)
ex
- Description of the Parameterusermsg
- Description of the Parameterpublic static void msg(java.lang.String usermsg)
usermsg
- Description of the Parameterpublic static void msg(java.lang.String usermsg, java.lang.String title)
usermsg
- Description of the Parametertitle
- Description of the Parameterpublic static void showMessageLater(java.lang.String usermsg, java.lang.String title)
usermsg
- Description of the Parametertitle
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |