com.smardec.asc.table
Interface RowFilter


public interface RowFilter

A filter function used for filtering table rows.


Method Summary
 boolean exclude(int row, javax.swing.table.TableModel tableModel)
          Filters table rows.
 

Method Detail

exclude

public boolean exclude(int row,
                       javax.swing.table.TableModel tableModel)
Filters table rows. Returns true if the row should be excluded, false otherwise.

Parameters:
row - row to check
tableModel - table's model
Returns:
true if the row should be excluded, false otherwise.


Copyright © 2003-2005 Smardec. All Rights Reserved.