JIDE 3.5.15

com.jidesoft.grid
Interface ValueConverter

All Known Subinterfaces:
HssfTableUtils.CellValueConverter
All Known Implementing Classes:
HssfTableUtils.ContextSensitiveCellValueConverter, HssfTableUtils.DefaultCellValueConverter

public interface ValueConverter

Converts the cell value in a table to the value that will be written to csv file.


Method Summary
 Object convert(JTable table, Object value, int rowIndex, int columnIndex)
          Converts the value to the value you want to set in the csv file.
 

Method Detail

convert

Object convert(JTable table,
               Object value,
               int rowIndex,
               int columnIndex)
Converts the value to the value you want to set in the csv file.

Parameters:
table - the table
value - the value in the table
rowIndex - the row index of the value
columnIndex - the column index of the value
Returns:
the converted value.

JIDE 3.5.15