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

java.lang.Object
  extended by org.embl.ebi.escience.scuflui.results.ResultTableCellCollection
Direct Known Subclasses:
ResultTableColumn

public class ResultTableCellCollection
extends java.lang.Object

Version:
$Revision: 1.3 $
Author:
Kevin Glover

Constructor Summary
ResultTableCellCollection()
           
 
Method Summary
 void add(ResultTableCell cell, ResultThing thing)
           
 ResultTableCell getCell(int row)
           
 ResultThing getValue(int row)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultTableCellCollection

public ResultTableCellCollection()
Method Detail

add

public void add(ResultTableCell cell,
                ResultThing thing)

getCell

public ResultTableCell getCell(int row)

getValue

public ResultThing getValue(int row)