|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
fr.ens.transcriptome.nividic.platform.workflow.gui.WorkflowTableAbstractModel
fr.ens.transcriptome.doelan.gui.QualityTestSuiteTableModel
Table model for QualityUnitTest
Field Summary |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
QualityTestSuiteTableModel()
|
Method Summary | |
void |
algorithmStateChanged(fr.ens.transcriptome.nividic.platform.workflow.AlgorithmEvent e)
Handle algorithm events |
void |
clearResults()
Clear results. |
boolean |
filterModule(fr.ens.transcriptome.nividic.platform.module.AboutModule about,
fr.ens.transcriptome.nividic.platform.workflow.Algorithm algorithm,
boolean local)
Test if an algorithm is a showable quality test. |
boolean |
filterWorkflowElement(fr.ens.transcriptome.nividic.platform.workflow.WorkflowElement element)
Test if an element is a showable Workflow element. |
java.lang.Class |
getColumnClass(int col)
Get the class of a column. |
int |
getColumnCount()
Get the number of column. |
java.lang.String |
getColumnName(int col)
Get the name of a column. |
java.lang.String |
getTip(int row)
Get the tip |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
Get a value. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Returns true if the cell at rowIndex and columnIndex is editable. |
void |
setValueAt(java.lang.Object aValue,
int rowIndex,
int columnIndex)
Sets the value in the cell at columnIndex and rowIndex to aValue. |
void |
workflowNewException(fr.ens.transcriptome.nividic.platform.PlatformException e)
Throws an execption to a listener. |
Methods inherited from class fr.ens.transcriptome.nividic.platform.workflow.gui.WorkflowTableAbstractModel |
getAlgorithmAt, getAvailableModules, getDisplayElements, getRowAlgorithm, getRowCount, getWorkflow, getWorkflowElementAt, refreshModules, refreshWorkflowElements, setWorkflow, workflowStateChanged |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QualityTestSuiteTableModel()
Method Detail |
public java.lang.String getColumnName(int col)
col
- number of the column
public java.lang.Class getColumnClass(int col)
col
- number of the column
public int getColumnCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
rowIndex
- index of the rowcolumnIndex
- index of the column
public java.lang.String getTip(int row)
row
- the row number
public boolean isCellEditable(int rowIndex, int columnIndex)
rowIndex
- the row whose value to be queriedcolumnIndex
- the column whose value to be queried
public void setValueAt(java.lang.Object aValue, int rowIndex, int columnIndex)
aValue
- the new valuerowIndex
- the row whose value is to be changedcolumnIndex
- the column whose value is to be changedpublic boolean filterWorkflowElement(fr.ens.transcriptome.nividic.platform.workflow.WorkflowElement element)
element
- Element to test
public boolean filterModule(fr.ens.transcriptome.nividic.platform.module.AboutModule about, fr.ens.transcriptome.nividic.platform.workflow.Algorithm algorithm, boolean local)
about
- Information about the algorithmalgorithm
- Algorithm to test
public void algorithmStateChanged(fr.ens.transcriptome.nividic.platform.workflow.AlgorithmEvent e)
e
- Algorithm eventpublic void workflowNewException(fr.ens.transcriptome.nividic.platform.PlatformException e)
e
- Exception to throw.public void clearResults()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |