Uses of Interface
org.jurvis.swing.table.JvMappedObjectTableModel.ColumnMapper

Packages that use JvMappedObjectTableModel.ColumnMapper
org.jurvis.swing.table   
 

Uses of JvMappedObjectTableModel.ColumnMapper in org.jurvis.swing.table
 

Fields in org.jurvis.swing.table declared as JvMappedObjectTableModel.ColumnMapper
protected  JvMappedObjectTableModel.ColumnMapper JvMappedObjectTableModel.columnMapper
          The object mapping from the row data to table columns.
 

Constructors in org.jurvis.swing.table with parameters of type JvMappedObjectTableModel.ColumnMapper
JvMappedObjectTableModel(JvMappedObjectTableModel.ColumnMapper columnMapper)
          Construct a JvMappedObjectTableModel with the given column mapper.
JvMappedObjectTableModel(List rowData, JvMappedObjectTableModel.ColumnMapper columnMapper)
          Construct a JvMappedObjectTableModel with the given row data and column mapper.
 



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.