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 classRowFactory.DirectRowCreatorstatic classRowFactory.IndexedRowCreatorstatic interfaceRowFactory.RowCreator
-
Constructor Summary
Constructors Constructor Description RowFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RowcreateRow(javax.swing.table.TableModel tableModel, int row)static voidsetRowCreator(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)
-
-