org.afcs.warts.gui
Interface TableModelRowColumnMap.RowColumnChecker

Enclosing interface:
TableModelRowColumnMap

public static interface TableModelRowColumnMap.RowColumnChecker

This interface must be implemented by any class that will be used to determine whether a row or column should be included in the model that a TableModelRowColumnMap is used to wrap.


Method Summary
 boolean include(int rowColumnIndex)
          Returns true if the row or column with the specified index should be included in the model that the TableModelRowColumnMap will present.
 

Method Detail

include

public boolean include(int rowColumnIndex)
Returns true if the row or column with the specified index should be included in the model that the TableModelRowColumnMap will present.

Parameters:
rowColumnIndex - The index of the row or column to test.
Returns:
True if the specified row or column should be included in the model that the TableModelRowColumnMap will present.