Interface FilteredTableSelectionModel<R>

Type Parameters:
R - the type of rows
All Superinterfaces:
ListSelectionModel, TableSelectionModel<R>

public interface FilteredTableSelectionModel<R> extends ListSelectionModel, TableSelectionModel<R>
A selection model for a FilteredTableModel.