com.isti.util
Interface IstiRowFilter

All Known Implementing Classes:
BasicRowFilter, IstiTableModel

public interface IstiRowFilter

The ISTI row filter.


Method Summary
 boolean isRowVisible(int rowIndex)
          Determines if the row is visible.
 

Method Detail

isRowVisible

boolean isRowVisible(int rowIndex)
Determines if the row is visible.

Parameters:
rowIndex - the actual row index.
Returns:
true if the row is visible, false otherwise.