|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.gui.StatusWidget
Status widget.
Field Summary | |
static int |
STATUS_ERROR
Testsuite error. |
static int |
STATUS_FAILLED
Testsuite failled. |
static int |
STATUS_NO_DATA_TO_TEST
Testsuite no data to test. |
static int |
STATUS_NOT_STARTED
Testsuite not started. |
static int |
STATUS_PASS
Testsuite success. |
static int |
STATUS_STARTED
Testsuite started. |
Constructor Summary | |
StatusWidget(javax.swing.JPanel panel,
int position)
Public constructor. |
Method Summary | |
javax.swing.JPanel |
getPanel()
Get the panel. |
int |
getStatus()
Get the status of the testsuite. |
static StatusWidget |
getStatusWidget()
Get the status Widget. |
int |
getYPosition()
Get the y position of the panel. |
void |
setPanel(javax.swing.JPanel panel)
Set the panel. |
void |
setStatus(int status)
Set the status of the testsuite. |
void |
setTestSuiteName(java.lang.String testSuiteName)
Set the test suite name. |
void |
setYPosition(int position)
Set the y position of the widget. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int STATUS_NOT_STARTED
public static final int STATUS_STARTED
public static final int STATUS_PASS
public static final int STATUS_FAILLED
public static final int STATUS_NO_DATA_TO_TEST
public static final int STATUS_ERROR
Constructor Detail |
public StatusWidget(javax.swing.JPanel panel, int position)
panel
- Panel of the widgetposition
- of the widget in the panelMethod Detail |
public int getStatus()
public javax.swing.JPanel getPanel()
public int getYPosition()
public void setStatus(int status)
status
- The status of the testsuitepublic void setYPosition(int position)
position
- The yPosition to setpublic void setPanel(javax.swing.JPanel panel)
panel
- The panel to setpublic void setTestSuiteName(java.lang.String testSuiteName)
testSuiteName
- The testSuiteName to setpublic static StatusWidget getStatusWidget()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |