Package com.macrofocus.data.table
Interface RowFactory.RowCreator
-
- All Known Implementing Classes:
RowFactory.DirectRowCreator
,RowFactory.IndexedRowCreator
- Enclosing class:
- RowFactory
public static interface RowFactory.RowCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Row
createRow(javax.swing.table.TableModel tableModel, int row)
-
-
-
Method Detail
-
createRow
Row createRow(javax.swing.table.TableModel tableModel, int row)
-
-