Interface FilterTableModel.TableSelection<R>

Type Parameters:
R - the type of rows
All Superinterfaces:
ListSelectionModel, MultiItemSelection<R>, SingleItemSelection<R>
Enclosing interface:
FilterTableModel<R,C>

public static interface FilterTableModel.TableSelection<R> extends ListSelectionModel, MultiItemSelection<R>
A selection model for a FilterTableModel.