Package com.macrofocus.data.table
Class RowFactory
- java.lang.Object
-
- com.macrofocus.data.table.RowFactory
-
public class RowFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RowFactory.DirectRowCreator
static class
RowFactory.IndexedRowCreator
static interface
RowFactory.RowCreator
-
Constructor Summary
Constructors Constructor Description RowFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Row
createRow(javax.swing.table.TableModel tableModel, int row)
static void
setRowCreator(javax.swing.table.TableModel tableModel, RowFactory.RowCreator rowCreator)
-
-
-
Method Detail
-
createRow
public static Row createRow(javax.swing.table.TableModel tableModel, int row)
-
setRowCreator
public static void setRowCreator(javax.swing.table.TableModel tableModel, RowFactory.RowCreator rowCreator)
-
-