Module is.codion.swing.common.model
Interface FilterTableModel.TableSelection<R>
- Type Parameters:
R- the type of rows
- All Superinterfaces:
ListSelectionModel,is.codion.common.model.selection.MultiItemSelection<R>,is.codion.common.model.selection.SingleItemSelection<R>
- Enclosing interface:
- FilterTableModel<R,
C>
public static interface FilterTableModel.TableSelection<R>
extends ListSelectionModel, is.codion.common.model.selection.MultiItemSelection<R>
A selection model for a
FilterTableModel.-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.common.model.selection.MultiItemSelection
is.codion.common.model.selection.MultiItemSelection.Indexes, is.codion.common.model.selection.MultiItemSelection.Items<R extends Object> -
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, setValueIsAdjustingMethods inherited from interface is.codion.common.model.selection.MultiItemSelection
count, index, indexes, items, multiple, selectAll, single, singleSelectionModeMethods inherited from interface is.codion.common.model.selection.SingleItemSelection
changing, clear, empty, item