|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bitmechanic.maxq.SwingMain
public class SwingMain
The GUI for MaxQ. The real work is delegated to currentTest, which is what you might call our "document" (and we are the "view").
Constructor Summary | |
---|---|
SwingMain(ProxyServer proxy)
Called once, to create the window. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
openFile(java.io.File path)
Opens the script indicated by path for editing. |
void |
reportException(java.lang.Throwable ex)
Show an error report in a message box. |
static void |
reportOutsideException(java.lang.Throwable ex)
Called by other threads to complain about their problems. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SwingMain(ProxyServer proxy) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void openFile(java.io.File path) throws java.lang.Exception
java.lang.Exception
public void reportException(java.lang.Throwable ex)
public static void reportOutsideException(java.lang.Throwable ex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |