Package com.macrofocus.data.table
Class RowFactory.IndexedRowCreator
- java.lang.Object
-
- com.macrofocus.data.table.RowFactory.IndexedRowCreator
-
- All Implemented Interfaces:
RowFactory.RowCreator
- Enclosing class:
- RowFactory
public static class RowFactory.IndexedRowCreator extends java.lang.Object implements RowFactory.RowCreator
-
-
Constructor Summary
Constructors Constructor Description IndexedRowCreator(Column... columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexedRow
createRow(javax.swing.table.TableModel tableModel, int row)
-
-
-
Constructor Detail
-
IndexedRowCreator
public IndexedRowCreator(Column... columns)
-
-
Method Detail
-
createRow
public IndexedRow createRow(javax.swing.table.TableModel tableModel, int row)
- Specified by:
createRow
in interfaceRowFactory.RowCreator
-
-