Log4j 0.9d

pl.psnc.expres.wfm.gui.model.table
Class FrequencyTableModel

java.lang.Object
  extended by AbstractCustomTableModel
      extended by 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
 
Method Summary
 List<CCFFrequency> getModelData()
           
 int getRowCount()
           
 CCFFrequency getRowValue(int row)
          Get QuantityStockWrapper object for the given row
 Object getValueAt(int row, int col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrequencyTableModel

public FrequencyTableModel(List<CCFFrequency> data,
                           ModelProperties modelProperties)
Creates a new instance of FrequencyTableModel

Parameters:
data - model data
modelProperties - instance of ModelProperties, defines the behaviour and properties of the table model
Method Detail

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)

Log4j 0.9d

Copyright 2003 by VLAB Dominik Stoklosa.