fr.ens.transcriptome.doelan.gui
Class StatusWidget

java.lang.Object
  extended byfr.ens.transcriptome.doelan.gui.StatusWidget

public class StatusWidget
extends java.lang.Object

Status widget.

Author:
Laurent Jourdren

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

STATUS_NOT_STARTED

public static final int STATUS_NOT_STARTED
Testsuite not started.

See Also:
Constant Field Values

STATUS_STARTED

public static final int STATUS_STARTED
Testsuite started.

See Also:
Constant Field Values

STATUS_PASS

public static final int STATUS_PASS
Testsuite success.

See Also:
Constant Field Values

STATUS_FAILLED

public static final int STATUS_FAILLED
Testsuite failled.

See Also:
Constant Field Values

STATUS_NO_DATA_TO_TEST

public static final int STATUS_NO_DATA_TO_TEST
Testsuite no data to test.

See Also:
Constant Field Values

STATUS_ERROR

public static final int STATUS_ERROR
Testsuite error.

See Also:
Constant Field Values
Constructor Detail

StatusWidget

public StatusWidget(javax.swing.JPanel panel,
                    int position)
Public constructor.

Parameters:
panel - Panel of the widget
position - of the widget in the panel
Method Detail

getStatus

public int getStatus()
Get the status of the testsuite.

Returns:
The status of the testsuite

getPanel

public javax.swing.JPanel getPanel()
Get the panel.

Returns:
Returns the panel

getYPosition

public int getYPosition()
Get the y position of the panel.

Returns:
Returns the yPosition

setStatus

public void setStatus(int status)
Set the status of the testsuite.

Parameters:
status - The status of the testsuite

setYPosition

public void setYPosition(int position)
Set the y position of the widget.

Parameters:
position - The yPosition to set

setPanel

public void setPanel(javax.swing.JPanel panel)
Set the panel.

Parameters:
panel - The panel to set

setTestSuiteName

public void setTestSuiteName(java.lang.String testSuiteName)
Set the test suite name.

Parameters:
testSuiteName - The testSuiteName to set

getStatusWidget

public static StatusWidget getStatusWidget()
Get the status Widget.



Copyright © 2004-2005 École Normale Supérieure Microarray Platform. All Rights Reserved.