fr.ens.transcriptome.doelan.gui
Class SuiteChooserWidget

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

public class SuiteChooserWidget
extends java.lang.Object

Suite chooser widget.

Author:
Laurent Jourdren

Constructor Summary
SuiteChooserWidget(MainTabWidget cw, javax.swing.JPanel panel, int position)
          Public constructor.
 
Method Summary
 java.lang.String getCurrentChipTypeName()
           
 java.lang.String getCurrentTestSuiteName()
           
 MainTabWidget getMainTabWidget()
          Get the mainTabWidget.
 javax.swing.JPanel getPanel()
          Get the panel.
 QualityTestSuiteURL getQualityTestSuiteSelected()
          Return the quality test suite url selected.
 QualityTestSuiteList getTestSuiteList()
          Get the test suite list.
 int getYPosition()
          Get the y position of the panel.
 void setMainTabWidget(MainTabWidget commonWindow)
          Set the common window.
 void setPanel(javax.swing.JPanel panel)
          Set the panel.
 void setTestSuiteList(QualityTestSuiteList list)
          Set the test suite list.
 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
 

Constructor Detail

SuiteChooserWidget

public SuiteChooserWidget(MainTabWidget cw,
                          javax.swing.JPanel panel,
                          int position)
Public constructor.

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

getTestSuiteList

public QualityTestSuiteList getTestSuiteList()
Get the test suite list.

Returns:
The test suite list

getCurrentChipTypeName

public java.lang.String getCurrentChipTypeName()

getCurrentTestSuiteName

public java.lang.String getCurrentTestSuiteName()

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

getMainTabWidget

public MainTabWidget getMainTabWidget()
Get the mainTabWidget.

Returns:
Returns the mainTabWidget

setTestSuiteList

public void setTestSuiteList(QualityTestSuiteList list)
Set the test suite list.

Parameters:
list - The suite list

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

setMainTabWidget

public void setMainTabWidget(MainTabWidget commonWindow)
Set the common window.


getQualityTestSuiteSelected

public QualityTestSuiteURL getQualityTestSuiteSelected()
Return the quality test suite url selected.

Returns:
the quality test suite url object selected


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