Interface TableRowFilter

All Known Implementing Classes:
TableRowFilterByCell

public interface TableRowFilter
Author:
Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 6 mai 2006 17:02:58
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    acceptRow(int columnIndex, TableModel model)
     
  • Method Details

    • acceptRow

      boolean acceptRow(int columnIndex, TableModel model)