Uses of Class
com.ricebridge.csvman.CsvTableModel

Packages that use CsvTableModel
com.ricebridge.csvman Main package for CSV Manager component. 
com.ricebridge.csvman.test Unit tests for CSV Manager component. 
 

Uses of CsvTableModel in com.ricebridge.csvman
 

Fields in com.ricebridge.csvman declared as CsvTableModel
protected  CsvTableModel TableModelLineListener.iCsvTableModel
          TableModel instance to hold CSV data
 

Methods in com.ricebridge.csvman that return CsvTableModel
 CsvTableModel TableModelLineListener.getCsvTableModel()
          Get the new CsvTableModel instance containing the CSV data.
 

Uses of CsvTableModel in com.ricebridge.csvman.test
 

Methods in com.ricebridge.csvman.test with parameters of type CsvTableModel
 void TableModelLineListenerTest.verifyTableModel(CsvTableModel pTableModel, int pSeed)
           
 



Copyright © 2003-2006 Ricebridge