Module is.codion.swing.common.model
Interface FilterTableModel.TableSelection<R>
- Type Parameters:
R
- the type of rows
- All Superinterfaces:
ListSelectionModel
,MultiSelection<R>
,SingleSelection<R>
- Enclosing interface:
- FilterTableModel<R,
C>
public static interface FilterTableModel.TableSelection<R>
extends ListSelectionModel, MultiSelection<R>
A selection model for a
FilterTableModel
.-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.common.model.selection.MultiSelection
MultiSelection.Indexes, MultiSelection.Items<R>
-
Field Summary
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
-
Method Summary
Methods inherited from interface javax.swing.ListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, getAnchorSelectionIndex, getLeadSelectionIndex, getMaxSelectionIndex, getMinSelectionIndex, getSelectedIndices, getSelectedItemsCount, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isSelectedIndex, isSelectionEmpty, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting
Methods inherited from interface is.codion.common.model.selection.MultiSelection
count, index, indexes, items, multiple, selectAll, single, singleSelection
Methods inherited from interface is.codion.common.model.selection.SingleSelection
changing, clear, empty, item