org.ka2ddo.yaac.gui.table
Interface FastRowFilter<M>

All Known Implementing Classes:
RawPacketRowFilter

public interface FastRowFilter<M>

This interface defines a replacement for javax.swing.RowFilter, for use with FastTableRowSorter.

See Also:
FastTableRowSorter

Method Summary
 boolean include(M model, int index)
          Returns true if the specified entry should be shown; returns false if the entry should be hidden.
 

Method Detail

include

boolean include(M model,
                int index)
Returns true if the specified entry should be shown; returns false if the entry should be hidden.

Parameters:
model - the model object containing all the data to be filtered
index - the int index into the model specifying which record should be tested
Returns:
true if the record should be shown