Interface MultiSelection<T>

Type Parameters:
T - the type of items
All Superinterfaces:
SingleSelection<T>
All Known Subinterfaces:
FilterTableModel.TableSelection<R>

public interface MultiSelection<T> extends SingleSelection<T>
A selection model managing multiple selected items.