Interface RowFactory.RowCreator

All Known Implementing Classes:
RowFactory.DirectRowCreator, RowFactory.IndexedRowCreator
Enclosing class:
RowFactory

public static interface RowFactory.RowCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    createRow(TableModel tableModel, int row)
     
  • Method Details