pl.psnc.expres.wfm.gui.model.table
Class FrequencyTableModel
java.lang.Object
AbstractCustomTableModel
pl.psnc.expres.wfm.gui.model.table.FrequencyTableModel
public class FrequencyTableModel
- extends AbstractCustomTableModel
FrequencyTableModel
class
- Author:
- Dominik Stoklosa (~osa~)
Constructor Summary |
FrequencyTableModel(List<CCFFrequency> data,
ModelProperties modelProperties)
Creates a new instance of FrequencyTableModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrequencyTableModel
public FrequencyTableModel(List<CCFFrequency> data,
ModelProperties modelProperties)
- Creates a new instance of FrequencyTableModel
- Parameters:
data
- model datamodelProperties
- instance of ModelProperties
, defines the
behaviour and properties of the table model
getModelData
public List<CCFFrequency> getModelData()
getRowValue
public CCFFrequency getRowValue(int row)
- Get QuantityStockWrapper object for the given row
- Parameters:
row
- row number
- Returns:
- QuantityStockWrapper which represents given row
getRowCount
public int getRowCount()
getValueAt
public Object getValueAt(int row,
int col)
Copyright 2003 by VLAB Dominik Stoklosa.