org.embl.ebi.escience.scuflui.results
Class ResultTableColumn

java.lang.Object
  extended by org.embl.ebi.escience.scuflui.results.ResultTableCellCollection
      extended by org.embl.ebi.escience.scuflui.results.ResultTableColumn

public class ResultTableColumn
extends ResultTableCellCollection

Version:
$Revision: 1.3 $
Author:
Kevin Glover

Constructor Summary
ResultTableColumn()
           
 
Method Summary
 void addSource(ResultSource source)
           
 int fillColumn(int startRow)
          Fills this column with results.
 java.lang.String toString()
           
 
Methods inherited from class org.embl.ebi.escience.scuflui.results.ResultTableCellCollection
add, getCell, getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultTableColumn

public ResultTableColumn()
Method Detail

addSource

public void addSource(ResultSource source)
Parameters:
source -

fillColumn

public int fillColumn(int startRow)
Fills this column with results. Iterates through all the ResultSourcesdisplayed in this column and then adds the all outputs from each of them, assuming that each output doesn't already appear in the column.

Parameters:
startRow - the row to start adding the results to
Returns:
the row after the last added result

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object