Interface FilterTableSelectionModel<R>

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

public interface FilterTableSelectionModel<R> extends ListSelectionModel, TableSelectionModel<R>
A selection model for a FilterTableModel.