|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QualityTestSuiteURL | |
fr.ens.transcriptome.doelan | |
fr.ens.transcriptome.doelan.data | doelan data package. |
fr.ens.transcriptome.doelan.gui |
Uses of QualityTestSuiteURL in fr.ens.transcriptome.doelan |
Methods in fr.ens.transcriptome.doelan with parameters of type QualityTestSuiteURL | |
void |
Core.loadNewWorkflow(QualityTestSuiteURL url)
Load an new workflow |
void |
Core.saveWorkflow(QualityTestSuiteURL url)
Save a workflow. |
Uses of QualityTestSuiteURL in fr.ens.transcriptome.doelan.data |
Methods in fr.ens.transcriptome.doelan.data that return QualityTestSuiteURL | |
QualityTestSuiteURL[] |
QualityTestSuiteList.getTestSuiteURLs(java.lang.String chipType)
Return all the TestSuiteURL for a chip type |
Methods in fr.ens.transcriptome.doelan.data with parameters of type QualityTestSuiteURL | |
void |
QualityTestSuiteList.addTestSuite(java.lang.String chipType,
QualityTestSuiteURL testSuiteURL)
Add a testSuite to the list |
void |
QualityTestSuiteList.removeTestSuite(QualityTestSuiteURL testSuiteURL)
Remove a test suite |
java.lang.String |
QualityTestSuiteList.getChipType(QualityTestSuiteURL url)
Get the type of a test suite from this test suite url. |
Uses of QualityTestSuiteURL in fr.ens.transcriptome.doelan.gui |
Methods in fr.ens.transcriptome.doelan.gui that return QualityTestSuiteURL | |
QualityTestSuiteURL |
TestSuitePanel.getUrl()
Get the url of the test suite |
QualityTestSuiteURL |
SuiteChooserWidget.getQualityTestSuiteSelected()
Return the quality test suite url selected. |
Methods in fr.ens.transcriptome.doelan.gui with parameters of type QualityTestSuiteURL | |
void |
TestSuitePanel.setUrl(QualityTestSuiteURL url)
Set the url of the test suite |
Constructors in fr.ens.transcriptome.doelan.gui with parameters of type QualityTestSuiteURL | |
RenameTestSuiteWidget(QualityTestSuiteList list,
java.lang.String chipName,
QualityTestSuiteURL suiteURL)
This is the default constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |