|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.gui.SuiteChooserWidget
Suite chooser widget.
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 |
public SuiteChooserWidget(MainTabWidget cw, javax.swing.JPanel panel, int position)
panel
- Panel of the widgetposition
- of the widget in the panelMethod Detail |
public QualityTestSuiteList getTestSuiteList()
public java.lang.String getCurrentChipTypeName()
public java.lang.String getCurrentTestSuiteName()
public javax.swing.JPanel getPanel()
public int getYPosition()
public MainTabWidget getMainTabWidget()
public void setTestSuiteList(QualityTestSuiteList list)
list
- The suite listpublic void setYPosition(int position)
position
- The yPosition to setpublic void setPanel(javax.swing.JPanel panel)
panel
- The panel to setpublic void setMainTabWidget(MainTabWidget commonWindow)
public QualityTestSuiteURL getQualityTestSuiteSelected()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |