|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.gui.CommonWindow
Common GUI for applet and normal application.
Constructor Summary | |
CommonWindow(java.applet.Applet applet,
java.net.URL testSuiteListURL)
Public constructor for applet mode. |
|
CommonWindow(javax.swing.JFrame frame,
java.net.URL testSuiteListURL)
Public constructor for standalone mode. |
Method Summary | |
void |
init()
Initiatilze the application. |
void |
setContainer(java.awt.Container container)
Set the Graphical Container. |
static void |
showMessage(java.lang.String message,
boolean error)
Show a message to the user. |
static void |
showStatusBarMessage(java.lang.String message)
Set the message for the status bar. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommonWindow(java.applet.Applet applet, java.net.URL testSuiteListURL)
applet
- The main applettestSuiteListURL
- URL of the testsuite listpublic CommonWindow(javax.swing.JFrame frame, java.net.URL testSuiteListURL)
frame
- The main frametestSuiteListURL
- URL of the testsuite listMethod Detail |
public void setContainer(java.awt.Container container)
container
- The container to setpublic static void showMessage(java.lang.String message, boolean error)
message
- Message to showerror
- true if message is an errorpublic static void showStatusBarMessage(java.lang.String message)
message
- Message to setpublic void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |