Module is.codion.swing.common.model
Interface FilteredTableSelectionModel<R>
- Type Parameters:
R
- the type of rows
- All Superinterfaces:
ListSelectionModel
,TableSelectionModel<R>
A selection model for a
FilteredTableModel
.-
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.table.TableSelectionModel
addSelectedIndex, addSelectedIndexes, addSelectedItem, addSelectedItems, addSelectedItems, clearSelection, getSelectedIndex, getSelectedIndexes, getSelectedItem, getSelectedItems, isSelected, moveSelectionDown, moveSelectionUp, multipleSelection, removeSelectedIndex, removeSelectedIndexes, removeSelectedItem, removeSelectedItems, selectAll, selectedIndexesEvent, selectedIndexEvent, selectedItem, selectedItemEvent, selectedItemsEvent, selectionChangingEvent, selectionCount, selectionEmpty, selectionEvent, selectionNotEmpty, setSelectedIndex, setSelectedIndexes, setSelectedItem, setSelectedItems, setSelectedItems, singleSelection, singleSelectionMode