Module is.codion.swing.common.model
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
.-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.common.model.selection.MultiItemSelection
MultiItemSelection.Indexes, MultiItemSelection.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.MultiItemSelection
count, index, indexes, items, multiple, selectAll, single, singleSelectionMode
Methods inherited from interface is.codion.common.model.selection.SingleItemSelection
changing, clear, empty, item