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